Ajax errors

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.
7/13/2010 3:29:55 AM
Gravatar
Total Posts 31

Ajax errors

Hi,

we downloaded the newest version of mojoportal and installed a new .net 4.0 server (iis 7.5).
but now we got the Ajax error that the ASP. NET Ajax client-side framework failed to load.

we get the error on this page http://www.atthevillagroup.nl/
its uses the domain host mapping from mojoportal.
this is it's main page. http://www.maakthetsimpel.nu/ it has the same errors.

 

i also got an little bug. if i want to register an member with an emailaddres like
email_@domain.com ( an underscore before the @ char )
i changed the regular expression in the admin/ManageUsers.aspx but it still say the the email is invalid.
i also tested the expression in an regex tester and this say the the email is valid with this expression.
i used the official email expression form the down of this page http://www.regularexpressions.info/email.html

 

and at last i got an question about the login page. i want to forward the login page to an side if the login is correct. is there an option for or do i need to change this in the code behind?

 

greetings,

Laurence Mommers

 

7/13/2010 6:00:51 AM
Gravatar
Total Posts 18439

Re: Ajax errors

Hi Laurence,

Did you install the mojoportal package for .NET 4?

Make sure you do use the .NET 4 package and make sure you use the new Web.config file not your old one.

Do you have any custom features installed that depend on the AjaxControlToolkit? If so you need to re-compile them against the newer version of AjaxControlToolkit that is included in mojoPortal.

Please ask one question per thread so that thread titles match the question, it makes things easier to find.

Best,

Joe

7/13/2010 6:09:28 AM
Gravatar
Total Posts 31

Re: Ajax errors

hi Joe,

we just tested an empty .net web application with an update panel and a button inside it.
but even this web application gives us the same errors.

So i believe it's no error in our mojoportal(2.3.4.5) instalation.

 

Best.

Laurence Mommers

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