| Thread | Last Post | Replies |
|
| Visual Studio 7 compiler issue, unable to assign variables?.. | 26 May 2005 09:52 GMT | 3 |
This appears to be an issue ONLY in VS 7(.NET) in release mode (debug appears to work ok), VS 6 doesn't have a problem with this code: I isolated the issue to a simple test case, I can't get it to run correctly.. 13 gobal floats, 2 functions (not counting main()) and no math, just
|
| Removing vcvars32.bat information from cmd prompt | 26 May 2005 08:40 GMT | 2 |
I receive the following information when I open a command prompt (C:\Windows\System32\cmd.exe): "Setting environment for using Microsoft Visual Studio .NET 2003 tools. (If you have another version of Visual Studio or Visual C++ installed and wish
|
| Importing VS2003 SLN into VS2005-Beta2 | 25 May 2005 20:17 GMT | 1 |
After importing a project solution into a VS2005.Beta2, build errors abound. The errors are all: The name 'xxxx' does not exist in the current context. Well, when VS2005 imported (and converted) the project, it created an
|
| Every execution of web application requires F5 first in browser | 25 May 2005 18:37 GMT | 3 |
To reproduce: simply start a new web app project in VStudio 2003 Enterprise and run the project to get a blank html page displayed. Instead of the blank form being displayed in the browser, immediately I get a page not found error and have to hit F5 to refresh the browser window ...
|
| How do I Copy a soluion/project | 25 May 2005 16:11 GMT | 4 |
I'm probably just missing something, but I can't seem to do this. I know there is a copy project function, but it doesn't seem to actually creat a NEW project. I need to keep the existing project the same and create a branch to prepare for the next release. There should be an ...
|
| How Do You Move a Solution-in-Progress Between Two PCs? | 25 May 2005 11:20 GMT | 1 |
I have been using Visual Studio .NET 2003 to develop a small web application (using ASP.NET and Crystal Reports XI) for my company's intranet. I have been plugging away at it, both at home and at work, for a couple of weeks. Up to now, I haven't had to worry about having
|
| msi based install vs installutil based install | 25 May 2005 11:19 GMT | 1 |
Iam not sure if this is the right place to post this question... I was using installutil to install all my windows services in the past until I discovered the msi install process recently. The problem is if I try to run the msi installer on a machine that has an old installutil ...
|
| System.NullReferenceException' | 25 May 2005 11:16 GMT | 1 |
n module class Public ChannelArray() As frmChannel intArrayCount = UBound(ChannelArray)<======== an unhandled exception of type "SystenArguementNullExcption" occurred in miscrosoft visualbasic.dll
|
| Visual Studio hangs | 24 May 2005 19:20 GMT | 3 |
Following the most recent Microsoft Windows update over the weekend, I now find that VS hangs when trying to run a program (C#), as simple as a form with one textbox and one button which, when clicked causes the textbox to display "Hello".
|
| Problems with Visual Studio .NET 2003 (Spanish) | 24 May 2005 16:19 GMT | 3 |
The combo and list boxes don't show the items, and the MsgBox don´t show the text and the text of the buttons. Please HELP me! Thanks a lot.
|
| VS 2003 and 2005 | 24 May 2005 16:08 GMT | 11 |
Anyone know if you can install VS 2005 Beta 2 on the same machine as VS 2003? Thanks Mark
|
| An old bug in studio shows it's ugly head again!! Same file opened for edit twice!! | 23 May 2005 21:18 GMT | 3 |
I remember years ago when I first started using Visual Studio, one could accidentally open up the SAME project in writable mode multiple times and check them out of source safe multiple times without getting so much as a warning. This was common due to the fact that the sales ...
|
| Copy Project fails when project name ends in .com | 23 May 2005 18:30 GMT | 1 |
Does anyone else experience this: 1. Open VS.NET 2. Create a new C# ASP.NET Web Application called 'MyApp.com' (New project dialogue). Just create it in http://localhost/MyApp.com. the
|
| adding .pif to setup and deployment project | 23 May 2005 17:40 GMT | 1 |
I'm porting some setup/deployment projects from VS6.0 to VS.NET and when I try to add some .pif files to the project I get an error message that says 'The system cannot locate the path "<my path to my file>" that this link refers to.' and then it refuses to add the file to my ...
|
| Installing VS.NET to Multiple Operating System | 23 May 2005 14:08 GMT | 1 |
i am wondering that is it possible to install vs.net to computer that has multuple operating system once and both using it. for example: i have xp pro and 2003srv on my notebook that are installed to different partitions, and i wantto install vs.net to one of
|