| Thread | Last Post | Replies |
|
| vs2005 pro doesn't have code analysis? | 29 Oct 2005 08:31 GMT | 1 |
Yet isn't it just FxCop thats free on the net? Or are they going to quit distributing it for free so they can make more money?
|
| Help LNK2005 errors :-( | 29 Oct 2005 01:57 GMT | 1 |
The real strange thing about this is that this simple code posts the errors (see below) but if I comment out everything and then slowly uncomment it builds fine. I add one thing to the file and it posts the error again.
|
| VStudio Standard Upgrade | 29 Oct 2005 01:20 GMT | 1 |
I have the Microsoft Visual C# .NET Standard 2003 package. Will I be eligible for an upgrade to Visual Studio 2005 Standard edition? Bryan
|
| How do I connect to an Access Database | 28 Oct 2005 20:48 GMT | 1 |
I would like to connect to an Access database using Visual Studio 2003. When I try to make add a connection using Server Explorer, which Ole DB provider should I take? Furthermore, what entries do I make in the connection tab with respect to the Server Name, etc.....
|
| Do Visual Studio Team Editions require Team Foundation Server? | 28 Oct 2005 18:08 GMT | 8 |
My understanding (from http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx) is that the professional edition of Visual Studio does not include some of the features (such as code profiling, static analyis and unit testing) which are
|
| How to - Rename a solution (project) and all associated files/folders | 28 Oct 2005 14:02 GMT | 4 |
I was wondering how someone could rename a solution (project) and all associated files/folders? When we create a new project it seems to be the only chance to give a proper name to a project... If we find a better name later, it seems impossible to rename the whole shebang!
|
| Visual Studio 2005 Express Editions release date? | 28 Oct 2005 04:54 GMT | 2 |
As the Visual Studio 2005 is now RTM, would anyone know when we can expect to see the Express editions in the wild?
|
| vs.net 2005 Team system source control | 27 Oct 2005 21:15 GMT | 3 |
Can you manage source control from VS.NET 2003 as well as VS.NET 2005? Will it be integrated into the 2003 IDE? thank you in advance, KF
|
| Just-in-Time "compiler" | 27 Oct 2005 18:22 GMT | 6 |
In these Visual Studio newsgroups, is the standard terminology to refer to the "build" process as "compilation"? If so, what does the Just-in-Time Compiler do at runtime? Is it to assemble the MSIL code? If so, why isn't it called a
|
| VS 2005 RC1 insists on FIREFOX !!!??? | 27 Oct 2005 15:50 GMT | 5 |
When I installed VS2005 Pro RC1 I happened to have had Firefox as my default browser. For a while I just lived with Firefox coming up, as I figured I can change it later. I've tried everything I know, including a complete uninstall of everything
|
| Low-Fragmentation Heap | 27 Oct 2005 13:10 GMT | 3 |
I'm desperatly trying to switch on the low-fragmentation heap for the crt heap in C++ in VS.NET 2003 on a Windows XP SP2 machine with the following code: ULONG HeapFragValue = 2;
|
| compiler errors make me think vs.net 2003 is a joke | 26 Oct 2005 15:22 GMT | 18 |
I have visual studio brand new. I wrote a simple c program in visual c++. I continually got very unusual compiler errors. I found the causes for one error. Visual studio .net does not allow you to use inline comments inside of a
|
| Using shared library built from lower version Visual Studio, commi | 25 Oct 2005 21:46 GMT | 3 |
I met a Visual Studio co-mingle problem. I provided a FPrintStructA( FILE *fp, struct A *sp ) function in a shared library built using Visual Studio 2000 with /MD option. This function print the content of structure sp into the file fp. The user of the shared library
|
| installshield and vs2003 | 25 Oct 2005 18:10 GMT | 4 |
Stupid question I'm sure. How can I find info. regarding how to use installshield that supposedly shipped with vs2003? st:
|
| Missing .vb code behind files but web still works | 25 Oct 2005 17:56 GMT | 2 |
I was developing a small web in Dot Net2005 Beta2 using .aspx files with .vb code behind. I had a presentation coming up and thought that this should be on a production server. I had some difficulty publishing the web so I set up the destination folders in Explorer and web in IIS
|