Hello,
Ive made a form application with visual c++ .net , and when I compile it I have an exe. Then I pass this exe to a friend of mine that has not the .net framework installed ("normal" people usually dont have it, of course) and when he tries to run the exe he gets this error:
"The application could not be inicialized properly (0xc000135). Click OK to finish the application."
This happens beacause he doesnt have the .NET Framework installed.
But how come can it be??? .NET applications cannot run without .net framework ? is it true?
I suppose there is a way to put the .net framework libraries or something smaller into my exe, right??????
Thank you for your help
Ive made a form application with visual c++ .net , and when I compile it I have an exe. Then I pass this exe to a friend of mine that has not the .net framework installed ("normal" people usually dont have it, of course) and when he tries to run the exe he gets this error:
"The application could not be inicialized properly (0xc000135). Click OK to finish the application."
This happens beacause he doesnt have the .NET Framework installed.
But how come can it be??? .NET applications cannot run without .net framework ? is it true?
I suppose there is a way to put the .net framework libraries or something smaller into my exe, right??????
Thank you for your help