MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

PageAdmin.aspx javascript error and json serialization error  (Mono Support )

Viewed 15520 time(s), 2 post(s) 9/13/2015 1:35:30 PMby techster
techster

techster

9/13/2015 1:42:48 PM

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.

This content has not been rated yet. 
16 Reputation 1 Total posts
idrazic

idrazic

9/14/2015 7:50:18 AM
Hi techster,

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

Regards,
Igor
This content has not been rated yet. 
1384 Reputation 152 Total posts