Home All Groups Group Topic Archive Search About

Deploying programs with net framework 2 onto framework 1

Author
23 Sep 2006 7:58 PM
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

Author
23 Sep 2006 8:12 PM
GhostInAK
Hello Jarry,

Ask the Uni sysop to install .net fx 2.

-Boo

Show quoteHide quote
> 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
Author
26 Sep 2006 10:31 AM
Phill W.
Jarry wrote:
> 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.
Author
28 Sep 2006 2:38 AM
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


Show quoteHide quote
"Jarry" <HarryandJa***@gmail.com> wrote in message
news:1159041501.443372.107510@m73g2000cwd.googlegroups.com...
> 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
>