Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
350
ImageViewer not working due to clientside JavaScript Error
posted

Please help.

Ive create a brand new aspx page and dragged the imageviewer directly control into it.

I get the following JavaScript error when page is loaded in brower:

Line: 90

Char: 1

Error: 'Sys'  is undefined.

Code: 0

Also tried with other infragistics componets on the same page get a different error:

Line: 5821

Char: 12

Error: Sys.ArgumentOutOfRangeException: Value must be an integer

Product version is: 8.1.20081.1000

  • 350
    posted

    Problem resolved. Issue outside Infragistics product caused by iframe having frameborder="yes" as opposed to an integer value causing the .NET ajax library to throw an error