Hellow,
my installation doesn't work,
I have unzipped the download, created a virtual dir in iis, attached the database, changed the connection string in the config file.
Now when i go to the site i get the following error:
Server Error in '/' Application.
Unable to find a default resource for Home.
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.InvalidOperationException: Unable to find a default resource for Home.
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:
[InvalidOperationException: Unable to find a default resource for Home.] BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKeyInternal(CultureInfo culture, String resourceKey) in C:\Projects\BugNET 0.8\src\Library\Providers\ResourceProviders\StringResourcesDALC.cs:100 BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKeyInternal(CultureInfo culture, String resourceKey) in C:\Projects\BugNET 0.8\src\Library\Providers\ResourceProviders\StringResourcesDALC.cs:110 BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKeyInternal(CultureInfo culture, String resourceKey) in C:\Projects\BugNET 0.8\src\Library\Providers\ResourceProviders\StringResourcesDALC.cs:110 BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKey(CultureInfo culture, String resourceKey) in C:\Projects\BugNET 0.8\src\Library\Providers\ResourceProviders\StringResourcesDALC.cs:207 BugNET.Providers.ResourceProviders.DBResourceProvider.GetObject(String resourceKey, CultureInfo culture) in C:\Projects\BugNET 0.8\src\Library\Providers\ResourceProviders\DBResourceProvider.cs:88 System.Web.Compilation.ResourceExpressionBuilder.GetResourceObject(IResourceProvider resourceProvider, String resourceKey, CultureInfo culture, Type objType, String propName) +20 System.Web.UI.TemplateControl.GetLocalResourceObject(String resourceKey) +43 BugNET.UserControls.TabMenu.Page_Load(Object sender, EventArgs e) in C:\Projects\BugNET 0.8\src\BugNET_WAP\UserControls\TabMenu.ascx.cs:53 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
|
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Anny suggestions?