im afraid its not possible to use it. Each version of VS is married to the .NET Framework version it was released with, with the exception of VS2005 (allows you to use .NET 3.0 with an addin)
the only way to use .NET 2.0 is either:
purchase VS2005
download the express editions and dev .NET 2.0 apps within it
use the vb.NET or C# compiler of .NET Framework 2.0 and manually write out code with notepad for example
download the 180 day trial of VS2005 Professional
|