Re: What version of Visual Studio?

Tech-Archive recommends: Fix windows errors by optimizing your registry



On 26 May 2006 09:43:44 -0700, Alderik wrote:

Because of a previous developer hard-coding IP addresses into an
application I'm now looking at having to recompile this application.
I know that the application was written a long time ago, using
Microsoft Visual Studio.

My question is: How to find out what version of MS Visual Studio was
used. I know it wasn't 2005 or 2003. Anybody know if there was
something like MS-VS2000? or was this known as VB6?

The first VS .NET version was VS 2002. It compiled for the .NET Framework
1.0. Then came VS 2003 for .NET 1.1 and VS 2005 for .NET 2.0.

Also, if you have any tips on upgrading older sources to later version
of MS-Visual Studio, I'd certainly like to hear them.

If you have the project file, you can open it in VS 2003 or 2005 and
compile it. By default, these versions will add a configuration file that
forces the application to run under at least their .NET version (1.1 for VS
2003 or 2.0 for VS 2005). If you still want your application to be able to
run under .NET 1.0 when compiled with VS 2003 or 2005, go to the project
settings and change the Supported Runtime property (if you make
modifications to the code though, you should make sure that you do not use
any new classes/methods introduced in newer versions of the framework).
.



Relevant Pages

  • Re: New to ASP, trying to create a new project
    ... manually edit the project file to point to the correct path ... Visual Studio has it's moments, but this error should not be occuring. ... It sounds like something, most likely the .NET Framework itself, is not ... Is visual studio .net 2005 this buggy. ...
    (microsoft.public.vsnet.general)
  • Re: how to compile code codebehind files without visual studio
    ... to compile the web site into multiple DLLs. ... > I have created a project in my wwwroot folder on my system. ... > visual studio, i am able to run and view this page. ... > Since these pages are no longer part of the project file in visual ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Upgraded Web Service from VS2003 to VS2005 and all Hell breaks
    ... Visual Studio 2005 Web Application Projects ... "Because the Web Application Project model uses the same conceptual ... My web service project doesn't even have a bin folder. ... When I compile in batch from Visual Build Pro, ...
    (microsoft.public.dotnet.framework.webservices)
  • RE: compile errors
    ... Microsoft Online Support ... | Thread-Topic: compile errors ... I started it with Visual Studio 2005 and then moved to ... Do I have to install Visual Studio 2005 also as it was ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re:Need Standard C++ Compiler for M$ Windows (Close)
    ... install, yet it still gives full functionality (from the Win32 API ... Microsoft Visual Studio if it is installed on the class computers. ... They basically ripped the IDE off of Borland. ... Anyways, I used it just to verify that my code would compile in it, ...
    (Fedora)