VS .net 2003 and .Net SDK 2.0

  • Thread starter Thread starter IUnknown
  • Start date Start date
I

IUnknown

Hello,

I am newbie to .Net and kindly seek your help for below mentioned
problem.

I have installed VS .Net 2003 with 1.1 framework. Everything was
working fine. I wanted to use ImageMap control in .net 2.0, so I
uninstalled .net framework 1.1 and installed SDK 2.0.

Now, whenever open a .Net Project, I get follwing error

" Project <name> could not be opened because Microsoft Visual C#
compiler could not be created......"

I would appreciate if someone can tell me how to link Visual Studio Net
2003 and .Net SDK 2.0.

Thanks in advance.

Thanks & Regards,
Prashant
 
You can't. VS 2002 works with .NET 1.0; VS 2003 works with .NET 1.1; VS
2005 works with .NET 2.0. They do not mix and match.

You can, however, download the 2005 Express products for free until
November. This will allow you to use 2.0, though the Express products won't
have all of the bells and whistles as VS 2005.
 
Back
Top