Visual Studio 2010 + .Net Framework 1.1 + Click Once Deployment

Sloane picture Sloane · Dec 22, 2009 · Viewed 8.5k times · Source

First of all, The Winform application is based on .Net Framework 1.1. I have 1.1 SDK installed but 1.1 is not listed in the Target Framework(VS 2010 Beta 2) so I cannot choose the same, the minimal available is 2.0. Am I supposed to install an add-on or something for building 1.1 apps in VS 2010 beta2. Further more, I am using a Clickonce deployment publish method. I am not sure if 1.1 supports ClickOnce deployment. Please advise on both these fronts. Thanks a Lot

Answer

Pavel Minaev picture Pavel Minaev · Dec 22, 2009

.NET 1.x is not supported by VS2010 (or any future versions). You'll have to use VS2002 or VS2003 for that.

ClickOnce is only supported for .NET 2.0 or later.