Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What type of .NET applications does the tool support?

applications support Tool type
0
Posted

What type of .NET applications does the tool support?

0

(1) You can use the tool to link any assemblies or modules that do not contain native code into a single assembly. For instance, if your assembly is a multi-file assembly that contains several modules, you can use the tool to link those modules into a single manifest assembly (which might be very useful since the current version of Visual Studio .NET does not provide intellisense for multi-file assemblies). The linked assemblies require the full framework. (2) The mini-deployment can be used to generate a deployment package only for .NET executables, including the regular EXEs (console and forms) and windows service EXEs. In general, in order to generate a package that runs w/o the framework, it requires full control of the process. If you are providing components (DLLs) and you do not have control of the calling process, then a mini package can not be generated. • Does the linker simply merge multiple assemblies together? No. The linker intelligently searches only the required methods

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123