Setup Project in VS 2003 don't work in NET 1.0

  • Thread starter Thread starter Alexander
  • Start date Start date
A

Alexander

My program can work on .Net 1.0.
But setup wich i made with VS2003 don't.
What i do wrong?
 
Alexander,

Generally, projects produced for .NET 1.1 in VS.NET 2003 will not work
on .NET 1.0 systems. Rather, you have to have the .NET 1.1 framework
installed (depending on what it is you are trying to do).

The runtimes are generally backwards compatable, but not forwards
compatable.

Hope this helps.
 

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