When did ClickOnce come out?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

Ronald S. Cook

When did ClickOnce come out? With VS2003 or not until VS2005?

Can it be used to deploy a .NET 1.1 app? I'm assuming no way it could be
used to deploy a VB6 app, right?

Thanks,
Ron
 
When did ClickOnce come out? With VS2003 or not until VS2005?

Can it be used to deploy a .NET 1.1 app? I'm assuming no way it could
be used to deploy a VB6 app, right?

..NET 2.0.

If you want to deploy .NET 1.1 via a similar mechanism take a look at
Microosft's Updater Application Block. I think .NET 1.1 also had the
ability to deploy files to a web server - but it definately would not be as
mature as ClickOnce.
 
ClickOnce = VS 2005

In VS.Net 2002/2003, they had something called "No-Touch deployment".

--


HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
S2i web inc. (www.s2i.com)
http://emoreau.s2i.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top