RE: Any plans for an MSI package?

2004-07-15 Thread Stricklen, Michael W
Title: Message Matthew,   The assembly should be signed with a strong name when you download it.  If not generate a key pair using the sn.exe tool, and recompile the assembly.  Then use gacutil.exe to install into the GAC.  If you’re not familiar with either of these tools, check msdn.mic

Re: i am not able to implement logger in my project

2004-07-15 Thread romi
the example code that is with the log4net_1_1_0 is giving an error messaege as LogFileAppender not found when i run it on console Can you please tell me what might be the problem with it? Thanks a lot for helping me out Regards Prashant Gyan On Wed, 14 Jul 2004 06:35:35 -0400, [EMAIL PROTECTED]

RE: Any plans for an MSI package?

2004-07-15 Thread Matthew Easlea
Title: Message Jiho,   I’m wondering how you went deploying Log4Net.dll into the GAC. I have found some references to using Strong Names in the log4net code, but I haven’t seen any documentation in the FAQ about how to install log4net into the GAC. Did you have to recompile log4net to