we are in process of switching our ASP.Net development from Visual Studio 2003 and .Net 1.1 to Visual Studio 2010 and .Net 3.5. So far, we successfully migrated our back end code and after some fight
I tried to run MS VS 2003 projec开发者_StackOverflow中文版t on MC55. I got this error below - There were deployment errors. Continue?
I have a program, MyApp, where I can open a text file, which works great. The 开发者_开发问答application is created in C# with Visual Studio 2003, .NET 1.1.
I have Visual Studio 2003, 2005 and 2008 installed on my machine + my OS is Windows 7. Both 2005 and 2008 are working properly except for 2003.
Can someone help me on how to highlight the matching strings/substrings from a keyword search? For example if the user inputs \"BEARING\", the datagrid should display the following
I got the error 开发者_如何学JAVAin Query String. My project was written by ms visual studio 2003. Please see my code below
My project A reference a project B to get database access. The B\'s DLL is in my References folder under A, and I have all the necessary using in every file and class.
I am working on a project in Visual Studio .NET 2003 - within this project I have made reference to a DLL, however, when I attempt to access create an object of this type I recieve errors (either Type
My VS 2003 is not working. Whenever I try to create a new project or open a solu开发者_JAVA百科tion (created in VS 2003), it prompts me the following.
I have a Menu with all sorts of Menu items, as you normally would. Every MenuItem (button) has a caption and I\'d like to change that caption at runtime. On a normal button that isn\'t really a proble