Using the exe to do Util.Compile
Options
Hi,
I want to deploy my app that uses linqpad and need to know what it requires
If I want to add the exe to my application and use is to compile,
Does the exe need any other files to run, such as it's config file, the ngen directory, the lprun.exe etc?
I want to deploy my app that uses linqpad and need to know what it requires
If I want to add the exe to my application and use is to compile,
Does the exe need any other files to run, such as it's config file, the ngen directory, the lprun.exe etc?
Comments
-
I just saw this link that seems to answer my question...
(and the answer there is "LINQPad can be xcopied for portable or shared deployment, simply by copying LINQPad.exe and LINQPad.exe.config. No special setup is required. ") -
You shouldn't need anything other than LINQPad.exe. The config will come from your own .app.config, and the ngen is only to improve startup time.