VS 2005, compiling against .NET 1.1

  • Thread starter Thread starter Paul Aspinall
  • Start date Start date
P

Paul Aspinall

Hi
I have VS 2005, but some of the components I'm using (Infragistics
NetAdvantage 2005), have issues with .NET 2.0
For this reason, I'm being forced to compile against .NET 1.1

How do I do this?? Is it possible?? Is it supported to use VS 2005 with .NET
1.1??

Thanks
 
Paul,

Check the google archives for this group. I believe there is a post by
Jon Skeet that references how to do this (or it might be his blog). Mind
you, it is unsupported, but I think it is possible.

Hope this helps.
 
Nicholas Paldino said:
Check the google archives for this group. I believe there is a post by
Jon Skeet that references how to do this (or it might be his blog). Mind
you, it is unsupported, but I think it is possible.

It's certainly something I've looked at in theory - i.e. I've read
appropriate web pages :)

However, the really good news is that MS is going to produce something
to help us - unsupported etc, but great news nonetheless.

See http://blogs.msdn.com/clichten/archive/2005/11/08/490541.aspx and
http://blogs.msdn.com/clichten/archive/2005/11.aspx

I don't know when it'll be out though...
 
Back
Top