RE: SecurityException using RemotingAppender

2004-12-15 Thread Nicko Cadell
5:40 > To: log4net-user@logging.apache.org > Subject: SecurityException using RemotingAppender > > Hi, I created a log4net.snk file using sn.exe, but I'm having > trouble in Release mode. Debug works fine, and if I use > AssemblyKeyFile("") in AssemblyInfo.cs instead of p

RE: Error using RemotingAppender: can't find assembly log4net

2004-12-15 Thread Simon Wallis
Thu, 9 Dec 2004 16:03:23 - >> >>>Does your client have access to the exception class too? Just a shot in the >>>dark but with remoting the serialized assemblies have to be available to >>>both client and server. >>> >>>-Original Message- >>>From:

SecurityException using RemotingAppender

2004-12-14 Thread Simon Wallis
Hi, I created a log4net.snk file using sn.exe, but I'm having trouble in Release mode. Debug works fine, and if I use AssemblyKeyFile("") in AssemblyInfo.cs instead of putting the path to the .snk file in the parameters, then Release mode also works fine. So I think something is messed up with m

RE: Error using RemotingAppender: can't find assembly log4net

2004-12-10 Thread Simon Wallis
cess to the exception class too? Just a shot in the >>dark but with remoting the serialized assemblies have to be available to >>both client and server. >> >>-----Original Message- >>From: Simon Wallis [mailto:[EMAIL PROTECTED] >>Sent: 09 December 2004 15:16 &g

RE: Error using RemotingAppender: can't find assembly log4net

2004-12-09 Thread Simon Wallis
have access to the exception class too? Just a shot in the >dark but with remoting the serialized assemblies have to be available to >both client and server. > >-Original Message- >From: Simon Wallis [mailto:[EMAIL PROTECTED] >Sent: 09 December 2004 15:16 >To: Lo

RE: Error using RemotingAppender: can't find assembly log4net

2004-12-09 Thread Graham Allwood
Subject: RE: Error using RemotingAppender: can't find assembly log4net Now I'm using the example RemotingServer which works perfectly with the example RemotingClient. It just bombs when I use it with my own client. Here is the stack trace from DebugView which also shows the configuration of

RE: Error using RemotingAppender: can't find assembly log4net

2004-12-09 Thread Simon Wallis
nerated by the remoting server in >the ObjectReader.Deserialize methods. This is then being thrown back to >the client. > >How have you setup the remoting server listening on 8085? > >Nicko > >> -Original Message- >> From: Simon Wallis [mailto:[EMAIL PROTECTED]

RE: Error using RemotingAppender: can't find assembly log4net

2004-12-08 Thread Nicko Cadell
[EMAIL PROTECTED] > Sent: 08 December 2004 19:08 > To: log4net-user@logging.apache.org > Subject: Error using RemotingAppender: can't find assembly log4net > > Hi, I'm trying to use the RemotingAppender. I got the client > and server sample code working fine. Now I'm tryin

Error using RemotingAppender: can't find assembly log4net

2004-12-08 Thread Simon Wallis
Hi, I'm trying to use the RemotingAppender. I got the client and server sample code working fine. Now I'm trying to use the appender in my own code but I'm getting an error that I can't figure out. When I run my own app (acting as the client) I see this stack trace in DebugView: [9596] log4net:

RE: using RemotingAppender

2004-07-09 Thread Matthew Easlea
From: Michael Miller [mailto:[EMAIL PROTECTED] Sent: Friday, 9 July 2004 3:57 PM To: 'Log4NET User' Subject: RE: using RemotingAppender See the post: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] che.org&msgNo=218 I used it to create a remoting server – pretty st

RE: using RemotingAppender

2004-07-09 Thread Michael Miller
From: Franco, Raf [PRDBE Extern] [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 1:48 AM To: 'Log4NET User' Subject: RE: using RemotingAppender   Dave,   I posted the same question a week ago. Still no answer. http://nagoya.apache.org/eyebrowse/[EMAIL PROTEC

RE: using RemotingAppender

2004-07-09 Thread Franco, Raf [PRDBE Extern]
user@logging.apache.orgSubject: using RemotingAppender Hi;   Is there any information anywhere on how to run the RemotingAppender? I see how to set my logging config to use it - but how do I get the RemotingAppender server to run?   Thanks - dave

using RemotingAppender

2004-07-08 Thread David Thielen
Hi;   Is there any information anywhere on how to run the RemotingAppender? I see how to set my logging config to use it – but how do I get the RemotingAppender server to run?   Thanks - dave