| Thread | Last Post | Replies |
|
| upgrading an application with VS Setup | 26 Oct 2004 22:31 GMT | 1 |
I am having trouble configuring a visual studio setup project for an application so that it will automatically override any existing installation of the application. At this point the user has to remove the previous installation before installing the new app. If I was using ...
|
| Newbie needs data access help | 26 Oct 2004 22:20 GMT | 1 |
I've just begun using VS.net2003 and am having a problem getting records to fill a DataGrid in a Windows form. Using Server Explorer I dragged the Categories table from my <local> SQL Server NorthWind db onto the form. The
|
| Deleteing a file after install causes a re-install | 26 Oct 2004 22:18 GMT | 1 |
I have a fairly simple Installation project that creates an MSI installer for my application. Included in this is a configuration file that gets deleted the first time the application is run after installation. The second time the app is run it triggers the installer to ...
|
| Runtime error: Microsoft Visual C++ Runtime Library | 26 Oct 2004 18:29 GMT | 6 |
I am using Microsoft Visual C++ 6.0 to develop a Win32 application. The EXE file ran well in my own Win2K professional desktop, but when I ran the same EXE file in another Win2K professional desktop, I got an error message "Microsoft Visual C++ Runtime Library: Runtimr error!". I ...
|
| Version Of Visual Studio | 26 Oct 2004 17:12 GMT | 1 |
I need to buy a version of Visual C#.NET Visual Studio that will allow me to : 1) create and reuse object libraries 2) create web projects 3) create and use webservices
|
| Complex build for C# projects with custom tools | 26 Oct 2004 17:04 GMT | 9 |
I've got a slightly complex build process for the project I'm working on. I'm using ANTLR to generate parsers and lexers, and using custom-built tools to generate various data files which are needed for starting up a debug instance.
|
| GNU Header Files with Visual Studio | 26 Oct 2004 12:39 GMT | 1 |
How can I use the GNU header files in my projects that I create with Visual Studio? thx
|
| Remove Previous Version problem with Windows Installer | 26 Oct 2004 11:47 GMT | 7 |
I have a setup project for my VB.Net application with the RemovePreviousVersion property set to True. When I want to publish a new version of the application, I change the version and say Yes to changing the product and package codes. I do a "Just for me" install for the new ...
|
| VS 6.0 and VS .NET on the same computer...... | 26 Oct 2004 07:03 GMT | 3 |
Can we have VS 6.0 and VS .NET installed on the same Computer???? Thanks!!!
|
| Programming for differing DPI settings | 25 Oct 2004 23:03 GMT | 1 |
Newer monitors are coming out with a variety of dpi settings. But even today, users can now change the dpi settings of a monitor which will screw up the display of a web page/windows forms (especially one developed at lower DPI settings).
|
| public variable inside of a class was lost at runtime | 25 Oct 2004 18:01 GMT | 2 |
I am using Visual Studio 6.0 to develop a Win32 application for serial communication. I defined a public HANDLE variable for the communications device in my serial communication class SCOMM. I debug the software and to my surprise,
|
| VS doesn't use windows path! Installation problem? Please help! | 25 Oct 2004 16:21 GMT | 1 |
I am trying to compile any type of C++ program created using the VS wizard and get errors. It seems that VS doesn't find the standard library files. "fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory" is one of the errors. I get the same for ...
|
| Actionpack - CD key to what CD? MS Actionpack subscription | 25 Oct 2004 12:57 GMT | 1 |
This isn't really on topic, but I'm hoping that someone here is has a MS Actionpack subscription and can help me... I've got two of the black envelopes from the subscription here that Microsoft stuck the CD keys onto the back before shipping to me. The
|
| VS.NET: "mssql:" was not saved and no longer exists. ... | 25 Oct 2004 12:55 GMT | 1 |
I am running VS.NET 2003 and SQL Server 2000 on Windows 2000 Server (all updated to the latest sp's etc.). I use the Server Explorer tab in VS.NET to edit stored procedures (syntax highlighting :)). But every time I save something, VS.NET thangs for a few seconds and then displays ...
|
| VS.Net 2k3 Developing WebForms | 24 Oct 2004 21:13 GMT | 1 |
We are having technical issues with one of our developer's VS. Whenever we load up an ASP.Net project, it either takes a long time to load up, or it takes a long time to open any web forms in the solution. Also it takes forever to add/delete certain controls.
|