Tom VanO's Q&A profile
.NET Development Viewing SOAP packet sent to a vendor's Web Service
We are calling a vendor's web service and under normal circumstances it works without a problem. If our requests are large then the service fails. The vendor would like us to send them a text file containing the actual soap packet we are passing in. Since VB handles all of the soap envelope assembly how can we capture the actual soap packet being passed Any help would be appreciated... Thanks I don't k ...Show All
Visual Studio VC++ error while compiling
Hi When i compile any file in VC++ 2005 express, I get the following error: c1xx : fatal error C1083: Cannot open compiler intermediate file: 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_CL_6fd3eb94ex': Permission denied I cant figure out what to do here Also, trying to uninstall this beta express edition(to install the release version), it virtually hangs the PC and does not uninstall the VC# and VC++ expresses. I am using the uninstall tool ...Show All
Visual C# editing resource files
I am using a ResourceManager to retrieve values from a .resource file. I would like to be able to update the values in the file from within the application. Can this be done How Thanks. Use the Resource editor Lutz Roeder has writen, you can find it here . ...Show All
SQL Server SSMSE: "Unable to view requested dialog"
Before all, excuse me for my poor english, also for error messages translated from italian. I use SSMSE version 9.00.2047.0 (in italian language) to admin a SQL Express version 9.00.2153.00 (in italian language). If I right-click on a db name in the object browser, choose "Properties", "Authorizations", and then click on "View server authorizations", SSMSE shows me an error dialog with the following ex ...Show All
Windows Forms How to use DDBLTFX?
I'm tryingto use DDBLTFX in visual basic 6 with DirectX 7 to rotate a picture clockwise and I don't know how I should use it. It says to give position, surface, flags, and another thing but I don't know which flags should I use and th ...Show All
SQL Server How to attach an .MDF file to another server?
Hi all I am having trouble moving an .mdf file from a dev machine to a production machine. On the dev machine(windows xp sp2 login <MyName>) I have an SSE instance - part of VisualStudio installation. on the production machine I have only one full version SS instance called "PROD"(windows server 2k3, login Administrator) I do have SSMS installed too. I create a website in VS on my dev machine. C:\Websites\W ...Show All
Visual Studio Express Editions uninstalling C#2005
when i try to install the new Beta2 express edition the installer complains that an old version of c#2005 is installed in my system. however, i can't uninstall it no matter how i try. i even deleted the entire visual studio 8 directory inside C:\Program Files. everytime i tried uninstalling it i got a complaint about not being able to find the correct order of files. what anyways, is there any way to manually uninstall it (maybe by deleting som ...Show All
SQL Server SQL Server 2005 express maximum database quantity and size?
I whant to now how many database of 4GB is alow in 1 instance of SQL Server 2005 express. Is it 1 of 4GB, 2 of 2GB etc... The 4GB maximun is it for the instance of the server. Tanks ...Show All
Visual C++ ListView column Sort
I am trying to get this code: http://support.microsoft.com/ kbid=816183 to work to sort my ListView by columns but I am getting an error. Specifically: error C3766 'ListViewColumnSorter' must provide an implementation for the interface method 'int System::Collections::IComparer::Compare(System::Object^,System::Object^)' Figured it out. You apparently need to use the "virtual" keyword before the compare ...Show All
.NET Development Oracle sequence generated key value
Can anyone explain how I can get the primary key value of a newly inserted record in Oracle back into the dataset The table has a trigger on it that inserts the Nextval from a sequence, and I can check the data after a save and it's working fine I've also tried using a stored procedure returning a value to an Output parameter and seem to have that working, but this is only for a single record insert What I'm struggling on is the situat ...Show All
Visual Studio Team System add a default permission to an area
Hi, I've seen that it's possible to - create default areas in a process template - add group's permissions to areas after the creation of a project (for example : authorizing "Readers" to read a child node but not to its parent) my question is Is it possible to add DEFAULT permissions to the default AREAS (and not for the global project) directly in the process template i hope you undertsand what i mean thx a ...Show All
Visual Studio 2008 (Pre-release) HierarchicalDataTemplate, ItemsSource and CollectionViewSource
Hello! Is there a way to specify, in XAML, that a HierarchicalDataTemplate may have it's ItemsSource object to be wrapped by a certain CollectionViewSource (The instance of CollectionViewSource could for instance provide sorting of the ItemsSource collection) If yes, may you provide a hint, please ! Best regards, Henrik Dahl Hi Henrik, The data binding team has been discussing that scenario p ...Show All
Visual Studio Express Editions Using ListView SelectedIndexChanged Event to Show Forms
I'm really hoping somone can help me with the below problem. I posted it originally in the Windows Forms forum, but so far haven't gotten a reply. I truly would be grateful for any help!! I have a ListView called TrainingListView that has a collection of 12 items. Each item represents another form that I would like to show if the user clicks on it. My problem is that the items in the collection don't appear to have a click event, so I need ...Show All
Visual C# Good VB.net to C# book
Could somone reccomend a good VB.net to C# (2005) book I am interested, at this point, mostly in the basics. I need to migrate from VB.net to C# and would like to do so in the easiest, quickest and most understandable way. Any suggestions or help appreciated WoodrowS – Rather than try to find a personal Rosetta stone, why not just grab a C# book and start at the beginning Doing that will introd ...Show All
Visual Studio 2008 (Pre-release) IIS Hosted WCF service & WLBS
We are setting up a WCF web service in IIS 6.0 on 2 servers, behind a wlbs clustered dns address. In IIS's configuration, there are 2 IPs in the host header section ('Advanced Web Site Identification' in the management tool) for each instance of the web (one for the cluster dns name, one for the local, so we can 'http://clusterservice/' addressing, and also 'http://clustermachine1/' and 'http://clustermachine2/' for individual testing and troubl ...Show All
