5

I use log4net to implement logging in my .NET app. However I do not want to distribute the 300kb log4net.dll for every user but instead send this dll to the user if he has problems and I want him to provide logs.

So, is it possible to make my app run whether or not the dll is there? Of course for logging the dll would be needed, but if no logging is needed, the app should run without the dll.

4

1 に答える 1