Posted By: javamdk | Aug 19th, 2005 @ 4:11 AM
page 1 of 1
Comments: 9 | Views: 11895
javamdk
javamdk
Innovating Tomorrow's Technology

Low and behold, I broke Visual Studio 2005 Beta 2. I have no clue how, but it said the compiler was broken and it needed to be reinstalled. I thought that possibly it just needed to be restarted, but in fact it was pretty corrupt. All, I did was open a bunch of mixed solutions (VB, C# and C++). Then everything went hay wire and kept launching “send reports” -- which I kept sending to Microsoft. So maybe that can be analyzed.

At any rate, the apps I was writing in VS2005 won't work on VS2003, since it's a newer version. Is there any program that can convert this back to VS2003?

W3bbo
W3bbo
The Master of Baiters
Depends...

the VS2005 SLN and Project files can be converted easily, yes. But if you were writing any managed applications that utilise any of the new or modified assemblies then you might have a few problems.

But I can't see any real problems with converting VS2005 C++ to VS2003 C++. But there would be problems with downgrading from VS2003 C++ to VS6 C++ (since the VC6 compiler wasn't ISO compliant)
El Bruno
El Bruno
El Bruno
javamdk wrote:

Right, most of my solutions don't use the new assemblies. I could go in and just remove all my solutions, leaving my source then go ahead and re-build under the VS2003 hood.

I know there's an application that can convert the solutions from VS 2003 to VS2002. Also, I know in VS2005 it automatically converts the solutions from VS2003 to VS2005. Perhaps, I'll just have to rebuild.
 
But yeah, I have no intention to go convert down to VS6 -- those days are past us now, lol



mmm ... you can try rebuilding the complete project/s, building a new solution. But I can't find a tool to migrate from VS2005 to Vs2003 ... sorry Big Smile       
Sven Groot
Sven Groot
My name has 9 letters. Coincidence? I think not...
javamdk wrote:
Right, most of my solutions don't use the new assemblies.

If you use any Windows Forms or Web Forms code you're screwed, because the VS2005 designer uses partial classes which isn't supported by .Net 1.1
footballism
footballism
Another Paradigm Shift!
Sven Groot wrote:
javamdk wrote:Right, most of my solutions don't use the new assemblies.

If you use any Windows Forms or Web Forms code you're screwed, because the VS2005 designer uses partial classes which isn't supported by .Net 1.1

And ASP.NET projects in VS2005 is file system based, not IIS or Frontpage Extension based as it is in VS2003
figuerres
figuerres
???
you could not re-install vs 05 ??

or you did not want to ??
page 1 of 1
Comments: 9 | Views: 11895
Microsoft Communities