Savillum's Q&A profile
Visual Studio MSBUILD targets for VB 2005 and .NET 1.1
What is happening on using MSBUILD to allow us to target .NET 1.1 I've seen a lot of material up on the web about CS but nothing about VB will the CSharp targets cross over to VB Codeburner We are working on providing support in MSBuild to target .NET 1.1. Please see the following for some details: http://blogs.msdn.com/msbuild/archive/2005/11/09/490817.aspx http://blogs.msdn.com/clichten/archive/2005/11/08/ ...Show All
Visual C++ CBitmap - Simple example
Hi, I am trying to load some images in a Picture Area. I only have the pointers to the images, and this pointers are of the type unsigned long* (I can also convert it to IplImage* to use with OpenCV). This unsigned long* get the images grabbed from an camera and I would like to display these images in this Picture Area (it is real time, I get the images from my camera and display them). I have tryied to use this (HBITMAP)LoadImage function, but ...Show All
Visual C++ FormatMessage problem
I am a beginer in VC++ and windows programming. Now I have to API of FormatMessage. see http://msdn.microsoft.com/library/default.asp url=/library/en-us/debug/base/formatmessage.asp . My problem is: the return value of FormatMessage is ok. but the String value in LPTSTR lpBuffer is wrong. Here is the piece of the code : HMODULE handle = LoadLibrary(filePath);//Here filePath is a DLL file absolute path if (handle==NULL){ return ...Show All
Microsoft ISV Community Center Forums SQL Server 2005 Resourse Kit exception
Hi, When i try to view any of the webcasts by clicking "play", i get the following Visual Studio just in time debugger error: An unhandled win32 exception occured in iexplore.exe[4624]. I can also see the following error in the winnt application error log. I am running winxp with sp2. Event Type: Error Event Source: Application Hang Event Category: (101) Event ID: 1002 Date: 25/08/2005 Time: 7:08:50 ...Show All
SQL Server What does "layout failed validation" mean?
My SSIS package reads from a text file, queries the SQL Server database to find new records that must be inserted, and then does various lookups, etc. The flat file source is defined as ragged-right format, and I can preview all 30,000 records. I can also preview records with no problems from the flat file source task. In addition the package builds with no errors and no warnings. Please note that the name of my dataflow task ...Show All
.NET Development The partner transaction manager has disabled its support for remote/network transactions
Hi People, I developed a .net 2.0 windows applications using TransactionScope. Client applications access a MSDE database on server via LAN. The program works fine when I tested on my own computer where database is on the same machine. But when I deployed database to the server, I got a message "The partner transaction manager has disabled its support for remote/network transactions Exception from HRESULT: 0x8004D025". I did some ...Show All
Visual Studio Team System Team Explorer Source Control Branches have Red "X"
Hi, I am running a new deployment of TFS Beta3 Refresh in a single server installation. Occasionaly the source control branches in team explorer show at the top of the tree with a red X icon instead of the usual spot at the bottom of the tree. On the client side I am running the VS 2005 team suite trial on 64 bit XP. What are possible causes of the red X Dean ...Show All
SQL Server A question on Conversation timer persistence
I'd like to add code to a trigger to calculate the time to fire a message into a queue based on a field changing, and conversation timers seem like the way to go. My first question refers to this line from the BOL: "Calling BEGIN CONVERSATION TIMER on a conversation before the timer has expired sets the timeout to the new value." I think that in this trigger, I can simply begin a new conversation if the given field has changed t ...Show All
.NET Development VS2005: dataSet.Tables(0).GetErrors
I am finding the following code is behaving differently between VS2003 and VS2005. In VS2003 GetErrors returns all of the errors in Tables(0) but in VS2005 only the first error is returned. Is there a way to get all of the errors Try dataSet.EnforceConstraints = True Catch ex2 As System.Data.ConstraintException Dim errorRows As DataRow() = dataSet.Tables(0).GetErrors VS2005 version information: Microsoft V ...Show All
Windows Forms dataset to listview
I am drilling down through a database and would like to put some of the results into a ListView. I am using something like this: me. ListView1.Items.Add(Me.DsMinor.Item(1)). It returns an error sayinh that is cannot convert to a string. &nbs ...Show All
Windows Forms Can't publish using August CTP
I took an existing application written in BETA 2 and attempted to publish it using the August CTP build. I made the required changes, recompiled, etc. And I can't get it to deploy to a machine that doesn't have the August CTP bits on it. I keep getting the following manifest erorr. PLATFORM VERSION INFO Windows : 5.2.3790.65536 (Win32NT) Common Language Runtime : 2.0.50215.44 System.Deployment.dll   ...Show All
Visual Studio Team System Identify that an old library is used.
Hi I am new to creating FxCop rules, however I have got to the point where I have written rules for our corporate naming guidelines which test for any violations. My question is as follows. I want to add a rule which checks whether a class is "using" a library and advise to use the new recommendation. Has anyone done this one before and can provide me with some pointers to get started Thanks for any help Brendan The j ...Show All
Software Development for Windows Vista Problems building samples from Platform SDK
I have installed the "Microsoft Platform SDK" and followed Brian Johnson's instructions ( http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx ) to enable it to be used with "Visual C++ 2005 Express Beta 2", successfully (hooray!). I then wanted to build some of the samples in the SDK. I first tried building in the command line for "Microsoft Visual C++ Toolkit 2003" (which I had previously downloaded), and received linker errors ...Show All
Visual Studio Team System How do I query SCC for items
Hi, I would like to use http://tfs:8080/scc/application/...asmx to retrieve a list of files of a particular project (ie $/MySccProject/MySolution/MyWebProject) to see the date+time of last change of each file. can someone give me a hint - or better: a link to some documentation ! I've installed the VS2005-TFS SDK, but I can't see a difference, nor any help-file which would give me a hint! thank you! While you can use the web service directl ...Show All
.NET Development Collect Search Results
I am pretty new to .NET programing. I want to create an application that will query multiple remote websites and return the results data to my program. How would I approach this Are there examples of this online If you want a UI component you can use the WebBrowser control (see http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx ). If you want to just issue HTTP GET requests ...Show All
