Hello gracious and knowledgable C# professionals.
I have a question about the .net framework and VS2005. I would like to install the SqlServer 2008 client tools on my machine and they require .net framework 3.5. At the same time I will be doing some novice development against the .net 2.0 framework. My question is: if I upgrade to .net 3.5 and create a new Visual C# project in VS2005, is there a way to specify the framework version assemblies that the project will use? In other words, how do I force VS2005 to ignore the .net 3.5 framework?
Thanks a bunch.