This may be a stupid question BUT...
If I create an windows forms application using Visual Studio 2005, does the environment that my application is deployed to have to have the .NET framework 2.0 installed on it
I'm just trying to put this question to rest.
Thanks,
Paul

Visual Studio 2005 and .NET 2.0
Tillmann #Europe#
Yes.
This is why you have the option to deploy it with click-once and allow it to download the .NET 2.0 runtime. If you wont use runtime and deploy it as a single installer project then again you might have to instruct the installer to include the .NET 2.0 runtime. For more information check the deployment section in the documentation.