1

Closed

System.FormatException when retrieveing new Headers

description

Hi everyone!
 
When retriveing new Headers for the groups Msdn.de-DE.visualcsharpde or Msdn.de-DE.sqlserverde I'm getting the following Exception:
 
Type System.FormatException
Source: mscorlib
Message: Die Eingabezeichenfolge hat das falsche Format.
Stack-Trace:
bei System.Text.StringBuilder.FormatError()
bei System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
bei System.String.Format(IFormatProvider provider, String format, Object[] args)
bei System.Diagnostics.TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)
bei System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String format, Object[] args)
bei CommunityForumsNNTPServer.NNTPServer.Traces.NntpServerTraceEvent(TraceEventType eventType, String format, Object[] args)
bei CommunityForumsNNTPServer.NNTPServer.NntpServer.DataReceived(String data, Int32 clientNumber)
bei CommunityForumsNNTPServer.NNTPServer.Server.OnDataReceived(IAsyncResult ar)
Closed May 31, 2011 at 6:28 AM by jkalmbach
You can try the V44 version:http://communitybridge.codeplex.com/releases/view/67354This should fix this error. But be aware: Your client is somehow generating an error which I tried to log; but there was a bug in the logging-function which lead to the exception.

comments

jkalmbach wrote May 30, 2011 at 2:02 PM

Do you have V43 installed?

TSchremser wrote May 30, 2011 at 4:41 PM

Sorry, I forgot to mention the Version. Yes, I'm using V43

TSchremser wrote May 31, 2011 at 5:33 PM

Thank you! V44 solved the problem.