Building Executable with Framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I'm trying to get familiar with Visual Studio .NET. I've built a project in C# as an executable on an XP box. When I copy the executable to another XP box and run it it complains: mscorwks.dll could not be found. I can't install the Framework on the that machine, so the question is, can I build the executable to include the required framework libraries? If yes, how

TIA
 
No, you need the framework on any machine you want a managed app to run,
period.

--
Klaus H. Probst, MVP
http://www.vbbox.com/


StudioRookie said:
Hi,

I'm trying to get familiar with Visual Studio .NET. I've built a project
in C# as an executable on an XP box. When I copy the executable to another
XP box and run it it complains: mscorwks.dll could not be found. I can't
install the Framework on the that machine, so the question is, can I build
the executable to include the required framework libraries? If yes, how?
 
I've never tried it, but the product exists nonetheless.
http://thinstall.com/help/index.html?linking_netframework.htm
With their pricing might be cheaper just to bundle the Framework install.


--
Alex Moskalyuk
_____________________________
http://www.techinterviews.com


StudioRookie said:
Hi,

I'm trying to get familiar with Visual Studio .NET. I've built a project
in C# as an executable on an XP box. When I copy the executable to another
XP box and run it it complains: mscorwks.dll could not be found. I can't
install the Framework on the that machine, so the question is, can I build
the executable to include the required framework libraries? If yes, how?
 
Back
Top