Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have some telerik controls on my page. When I run this page first time, some of WebResource.axd file does not load. It shows 404 Not Found Error. but when I refresh my page couple of times, the missing file comes and some other WebResource.axd shows 404 Not Found Error. I checked httpHandlers in web.config, and it is correctly written.
Since here I can not upload Screen Clips so For screen clips please visit this link:-
http://stackoverflow.com/questions/14848464/why-some-of-webresource-axd-file-for-telerik-control-does-not-load-initially[^]

Thanks in Advance.
Posted

1 solution

This may happens due to the following:
Possible causes:
1. I think that you have to delete the files you want to replace just before you copy them. ASP.Net tries to pre-compile everything it is trying to serve. There is an issue if you just copy and replace, but delete and then copy seems to work.
2. The dlls are compiled in different TimeStamps(See this[^]).
3. Unlicensed dll(Get a licence for your ddl[^]).



--Amit
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900