Xml Documentation File

G

Guest

Hi...

Just want to clarify something here... Someone added in log4net to a bunch
of our projects, adding external references to the .dll in the tree that they
downloaded.

Log4net is obviously set to generate an xml documentation file (1.3 meg).
The thing that seemed odd to us is that when we build our projects containing
references to the assembly, the build automatically copies over the
documentation file into our output directory.

Is there any way to stop the build for going and getting a 1.3 meg file we
don't need for every bin directory? Should we just delete it from the
log4net tree?

Thanks
-Mark
 
W

WenYuan Wang

Hi Mark,

I'm sorry to say I have no experience with "log4net", just have some
suggestion.
If you don't want to load the reference on local directory, is it possible
for you to add it into GAC(global assembly cache) and load it from Cache?

Hope this helps.
Best regards,
Wen Yuan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top