![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a .NET application installed on a server. It runs fine when I run an instance on my PC. My question is, is it possible to run a .NET app hosted on a server without having the framework installed on the client PC? |
#3
| |||
| |||
|
|
Think outside the box! ************************************************* |
|
I have a .NET application installed on a server. It runs fine when I run an instance on my PC. My question is, is it possible to run a .NET app hosted on a server without having the framework installed on the client PC? |
#4
| |||
| |||
|
|
Only in the case of web applications. If you want to run a desktop application, you will have to have .NET installed. There is one exception. There are tools out there that compile .NET to native equivalents, which makes them a windows executable, not .NET. In general, they are expensive. Other than that, web apps are the only exception to the rule, as the browser just gets HTML and JavaScript. -- Gregory A. Beamer MVP, MCP: +I, SE, SD, DBA ************************************************* | Think outside the box! | ************************************************* "Chuck B" <chuckb (AT) shc1 (DOT) com> wrote in message news:eZunqiYQIHA.5016 (AT) TK2MSFTNGP06 (DOT) phx.gbl... I have a .NET application installed on a server. It runs fine when I run an instance on my PC. My question is, is it possible to run a .NET app hosted on a server without having the framework installed on the client PC? |
#5
| |||
| |||
|
|
Think outside the box! ************************************************* |
|
Ok. I know that an exception message shows up on the client PC. Is there some way to build a stub that would check the client PC for the framework and give a more user friendly message if it's not installed? "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld (AT) comcast (DOT) netNoSpamM> wrote in message news:uS9mbTZQIHA.3400 (AT) TK2MSFTNGP03 (DOT) phx.gbl... Only in the case of web applications. If you want to run a desktop application, you will have to have .NET installed. There is one exception. There are tools out there that compile .NET to native equivalents, which makes them a windows executable, not .NET. In general, they are expensive. Other than that, web apps are the only exception to the rule, as the browser just gets HTML and JavaScript. -- Gregory A. Beamer MVP, MCP: +I, SE, SD, DBA ************************************************* | Think outside the box! | ************************************************* "Chuck B" <chuckb (AT) shc1 (DOT) com> wrote in message news:eZunqiYQIHA.5016 (AT) TK2MSFTNGP06 (DOT) phx.gbl... I have a .NET application installed on a server. It runs fine when I run an instance on my PC. My question is, is it possible to run a .NET app hosted on a server without having the framework installed on the client PC? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |