> I have win2003 recently set up for support of an ASP.NET 1.1
> application.
[quoted text clipped - 7 lines]
> What do I have to do in order to set the ASP.NET version to 1.1.4322?
> I have the same limitation with application pools.
Ok, I ran aspnet_regiis. Next problem is that VS2003 does not
recognize the version of .NET, for some reason.
David Wang - 10 Oct 2008 05:13 GMT
> > I have win2003 recently set up for support of an ASP.NET 1.1
> > application.
[quoted text clipped - 10 lines]
> Ok, I ran aspnet_regiis. Next problem is that VS2003 does not
> recognize the version of .NET, for some reason.
Reference the necessary DLLs and Visual Studio will recognize it.
Think about it. Both .Net 1.1 and 2.0 have System.String. How in the
world is Visual Studio going to know WHICH version you want -- unless
you indicate it by referencing it?
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//