Event Calendar Pro error

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/15/2011 5:05:56 AM
Gravatar
Total Posts 3

Event Calendar Pro error

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!

 

 

9/15/2011 5:54:04 AM
Gravatar
Total Posts 18439

Re: Event Calendar Pro error

Hi Pieter,

The latest version of Event Calendar Pro requires mojoPortal 2.3.6.7. The best solution would be to upgrade to mojoPortal 2.3.6.7, but if needed I can send you the previous version of Event Calendar Pro that is compatible with mojoPortal 2.3.6.6.

Best,

Joe

9/15/2011 8:05:16 AM
Gravatar
Total Posts 3

Re: Event Calendar Pro error

Hi Joe,

I've done a quick test on the new version and it is working.

My project is already loaded with a lot of data. Please send me the previous version of Event Calendar Pro (2.3.6.6).

Thanks for your prompt response.

Pieter

 

 

9/15/2011 8:55:03 AM
Gravatar
Total Posts 18439

Re: Event Calendar Pro error

Hi Pieter,

I just emailed it to you.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.