Compiling for standalone use

T

TGF

Hello,

How do you build a *.exe app without having to depend on other dll's such as
'mscoree.dll', etc... I have an application I want to build, but I want to
make sure that any needed dll's are compiled into the *.exe file itself.
 
C

Chris Dunaway

Hello,

How do you build a *.exe app without having to depend on other dll's such as
'mscoree.dll', etc... I have an application I want to build, but I want to
make sure that any needed dll's are compiled into the *.exe file itself.

You can't. the .Net framework is required for any dot net apps. However,
somewhere in these groups a product was advertised that said it could
compile the app and include only those parts of the Framework that was
needed.
 

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