NullReferenceException when I access Gemini
Hello
I just downloaded and installed Gemini 2.0.3. In web.config I set "RegisteredTo" and "RegistrationCode". But when I try to access Gemini (http://localhost/Gemini or using IP http://http://192.168.1.48/Gemini), I got error on server. A null reference Exception. Full listing is below.
Can anybody help me?
Thanks a lot, Gabo
---------------------------------------------------------------------------
Server Error in '/Gemini' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.] System.Web.Hosting.ISAPIWorkerRequestInProc.GetServerVariable(String name) +1841 System.Web.Hosting.ISAPIWorkerRequest.ReadRequestHeaders() +121 System.Web.Hosting.ISAPIWorkerRequest.GetKnownRequestHeader(Int32 index) +126 System.Web.Hosting.ISAPIWorkerRequestInProc.GetKnownRequestHeader(Int32 index) +104 System.Web.HttpRequest.FillInHeadersCollection() +30 System.Web.HttpRequest.get_Headers() +70 System.Web.TraceContext.InitRequest() +603 System.Web.TraceContext.VerifyStart() +170 System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +3445439 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +300
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
|
gabo
· 1 |
|
| Saturday, April 15, 2006, 10:05:38 PM | |




