Hi,
I've just installed the latest CS 2.0 for testing purposes on my laptop (XP SP2, IIS 6, SQL Server Express 2005). When connecting to the server, I'm getting the following error:
Server Error in '/cs' 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) +1098
System.Web.Hosting.ISAPIWorkerRequest.GetServerName() +13
System.Web.HttpRequest.get_Url() +284
CommunityServer.CSHttpModule.CheckWWWStatus(CSConfiguration config, HttpContext context) +29
CommunityServer.CSHttpModule.Application_BeginRequest(Object source, EventArgs e) +112
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +157
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +65
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
I understand the error, but not how to fix it. Has anyone encountered this error before?
Any help would be appreciated.
-Fabien.