| Thread | Last Post | Replies |
|
| VS.NET Virtual Memory problem | 22 Nov 2004 09:13 GMT | 5 |
I've have been using VS.NET for about 1 month now and had no problems. The other day I downloaded two MS.NET Framework updates, .NET Framework 1.0 and .NET Framework 1.1(I think one was a service pack), there after every time I load or create a project in VS.NET the cursor ...
|
| SQL Problem | 21 Nov 2004 19:07 GMT | 1 |
I have a small Sql problem I have multiple users using phones to call people on particular days i want to be able to issue a count on the number of
|
| How to /completely/ uninstall VS .NET? | 20 Nov 2004 17:36 GMT | 2 |
I've experienced a few errors from Visual Studio .NET 2003 after removing some features (properly, using setup.exe, not just deleting them). So, I decided to do a clean remove and re-install without those features.
|
| Can VS 2005 beta coexist on same machine as VS 2003? | 20 Nov 2004 03:23 GMT | 7 |
I have Visual Studio 6 & Visual Studio .Net 2003 on my machine now. They seem to peacefully coexist. Can I also add Visual Studio 2005 beta on this machine as well?
|
| How to know when an application is running | 20 Nov 2004 03:01 GMT | 1 |
Hi group, I need to know when an application is running, because I want just one instance of this application. Thanks so much.
|
| type or namespace name 'Services' does not exist | 19 Nov 2004 23:27 GMT | 1 |
I created a .cs file using wsdl.exe. When I compile a project that includes it the statement: using System.Web.Services; in this file gets the error:
|
| Visual Studio codenamed "Orcas" | 19 Nov 2004 22:56 GMT | 1 |
Due to Microsoft's roadmap for years 2004-2005 , Visual Studio codenamed "Orcas" should be released in 2005 . But , as we know , Visual Studio codenamed "Whidbey" (which was originally planned to be released in 2004) will be released in 2005 . In addition , it was written in the ...
|
| Installing VB6 AFTER VS.NET 2003 | 19 Nov 2004 18:38 GMT | 1 |
Is it possible to install vb6.0 Professional after I've already got Visual Studio .NET 2003 installed? I've not been able to find much information on this as I know that it should be easy enough to install VS.NET on top of VB6, but it's not so easy the
|
| Do I need IIS to create ASP.NET pages? | 19 Nov 2004 12:35 GMT | 2 |
I have Windows XP Home installed. I've bought Visual Studio.NET, and am now told that I need to install IIS before installing Visual Studio.NET or else my ASP.NET pages will not non-functional. Is this true? If so, how do I get IIS?
|
| Can't access the System.Messaging namespace X( | 19 Nov 2004 12:13 GMT | 1 |
I'm using Visual Studio 2003 Enterprise. when i tried to use the system.messaging namespace, it said that the namespace "Messaging" does not exist in "System". Please help ~~ Kevin
|
| For loop to set property of multiple buttons ? | 19 Nov 2004 08:13 GMT | 2 |
I've a lot of buttons named button1..button100 and want to change some of there propertys. Maintaining the overview I'm looking for a possibility for something like: System::Windows::Forms::Button * Wolfgang; for (i=1;i<100;i++)
|
| Changing multiple button-properties in a for-loop ? | 19 Nov 2004 08:00 GMT | 2 |
I've a lot of buttons named button1..button100 and want to change some of there propertys. Maintaining the overview I'm looking for a possibility for something like: System::Windows::Forms::Button * Wolfgang; for (i=1;i<100;i++)
|
| Web service reference reverts to old version | 19 Nov 2004 02:46 GMT | 7 |
We have a multiple-project solution in VS.NET 2003, including a single web service. A couple of projects in the solution have references to this web service and everything was working OK until we added some methods and changed the signatures for some existing methods on the ...
|
| How to install VS.net 2002 after 2003 is installed? | 19 Nov 2004 02:10 GMT | 4 |
I have already installed VS.net 2003, for some reasons, I need to access to 2002 version. What should I do in order to use 2002? Should I remove 2003 or they can coexist with each other?
|
| Viewing Crystal Reports Table Info from SQL Server in VS - how? | 19 Nov 2004 01:58 GMT | 3 |
I would like to view/print table definitions from MS SQL Server in VS. I can get an on-screen version of what I want in the SQL Server Query Analyzer by using the sp_help command. use MyDatabase
|