I had and an already existing odl file and I created the tlb out of it using MIDL.exe I registered the tlb using regtlib.exe when I search the registry I am able to find only the id of type library i
I am using VisualStudio .NET 2003 on Windows 7. I get the error below while compiling one of my projects.
Is ther开发者_JAVA百科e a way to import/export Visual Studio .NET 2003 settings? Especially the IDE level include, reference, library and source files\' settings accessible from the Tools/Options/Proj
Why does Visual studio give this message in the task list when I use \"onmousedown\" on an asp:button:
I\'m trying to trace some l开发者_如何学Goegacy code at work, Visual Studio 2003 and .Net 1.1.There are actions done on Keypress and Text change that I know happen but, the Text fields themselves are
I want to make my .NET application run as a 32-bit process on a 64-bit machine with .NET1.1. The target platform option was introduced in later versions of VS(2005), but I am using VS2003 and .NET1.1
In VS 2005 and VS 2008 we have target platform option in project settings. I think I know what the meaning is, that is, I read this article. To quote from there:
I have written below console application in VB.net. My intention is to write an application that triggers every one minute and perform some task. But
I\'m using Visual Studio 2003. In debug mode, whenever I add a break point in my javascript (js) file, the file then beco开发者_StackOverflow社区mes locked so that it can\'t be edited.
I want to use VS2010 power tool \'Code Metrics\' with VS2003 Projects and Solutions? do you know how I can manage to do that?