Hi all, I havea aspx page with a
ajaxtoolkitEditorand works well. NowIaddedanotherpage with a
AsyncFileUploadand the page with
theeditordoes not work. the errorsays:
unavailable source,nosource codeavailable for
the current path. Unable to locate thesource file
c:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\HTMLEditor\Editor.cs...
and then otherlines
reportingmore andfile errorsrelatedto Stephen
...
Why?I have not
changedanythingyet
..I only addeda page with aasyncfileupload...
dupin
Member
219 Points
203 Posts
c:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\HTMLEdi...
Aug 10, 2012 10:16 PM|LINK
Hi all,
I have a aspx page with a ajaxtoolkit Editor and works well.
Now I added another page with a AsyncFileUpload and the page with the editor does not work.
the error says:
unavailable source, no source code available for the current path.
Unable to locate the source file
c:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\HTMLEditor\Editor.cs...
and then other lines reporting more and file errors related to Stephen ...
Why? I have not changed anything yet .. I only added a page with a asyncfileupload ...
thanks for the help
bye
dupin
Member
219 Points
203 Posts
Re: c:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\HTM...
Aug 10, 2012 10:58 PM|LINK
I can not believe, but I managed to solve ...
The other day I entered ClientIDMode="Static" in
the "asp: ContentPlaceHolder" in master page...
I tried to remove it and now it works.. amazing... probably did set some elementID in an anomalous way ...
regards