Rank: Member
Joined: 11/9/2008(UTC) Posts: 4
|
Greetings, I seem to have run into a snag with the installation. Specs are as follows
BVC 5.3 Windows XP Pro Service Pack 3 IIS 5.1 ASP.NET 2.0.5x SQLEXPRESS with SQL Server Management Studio Express installed connectionStrings as follows <add name="Bvc5Database" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=Bvc5;Integrated Security=True"/>
ASPNET has full permissions to Bvc5 folder and DBOwner is ASPNET as well. Any help would be greatly appreciated. Below is the error message:
Thank you
Server Error in '/bvc5' 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.] BVSoftware.Bvc5.Core.Utilities.UrlRewriter.RewritePath(HttpApplication& app, Uri sourceUrl) +311 BVSoftware.Bvc5.Core.Utilities.UrlRewriter.app_BeginRequest(Object sender, EventArgs e) +69 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
|
|
|
|
Rank: Member
Joined: 11/9/2008(UTC) Posts: 4
|
The solution was odd but i'll take it. Reinstalled IIS and reregistered .NET Frameworks and problem solved.
|
|
|
|
Rank: Member
Joined: 8/1/2007(UTC) Posts: 310
|
Whenever you see object reference exceptions due to UrlRewriter, then the problem is really with the SQL Server database. If the web site cannot talk with the SQL Server database, you get this error. |
Thanks, Satya support @ bayquel.net Work: +1 803 883 3226 |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.