| Thread | Last Post | Replies |
|
| Newbie to VSnet2005: Do I uninstall VSnet2003? | 09 Nov 2006 23:42 GMT | 3 |
I just got VS.net 2005. I already have VS.net2003. Do I have to remove/uninstall it before I install VS.net2005? I also have VB6 and MSVC++. Do i removw them also?
|
| Java in Visual Studio 2005? | 09 Nov 2006 21:50 GMT | 5 |
I know that with the release of the Visual Studio 2005 SDK, creating 'languages' seems to be something you can easily do. I know that the examples they had were making the language IronPython integrated. I was wondering if anyone's already released any languages like this to the ...
|
| Visual studio 2003 side by side with 2005 | 09 Nov 2006 16:30 GMT | 2 |
My understanding is that both Visual Studio 2003 and 2005 can coexist. I have both installed and working. However my environment (include & library) settings seem to only reflect the 2003 settings.
|
| Rename Folder With Visual Studio 2005 Macro? | 09 Nov 2006 07:59 GMT | 3 |
I'm trying to write a macro in Visual Studio 2005 that will add all subfolders and files of a folder to your project, keeping the folder's structure in the solution. Whenever I try to create a new folder with a macro, it names it NewFolder, and there is nothing I can do to rename ...
|
| Standard Output Stream in Visual Studio | 09 Nov 2006 04:11 GMT | 1 |
Can someone tell me where my "Standard Output Stream" data displays while debugging in Visual Studio .Net 2003? When I use Console.Write("Some text") I never see "Some text" appear anywhere. The help says it goes to the "Standard Output Stream" but where is that? Do I set it? ...
|
| references that don't work | 09 Nov 2006 01:45 GMT | 5 |
Hi; We have 2 DLLs from 1 solution that we copy to a lib directory in a second solution. That second solution then has references pointing to those dll files (via browse for dll).
|
| newbi to VS.net2005: Do I remove VS.NET2003? | 08 Nov 2006 23:46 GMT | 4 |
I just got VS.net 2005. I already have VS.net2003. Do I have to remove/uninstall it before I install VS.net2005? I also have VB6 and MSVC++. Do i remove them also?
|
| Debug without building? | 08 Nov 2006 20:46 GMT | 8 |
All, I am using Visual Studio 2005 with C#/.NET. When I hit F5 to debug, Visual Studio runs through it's build steps before I can debug the app... even if nothing has changed.
|
| Where is the DataSet? | 08 Nov 2006 12:52 GMT | 1 |
Where is the DataSet in a WebProject (ASP.NET) of Visual Basic 2005? And how can I find a row in it?
|
| Visual studio 6.0 the same thing as VS.Net? | 08 Nov 2006 12:47 GMT | 1 |
Is visual studio 6.0 enterprises edition the same thing as Microsoft Visual Studio .NET? I have visual studio 6.0 enterprise edition, but i need to be able to open and complile Microsoft Visual Studio .NET 2.0 files. Can I do it? If not,
|
| Macro to Attach ASP.NET Process VS2003 | 08 Nov 2006 03:05 GMT | 5 |
I am trying to write a macro that will attach the debugger to the asp.net process. It seems to work after the first time after VS is opened. But then once I detach all, and try the macro again it does attach to the process. Below is my code:
|
| Installtion problem | 07 Nov 2006 12:19 GMT | 1 |
i am having some problems installtion VS2003 and VS2005 on one machine. I first had installed VS2003 and afterwards VS2005 Installtion seems to work ok. No error messages, but some strange behavior. When the setup-programm comes to install Visual Studio 2005,
|
| POPUp - VB.Net | 07 Nov 2006 06:04 GMT | 9 |
I have created an application using VB.Net. when I click Minimize button I made it to got to the taskbar. When there is an error occured in any of my code place I used to store that error in the text file. but now I have to popup the error once it get occured. I am using ...
|
| DataSet in VB2005 WebProject | 07 Nov 2006 05:31 GMT | 1 |
I have an ASP WebProject in Visual Basic 2005. I don't know where is the DataSet either his name in the webproject. I want to find a row in the DataSet. In VB2003 it was easy...
|
| How to save and restore application settings | 06 Nov 2006 05:48 GMT | 1 |
I have an test application that has the ability to force the system to reboot. I want to know how to best save my application's current settings and then restore them when the system starts up again. The application may be in the middle of a test and I would need to restore those ...
|