J
JKJ
Short answer: no.
C# apps must run within the .NET framework. You can 'ngen'
the assembly, but the framework must still exist on the
target machine to read all of the assembly's metadata, and
the MSIL still gets deployed with the assembly
regardless. . .
Hope this clarifies things. . .
C# apps must run within the .NET framework. You can 'ngen'
the assembly, but the framework must still exist on the
target machine to read all of the assembly's metadata, and
the MSIL still gets deployed with the assembly
regardless. . .
Hope this clarifies things. . .