I encoutered this problem also, in my case I had installed a new nuget package which updated my webconfig and removed the runAllManagedModulesForAllRequests="true" attribute from the <modules> entry, once I added the attribute back everything worked again.
PrefetchListPickerEditor.html not found - App_Plugins (nuPickers)
Hi,
I came across a strange error after upload Umbraco to my development server.
Locally nuPickers working perfectly, but after I uploaded the application to development server the following error show up:
Request error: The URL returned a 404 (not found): App_Plugins/nuPickers/Shared/PrefetchListPicker/PrefetchListPickerEditor.html
http://i.imgur.com/HGpg1gG.png
Since then the package not working.
I checked and even locally there is no folder called "nuPickers" inside the "App_Plugins" folder.
I need help, this is very urgent, what could it be?
Thanks in advance.
Hi,
All of the assets are in the dll (as such only the dll needs to be deployed - http://www.nibble.be/?p=415) How do the environments differ ?
Hey Hendy,
That does it mean? How can i fix it?
What do I need to provide you to figure out how to solve the problem?
Thanks in advance.
Hi Nonacc,
You mentioned that it works fine locally, but not on your development server - how do the environments differ ?
Just a guess, but does clearing the Client Dependency cache on the development server help ? (delete all files in /App_Data/TEMP/ClientDependency)
Hendy
I encoutered this problem also, in my case I had installed a new nuget package which updated my webconfig and removed the runAllManagedModulesForAllRequests="true" attribute from the <modules> entry, once I added the attribute back everything worked again.
<modules runAllManagedModulesForAllRequests="true">
I came across the same issue when I changed the clientdependency version (increased by 1) to refresh the App_Plugins.
Apparently it works as Hendy suggested when removing temp folder clientdep.. folder and touching web.config
thanks Hendy!
is working on a reply...