Mono Support PageAdmin.aspx javascript error and json serialization error 

Viewed 16631 time(s), 2 post(s), 9/13/2015 1:35:30 PM - by techster
9/13/2015 1:42:48 PM
16 Reputation 1 Total posts

Hello,

I cannot get past the error in portal administration --> Pages

It get the following debug error:

element is null and I am getting an error:

0x800a139e - JavaScript runtime error: Sys.ArgumentException: Value must not be null for Controls and Behaviors.

  if (type.inheritsFrom(Sys.UI.Behavior) || type.inheritsFrom(Sys.UI.Control)) {
</br>
</br>        if (!element) throw Error.argument('element', Sys.Res.createNoDom);
</br>
</br>    }

Same error on three computers running Windows 7 and VS 2013.

Users, roles, lists are all fine.

The error shows when I click 'Pages'

Nothing is  logged.

Any help is greatly appreciated.

Thank you.

1
9/14/2015 7:50:18 AM
1384 Reputation 152 Total posts

Hi techster,

If you are using Visual Studio please turn off the "Browser Link" feature. It's known to cause this error.

Regards,
Igor

2
This is a demo site for MonoX. Please visit Mono Software for more info.