Thursday, July 9, 2009

How we can compile a static execution file in C#(not to need DLL files)?

You don't _need_ dll's. If your application references them, then you need them. If you're using someone else's functionality that's provided in a dll there is no way to avoid it except writing your own replacement.

wreath

No comments:

Post a Comment