After installing .NET 4.5 to my web server I’m getting script errors trying to access my AbleCommerce store in Internet Explorer. I’ve tried setting the site to target .NET 4.0 again but it still doesn’t work in IE so I’m not sure what’s going on. I’m not sure if this is a Ajax Toolkit issue or something changed after installing .NET 4.5.
I CAN login using Chrome and FireFox but accessing the login page (click My Account or Login on the top right) shows a script error if you have IE’s settings to show script errors.
Any help would be GREATLY appreciated.
SCRIPT5007: Object expected
login.aspx?ReturnUrl=%2fMembers%2fMyAccount.aspx, line 539 character 1document.getElementById(‘ctl00_wpm_Login_ctl03_LoginValidationSummary’).dispose
= function() {
Array.remove(Page_ValidationSummaries, document.getElementById(‘ctl00_wpm_Login_ctl03_LoginValidationSummary’));
}(function(id) {
var e = document.getElementById(id);
if (e) {
e.dispose = function() {
Array.remove(Page_ValidationSummaries, document.getElementById(id));
}
e = null;
} })(‘ctl00_wpm_Login_ctl04_RegisterValidationSummary’);
I had to roll back to .NET 4.0 by uninstalling 4.5 from the server (and then reinstalling 4.0) to resolve this. Could not find a solution.