We are a .NET component vendor, our product needs to connect to the internet to be activated. In Visual Studio 2010, as soon as you create a new WinForms project the .NET Framework 4.0 Client Profile is selected not providing the necessary support for internet connections.
Despite this arguable Default chioce, is there something we can do to switch .NET Framework into Visual Studio automatically to .NET Framework 4.0 Full?
Thanks.