I run into problem when using ScriptReference,
there was a bug in my extrenal js code contained in .js file
which I load using RadScriptManager /ScriptReference. I corrected the bug
but VS debugger kept breaking on the same line even after I completely removed
everything it still would break on empty line with original error message about
null variable which no longer even in the code. I restarted VS, then Workstation
but it kept breaking on the same empty line. So then I renamed the js file
and VS loaded the old file with original bug, The file tab says "dynamic" and I have no idea
where VS 2010 pulls that from. Is is VS problem or RadScriptManager using cached js files ?
I have not done much javascript coding in VS 2010 but in VS 2008 I did several
javascript projects(no telerik, just vanilla js) with some heavy coding and never run into problem like this.
there was a bug in my extrenal js code contained in .js file
which I load using RadScriptManager /ScriptReference. I corrected the bug
but VS debugger kept breaking on the same line even after I completely removed
everything it still would break on empty line with original error message about
null variable which no longer even in the code. I restarted VS, then Workstation
but it kept breaking on the same empty line. So then I renamed the js file
and VS loaded the old file with original bug, The file tab says "dynamic" and I have no idea
where VS 2010 pulls that from. Is is VS problem or RadScriptManager using cached js files ?
I have not done much javascript coding in VS 2010 but in VS 2008 I did several
javascript projects(no telerik, just vanilla js) with some heavy coding and never run into problem like this.