How to compile/build the C# code into a neutral assembly?
Hi,
I have developed an application using C#. I want to compile the code into a Neutral assembly that should work even in the system that don't have .Net Framework. It should not ask for the .NET dependent libraries. Is that possible to compile the application without a run-time that invokes the application?
For example, if I develop an application using C++, the compiled code will be a neutral assembly that don't look for the dependent libraries.
Please advise in this.
__________________
Thanks in advance.
Regards,
Senthil Kumar M.
|