visual-studio-2003
Problem loading c# project in VS2003
By mistake I think touched some file (dont know the name) in the following folder.. C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.1.4322[详细]
2023-01-07 19:05 分类:问答Problem passing a reference as a named parameter to a variadic function
I\'m having problems in Visual Studio 2003 with the following: void foo(const char*& str, ...) { va_list args;[详细]
2022-12-30 09:20 分类:问答Form Inheritance in Visual Studios designer implementations
I\'m in the process of moving a project from Visual Studio 2003 to 2005 and have just seen the The event Click is read-only and cannot be changed[详细]
2022-12-28 12:29 分类:问答Does TFS 2010 support Visual Studio 2003 and 2005 connections?
I have been unable to locate any information on compatibility with Visual Studio 2003 or 2005. I currently have TFS 2010 working correctly with Visual Studio 2008, but we have some developers with Vis[详细]
2022-12-26 21:46 分类:问答Visual Studio .NET 2003 on Windows 7 hangs on search
So I开发者_如何转开发 have Visual Studio 2003 running on Windows 7 - yeah I am aware it isn\'t officially supported - and no, unfortunately I can\'t change that situation :-([详细]
2022-12-22 09:16 分类:问答Where is the "Publish" operation on Visual Studio 2003?
I\'ve been using the \"Publish\" operation on Visual Studio 2005 and 2008 (By right-clicking a project under the Solution Explorer and selecting \"开发者_开发问答Publish\" on the context menu). Now I[详细]
2022-12-22 00:56 分类:问答VS 2003: service pack installation confirmation
How do I confirm that SP1 for Visual studio 2003 is installed on my machine. My About box in VS2003 dev environment shows SP1 for MS .net开发者_高级运维 framework 1.1? How do I confirm for VS2003?Help[详细]
2022-12-21 20:02 分类:问答Using pthreads in VS .NET 2003
I\'m having some problems with my program in VS .NET 2003. I initially wrote a module that uses the pthread library to create a number of threads to process something. This runs correctly in VS .NET[详细]
2022-12-21 15:02 分类:问答Accessing a property in a Datagrid in C#
I am loading the output of a database query to a DataGrid. myAdapter.Fill(ds,\"AllInfo\"); dataGridSearchOutput.DataSource = ds.Tables[\"AllInfo\"].DefaultView;[详细]
2022-12-19 23:08 分类:问答Visual Studio 2003 not rebuilding, can I only build one dll and transfer it to the server?
Basically it\'s in the title. There\'s a bug in a VS2003 website that needs to be fixed but it is not letting us rebuild the enti开发者_JAVA技巧re project and the bug needs to be fixed immediately. Is[详细]
2022-12-19 18:39 分类:问答
加载中,请稍侯......