BugNet version 0.7.832
The install seems to work fine. Database was created.
Problem start when I want to start the app to get to the login screen.
I am doing a new install on a Windows 2003 server with the database on a separate server SQL 2000.
I also tryed to install Bugnet om my laptop, XP Pro, and the database on the laptop SQL 2005, getting the same error...
I hope someone can point me in the correct direction.
This is the error....
Server Error in '/' 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.]
BugNET.DataAccessLayer.GenericDataAccessLayer.get_ConnectionString() +23
BugNET.DataAccessLayer.GenericDataAccessLayer.GetHostSettings() +42
BugNET.BusinessLogicLayer.HostSettings.GetHostSettings() +133
BugNET.BusinessLogicLayer.HostSettings.GetHostSetting(String key) +7
BugNET.UserInterfaceLayer.BasePage.OnInit(EventArgs e) +22
BugNET._Default.OnInit(EventArgs e) +61
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42