Deploying programs with net framework 2 onto framework 1

J

Jarry

How do you get a program built with, say, Visual Basic 2005 (with .net
framework 2.0) to deploy onto a computer with only framewok 1 or so, if
you don't have the administrative rights? It's kind of urgent, but it
must be simple - I only want to run a program I created at home on
university computers ...

Thanks in advance,
Jarry
 
P

Phill W.

Jarry said:
How do you get a program built with, say, Visual Basic 2005 (with .net
framework 2.0) to deploy onto a computer with only framewok 1 or so, if
you don't have the administrative rights?

You can't.

Framework 1.1 /cannot/ load assemblies built under Framework 2.0.

Regards,
Phill W.
 
J

Jeff Jarrell

Granted I am sure you don't want to buy it, but the "can" does exist.

funny this should come up. just today I was listening to a .NetRocks podcast
interview with a person that has a "compiler" that wraps up the framework
and your app into a single DLL. Then one executable to be deployed. Pretty
cool, but it does give up the security that is built into the framework.

See the ".Net Native Compiler" product.
http://www.remotesoft.com/

http://www.dotnetrocks.com/default.aspx?showID=197

jeff
 

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

Top