The logforwarder v1.1 is installed on a german 2008R2 Server.
In the eventlog on the server i see aps.net warnings and errors with the following message:
/*
Ereigniscode: 3005
Ereignismeldung: Es ist eine unbehandelte Ausnahme aufgetreten.
Ereigniszeit: 16.12.2011 08:10:49
Ereigniszeit (UTC): 16.12.2011 07:10:49
Ereignis-ID: 00e80467722a4ddaa60928cab11be830
Ereignissequenz: 2
Vorkommen: 1
Ereignisdetailcode: 0
Anwendungsinformationen:
Anwendungsdomäne: /LM/W3SVC/19/ROOT-****************
Vertrauensebene: Full
Virtueller Anwendungspfad: /
Anwendungspfad: ******
Computername: ******
Prozessinformationen:
Prozess-ID: 9796
Prozessname: w3wp.exe
Kontoname: IIS APPPOOL\AppsService
Ausnahmeinformationen:
Ausnahmetyp: NullReferenceException
Ausnahmemeldung: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei System.Web.HttpApplication.set_AsyncResult(HttpAsyncResult value)
bei System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
bei System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
Anforderungsinformationen:
Anforderungs-URL: http://127.0.0.1/*******
Anforderungspfad: /********
Benutzerhostadresse: 127.0.0.1
Benutzer:
Ist authentifiziert: False
Authentifizierungstyp:
Threadkontoname: IIS APPPOOL\AppsService
Threadinformationen:
Thread-ID: 1
Threadkontoname: IIS APPPOOL\AppsService
Identitätswechsel für: False
Stapelüberwachung: bei System.Web.HttpApplication.set_AsyncResult(HttpAsyncResult value)
bei System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
bei System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
Details des benutzerdefinierten Ereignisses:
*/
But on the syslog server i see the following error message:
/*
12-16-2011 08:12:10 System4.Warning 192.168.6.** Dez 16 08:10:49 ****** MSWinEventLog 4 Application 20 Fr Dez 16 08:10:49 2011 1309 ASP.NET 4.0.30319.0 N/A Warning ***** 3 The description for Event ID 1309 from source ASP.NET 4.0.30319.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If the event originated on another computer, the display information had to be saved with the event.The following information was included with the event: 3005. FormatMessage failed with error 1815, Die angegebene Sprachenkennung f³r die Ressourcen wurde nicht in der Image-Datei gefunden.
*/
I know that this is a problem with the language, but how can i solve this.