This is a migrated thread and some comments may be shown as answers.

Unhandled (JavaScript) exception in RadPanelBar

2 Answers 55 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Marja
Top achievements
Rank 1
Marja asked on 07 Mar 2014, 12:07 PM
Hi,

This morning, we changed the target framework for our web application from ASP.NET 4.0 to 4.5. And accordingly, we also changed the project references to point at the Telerik Bin45 folder instead of the Bin40 folder..

Since then, we get the following error when running the application:

Unhandled exception at line 37, column 59140 in http://localhost:49950/1f27ba37075b4daeb798953036e5ebbd/browserLink
 
0x800a139e - Runtime-fout JavaScript: Syntax error, unrecognized expression: div#ctl00_RadPanelBar2>ul>li.rpItem rpFirst

We use "Visual Studio Express 2013 for Web" for development.
And we're running/testing on 'localhost' using IIS Express on a Windows 8.1 laptop.

What might be the cause of this error?

Best regards, Marja

2 Answers, 1 is accepted

Sort by
0
Marja
Top achievements
Rank 1
answered on 07 Mar 2014, 12:24 PM
I see in the submitted post that some characters were lost in the error message.

In fact, just before "rpFirst" in that last line there is "& # 3 2 ;" in the error message (I've put spaces between characters now to not lose them again) .
And I think that HTML-character is probably the cause of the problem?
0
Marja
Top achievements
Rank 1
answered on 07 Mar 2014, 04:52 PM
Never mind. It turns out it had something to do with a debugging option in Visual Studio called "Browser Link". When I turned that off, the error disappeared.
Tags
PanelBar
Asked by
Marja
Top achievements
Rank 1
Answers by
Marja
Top achievements
Rank 1
Share this question
or