I found something else
The error message i was getting was when i was trying to view the page in my browser without any debuging
when i ran the website from VS (2010) i get the error message:
serviceLocator cannot be null
Parameter name: serviceLocator
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.ArgumentNullException: serviceLocator cannot be null
Parameter name: serviceLocator
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:
[ArgumentNullException: serviceLocator cannot be null
Parameter name: serviceLocator]
YAF.Types.CodeContracts.ArgumentNotNull(T obj, String argumentName) +100
YAF.Types.Interfaces.IServiceLocatorExtensions.Get(IServiceLocator serviceLocator) +52
YAF.Classes.Data.MsSqlDbAccess.get_Current() +42
YAF.Install._default.Page_Init(Object sender, EventArgs e) +31
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnInit(EventArgs e) +91
System.Web.UI.Page.OnInit(EventArgs e) +12
System.Web.UI.Control.InitRecursive(Control namingContainer) +140
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480
This is becoming rather urgent that I manage to get this up and running within the next couple of weeks so any help is appreciated
Thanks
Edited by user
11 years ago |
Reason: Not specified