hi guys:


I have a windows application that developed by C#,but my customer don't
have .net framework in his computer.whether the windows application must run
base upon the CLR.

How to resolve the question.Thanks in any advice.

regards jiangyh

Re: Whether must run under the CLR? by Bernie

Bernie
Tue Nov 09 21:34:11 CST 2004

Hi Jiangyh,

You have to have the .net framework installed for the program to run. You
can install it by running dotnetfx.exe, which you can get for each
appropriate operating system at msdn.microsoft.com.

HTH,

Bernie Yaeger

"jiangyh" <ca___t@msn.com> wrote in message
news:u6suiOtxEHA.1300@TK2MSFTNGP14.phx.gbl...
> hi guys:
>
>
> I have a windows application that developed by C#,but my customer don't
> have .net framework in his computer.whether the windows application must
> run
> base upon the CLR.
>
> How to resolve the question.Thanks in any advice.
>
> regards jiangyh
>
>



Re: Whether must run under the CLR? by Herfried

Herfried
Wed Nov 10 05:46:33 CST 2004

"jiangyh" <ca___t@msn.com> schrieb:
> I have a windows application that developed by C#,but my customer don't
> have .net framework in his computer.whether the windows application must
> run
> base upon the CLR.

You will have to install the .NET Framework. This can be done as part of
your application's setup:

Deploying the .NET Framework in a setup package
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=deployframework&lang=en>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>