VS .net 2003 and .Net SDK 2.0

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
 
C

Christopher Reed

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top