Whether must run under the CLR?

  • Thread starter Thread starter jiangyh
  • Start date Start date
J

jiangyh

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
 
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
 
Back
Top