Pop up window while testing the telerik controls suite for Asp.Mcv

Asked By 0 points N/A Posted on -
qa-featured

Hello all,

I was recently testing the telerik controls suite for Asp.Mcv. We were deliberately doing some mistakes on telerik such as not binding the right type to the grid or it may be any other kind of an error.

Each time the telerik control suite resulted in a very generic type of a pop up window regardless of what the error I am making. The screenshot of the error is attached below:

FileNotFoundException occurred

Specified file does not exist: "~/Script/jquery-1.7.1.js".

I supposed every time that the problem is related to javascript or Jquery, but in fact it was not as such always.

Can anyone please tell me what the control ends up in a generic error, not a detailed description of what the problem is?

Looking forward to your suggestions.

Regards.

SHARE
Answered By 0 points N/A #150612

Pop up window while testing the telerik controls suite for Asp.Mcv

qa-featured

 

Hello,

From what I see in the screenshot you provided, that the problem in the JQuery file link..

check your header code this line should be there..
<script src="../scripts/jquery-1.7.1.js" type="text/javascript"></script>

and then you need to check wither the JQuery file is there and in the correct path or not.

or simply you can drag and drop the file in the source page in order to get the right path.

Related Questions