[RESOLVED] multiple framework in one machine creating compile time error
Dear All,
I had ASP 2.0 installed on my machine, recently I have installed Asp 3.0 framework only. Now my all old applications are throwing compile time error.
How to revert back to old framework. Is there any command which will set the current version.
Error 1 Could not load file or assembly 'System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
Please suggest.
Regards,
PPCC
Re: multiple framework in one machine creating compile time error
Did you upgrade the projects as well, because a framework upgrade from 2 to 3/3.5 shouldn't affect a project. Go to your project, right click, references, and re-reference the version 2 DLLs.
Re: multiple framework in one machine creating compile time error
PPCC,
As Mendhak has said, the installation of the additional frameworks shouldn't have caused this problem. I personally have .Net 1.1, 2.0, 3.0, 3.5 and the 4.0 Beta installed side by side, and I have never had any problems.
Gary