Parser error when editing Event Calendar Pro

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
10/25/2011 6:18:52 PM
Jan
Gravatar
Total Posts 11

Parser error when editing Event Calendar Pro

 

Hi,

My mojo:
mojoPortal Version 2.3.6.2 MSSQL
Operating System Microsoft Windows NT 6.0.6002 Service Pack 2
ASP.NET Info v4.0.30319 Running in Full Trust
Server Time Zone Romance Daylight Time
Server Local Time (GMT 2) 26-10-2011 1:02:07
Greenwich Mean Time (GMT/UTC) 25-10-2011 23:02:07

When trying to add an event in Event Calendar Pro I get:
Parser Error Message: Could not load file or assembly 'AjaxControlToolkit, Version=3.5.40412.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

The file in my bin is AjaxControlToolkit 4.1.40412.2.

I tried using AjaxControlToolkit 3.5.40412.0 in the bin but then I get errors on all other pages.

I tried in web.config:
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="AjaxControlToolkit"
                  publicKeyToken="28f01b0e84b6d53e"
                  />

        <bindingRedirect oldVersion="3.5.40412.0"
                 newVersion="4.1.40412.2" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
But then I get a different error trying to add an event.

I tried putting AjaxControlToolkit 3.5.40412.0 in GAC, did not help either.

I tried updating Event Calendar Pro to the one in "sts-eventcalendarpro-3-4-0-2.zip - dotnet40" following the installation procedure but then the module is just emty (no calendar shown, no edit-pencil either).

I tried updating the whole installation to the latest version but then the setup.aspx page says it needs to update the core data scheme but it does not run any scripts.

Please help.

10/26/2011 7:06:15 AM
Gravatar
Total Posts 18439

Re: Parser error when editing Event Calendar Pro

Hi,

The latest version of Event Calendar Pro requires mojoPortal 2.3.7.0. It sounds like you have an incompatible version. It is important that both mojoPortal and event Calendar Pro depend on the same version of AjaxControlToolkit.

Best solution is to upgrade both mojoPortal and Event Calendar Pro to the latest version.

Hope that helps,

Joe

10/26/2011 7:53:11 AM
Jan
Gravatar
Total Posts 11

Re: Parser error when editing Event Calendar Pro

Thank you Joe.

Indeed, I managed to get it working by upgrading mojo and eventcalendar pro at the same time.

But now my own generated Artisteer skin is "off". I got the menu looking good again by using !imporant as suggested in your article. But all module content has lost its padding and also the sizes of all H-tags are off. Am I missing something?

Thx,

Jan.

10/26/2011 7:55:36 AM
Gravatar
Total Posts 18439

Re: Parser error when editing Event Calendar Pro

Hi Jan,

Take a look at the sticky thread about important skin changes and apply the changes to your skin.

Hope that helps,

Joe

10/26/2011 2:41:32 PM
Jan
Gravatar
Total Posts 11

Re: Parser error when editing Event Calendar Pro

Thanks again Joe.

I made the skin-changes and all is looking and working perfect now.
 Thanks for your excellent support and for the great CMS, you made me a happy customer.

Bye,

Jan.

10/27/2011 7:17:55 AM
Gravatar
Total Posts 18439

Re: Parser error when editing Event Calendar Pro

Hi Jan,

And thank you for the beers! They are very appreciated.

Cheers,

Joe

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