| Thread | Last Post | Replies |
|
| Visual Studio 2005 Standard Edition and MFC | 07 Jun 2005 22:38 GMT | 1 |
Does anyone know whether Visual Studio 2005 Standard Edition will support MFC? Thanks Vaclav
|
| Problem with building Installer | 07 Jun 2005 18:30 GMT | 2 |
Hi, I have an MSI deployment project in my solution. When I try to build the installer, Visual Studio itself tries to install something. A dialogue pops up saying it is configuring Visual Studio then industriously thrashes the hard drive for a good 2 seconds, after which
|
| Visual Web Developer | 07 Jun 2005 17:22 GMT | 3 |
I suspect this has something to do with the partial classes and with the fact that I created the codebehind file from outside VWD. Anyway I'm getting the following errors: Error 1 c:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET
|
| VS 2003 memory leaks | 07 Jun 2005 10:13 GMT | 1 |
Any know any fixes for the devenv.exe memory leak problems which seem to get worse as project size grows.. Usally the above will consume 500 megs without much problem over a couple of hours of usage, even if left ( no imputs it will get to this overnight)..
|
| Visual Studio .NET crashes after pressing ctl-alt-p (attach process) | 07 Jun 2005 06:12 GMT | 1 |
I always encounter this lately and it's a mess trying to reinstall, perhaps you guys can have some tips on this. Once in a while, my IDE crashes when I try to attach to a process, after pressing ctl-alt-P. Error Details:
|
| Visual Studio 2005 Licensing question | 06 Jun 2005 20:21 GMT | 2 |
We are probably going to upgrade to VS2005 when it comes out - can anyone tell me... if we get the upgrade from vs2003, can we use both versions? (Upgrade from Pro to Pro btw.) Also, we have some new licenses to buy - if we get vs2005 pro licenses (not
|
| Automation: connecting to VisStudio.Net 2003 | 06 Jun 2005 10:53 GMT | 1 |
I was connecting to VisStudio.Net 2003 like this: CLSIDFromProgID(L"VisualStudio.DTE", &clsid); hr = GetActiveObject(clsid, NULL, &punk); After I installed VisStudio.Net 2005 b2, the code above connected me to the
|
| VISIO, there is a way to generate the UML diagrm from the source of an existing program (MFC C++) ? | 06 Jun 2005 02:33 GMT | 1 |
there is a way to generate the UML diagrm from the source of an existing program (MFC C++) ? Visio Visual Studio 2005
|
| VS.Net Installer question... | 05 Jun 2005 22:34 GMT | 2 |
Does anyone know if there are any webcasts in archive somewhere that explain how to use the installer in Visual Studio .Net 2003? I have been able to write some simple installers and creating .msi's, but I want to expore some more complex scenarios. Does anybody know of some ...
|
| Building a DLL | 04 Jun 2005 18:40 GMT | 1 |
I have Visual Studio 6.0. I have downloaded an SDK for writing audio apps that will be in the form of DLLs. I want to build the example file that has been provided. Unfortunately, I am getting "link errors". My question is, how do I properly configure the environment to build a ...
|
| Fileselection and namespace-hierarchy | 04 Jun 2005 13:31 GMT | 1 |
I'm using Visual Studi 2003 .NET and I have two questions: 1. Where can I find an overview over the complete namespace-hierarchy with additionally all possible methods I could use. 2. I want implement into my program the possibility selecting files from the
|
| Visual Studio dot net 2003 Professional sql connectivity | 04 Jun 2005 05:14 GMT | 6 |
I can's seem to connet to sql 2000 server in Server explorer, I can see the server but when I try to connect to it shows a red "X" and ask's me for the username and password, I enter them, but to no avail. It works fine in web matrix.
|
| unicode application: VS6.0 to VS2003 | 04 Jun 2005 04:42 GMT | 4 |
Hi, I am porting a unicode application from Visual c++6.0 to .net 2003. and I can't figure how to specify the entry point symbol in my Project settings as wWinMainCRTStartup? Also, are there are any other setting that I have to change??
|
| Debugging classic ASP in Visual Studio .NET | 03 Jun 2005 21:06 GMT | 2 |
I use Visual Studio .NET to debug my CLASSIC ASP code. However, this code has several INCLUDE files that all have the .INC extension. As a result, VS will happily step through this code, but won't allow me to
|
| Registering project output for COM Interop... (VS.Net 2003) | 03 Jun 2005 19:30 GMT | 4 |
One day, out of the blue, anything COM interop related stopped building. When building any project (VB / C#) that has a COM interop interface (my own home grown projects, or a Visual Studio .Net Add-in), I get the following error:
|