Ich bin mit dem Code hinter den einzelnen Programmen nicht vertraut und deswegen kann ich mit dem folgenden überhaupt nix anfangen:
Server Error in '/' Application.
Bytes to be written to the stream exceed Content-Length bytes size specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.ProtocolViolationException: Bytes to be written to the stream exceed Content-Length bytes size specified.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ProtocolViolationException: Bytes to be written to the stream exceed Content-Length bytes size specified.]
System.Net.ConnectStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state) +1465
System.Net.ConnectStream.Write(Byte[] buffer, Int32 offset, Int32 size) +33
forums.ForumLib.GetXmlWithPost(String url, String postData) +304
forums.ForumLib.PostMessage(Boolean stickyPost, Boolean authed, String account, String cluster, String forumName, String subject, String body, String signature, String cdKey, String authLevel, UInt32 ReplyPostID, UInt32 EditPostID, Boolean AutoConfirm, String& errorCode) +2955
forums.PostPage.PostMessage(Boolean preview) +730
forums.PostPage.Page_Load(Object sender, EventArgs e) +3159
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Diese Fehlermeldung bekomme ich jedesmal, wenn ich in bestimmten Foren etwas posten möchte. Ich habe seitdem alle möglichen Updates installiert, die Service Packs von Windows XP drauf gepackt und nach Lösungen auf der Microsoft-Seite geschaut. Als Richtlinie hatte ich mir den Verweis auf ".NET Framework" und ASP.NET genommen, aber dabei kam rein gar nichts zutage. Wenn irgendjemand da draussen mit dieser Fehlermeldung auch nur das geringste anfangen kann, kriegt er einen dicken, fetten Schmatzer von mir!
Für jede Hilfe wäre ich extrem dankbar..
Yankee Gast |