>Thanks for your reply. Do you know if VStudio 2003 has the same problem
>- so that I cannot update the compiler for version 2.0 of .Net when it
>arrives?
Yes, even more so than the previous upgrade. There have been some file
format changes in 2.0 so you will most likely not be able to reference
framework 2.0 assemblies from VS2003.
>I am a bit reluctant to upgrade to 2003 if I will get into the
>same mess again when .Net 2.0 arrives.
Well VS2005 will not compile for v1.1 of the framework either, only
v2.0 (at least that's the only supported target version). So you'll
have to ask yourself how important it is to target v1.1.
Of course you can use a build tool other than VS and just invoke the
appropriate command line compiler version.
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.