Can someone shed some light on this error please. I get the following error when I try to type and click http://localhost/reportportal; Error:
Server Error in '/ReportPortal' Application.
Invalid object name 'Language'.; SQL: SELECT LanguageId FROM Language WHERE Active = 1 Order by LanguageId 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.Exception: Invalid object name 'Language'.; SQL: SELECT LanguageId FROM Language WHERE Active = 1 Order by LanguageId
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:
[Exception: Invalid object name 'Language'.; SQL: SELECT LanguageId FROM Language WHERE Active = 1 Order by LanguageId] ReportPortal.Helper.GetDataReader(String sSql) +214 ReportPortal.Global.b() +152 ReportPortal.Global.Application_Start(Object sender, EventArgs e) +45
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
I have ASP 2.o installed. Also I ran aspnet_regiis.exe" -i from inside both folders C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727; and C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322