Hi,
System info:
OS: Windows 7
mojoPortal Version 2.3.6.6 MSSQL
Operating System Microsoft Windows NT 6.1.7601 Service Pack 1
ASP.NET Info v4.0.30319 Running in Full Trust
Server Time Zone New Zealand Standard Time
Server Local Time (GMT 12) 9/15/2011 9:21:54 PM
Greenwich Mean Time (GMT/UTC) 9/15/2011 9:21:54 AM
MSSQL 2008 R2
Steps to produce the problem, expected results, actual results
I use an custom skin but also tried to use andreasviklund-02 and andreasviklund-02-alt
1. Copy files from the /dotnet40/wwwroot to the root folder of project
2. Edit web.config and add empty line to 'touch' web.config
3. Run yoursiteroot/Setup/Default.aspx
4. Add page with Event Calendar Pro feature
5. Open page and click on 'add event' and get the following error in the browser:
===============================================================
Server Error in '/ACKHamilton' Application.
--------------------------------------------------------------------------------
Method not found: 'Void mojoPortal.Web.UI.ScriptLoader.set_IncludeAjaxToolkit(Boolean)'.
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.MissingMethodException: Method not found: 'Void mojoPortal.Web.UI.ScriptLoader.set_IncludeAjaxToolkit(Boolean)'.
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:
[MissingMethodException: Method not found: 'Void mojoPortal.Web.UI.ScriptLoader.set_IncludeAjaxToolkit(Boolean)'.]
sts.Events.Web.UI.EditEventPage.LoadSettings() +0
sts.Events.Web.UI.EditEventPage.Page_Load(Object sender, EventArgs e) +89
System.Web.UI.Control.OnLoad(EventArgs e) +91
mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) +13
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.225
============================================================
In the system log
=============================================================
2011-09-15 21:46:09,512 ERROR mojoPortal.Web.Global - 192.168.1.3-en-US - /ACKHamilton/Events/EditEvent.aspx?mid=165&pageid=35- Referrer(http://localhost:52527/ACKHamilton/1kalender.aspx)
System.MissingMethodException: Method not found: 'Void mojoPortal.Web.UI.ScriptLoader.set_IncludeAjaxToolkit(Boolean)'.
at sts.Events.Web.UI.EditEventPage.LoadSettings()
at sts.Events.Web.UI.EditEventPage.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
==============================================================
Can this be resolved by changing the settings or is there another problem?
Thank you for your help!