Compiling for standalone use

  • Thread starter Thread starter TGF
  • Start date Start date
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.
 
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.
 
Back
Top