Ajax not working after upgrade to 2.3.7.6

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.
1/24/2012 11:24:47 AM
Gravatar
Total Posts 17

Ajax not working after upgrade to 2.3.7.6

I am trying to upgrade my site to 2.3.7.6

I am currently running 2.3.5.3

My database is MSSQL and the OS is XP (on my dev machine) and Windows 2008 r2/ 64 (on production).

When I copy the release code for .NET 4 (or 3.5 for that matter), none of my Ajax accordion controls are working on my site. The area that the controls should be in is just blank.

I have recompiled my controls to use .NET 4, but still, the upgraded site will not see my Ajax functionality in the custom controls.

I have restored the application back to 2.3.5.3 and all is working as it should.

Does anyone have any ideas why the Ajax stuff is no longer working?

 

thanks

david

1/24/2012 12:54:15 PM
Gravatar
Total Posts 18439

Re: Ajax not working after upgrade to 2.3.7.6

are you talking about the jQuery accodion or something else you use in custom code like AjaxControlToolkit?

1/24/2012 12:57:23 PM
Gravatar
Total Posts 17

Re: Ajax not working after upgrade to 2.3.7.6

I am using the AjaxToolkit accordion.

 

<ajaxToolkit:Accordion
ID="accordGallery"
runat="server"
Visible="true"
HeaderCssClass="mapGalleryAccordionDisplayHeader"
HeaderSelectedCssClass="mapGalleryAccordionDisplaySelectedHeader"
Width="80%"
RequireOpenedPane="false">
</ajaxToolkit:Accordion>

1/24/2012 1:00:50 PM
Gravatar
Total Posts 18439

Re: Ajax not working after upgrade to 2.3.7.6

We've updated to newer version of AjaxControlToolkit so you probably need to re-compile your custom code against it.

1/24/2012 3:26:23 PM
Gravatar
Total Posts 17

Re: Ajax not working after upgrade to 2.3.7.6

yeah ... am doing that.

I have changed the custom code to use .NET 4 and use the AjaxControlToolkit 4.1.x

I recompiled it and put the aspx, ascx into the folder the app is expecting and put the dll into the bin directory.

I keep getting this error:

Could not load file or assembly 'AjaxControlToolkit, Version=4.1.50731.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.

 

 

1/24/2012 3:44:41 PM
Gravatar
Total Posts 18439

Re: Ajax not working after upgrade to 2.3.7.6

If you're working with the source code you may need to delete that dll fromthe /Web/bin so it gets reloaded from _libs and you may also need to drop your reference and then add it back browsing to the new dll.

1/24/2012 6:26:37 PM
Gravatar
Total Posts 17

Re: Ajax not working after upgrade to 2.3.7.6

thanks Joe,

I downloaded the source code (I was using the deployment files) and just started from scratch with re-compiling my controls and re-adding the references.

It is looking like the controls are now working again.

thanks

david

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