M
mctodd333
Hello,
I was wondering if there is a way in .NET to do the following:
Suppose I have a test.exe (I have the source also) which uses lib1.dll
and lib2.dll (which are .NET assemblies); Is it possible to compile the
3 files into 1 static executable so that I don't have to have lib1.dll
and lib2.dll available on the computer I'm running test.exe on?
Thanks,
I was wondering if there is a way in .NET to do the following:
Suppose I have a test.exe (I have the source also) which uses lib1.dll
and lib2.dll (which are .NET assemblies); Is it possible to compile the
3 files into 1 static executable so that I don't have to have lib1.dll
and lib2.dll available on the computer I'm running test.exe on?
Thanks,