Building Executable with Framework

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
 
K

Klaus H. Probst

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?
 
A

Alex Moskalyuk

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top