nuPickers works great in IIS Express, but when I try to run the same thing in IIS, it gives this error:
Request error: The URL returned a 404 (not found):
/App_Plugins/nuPickers/Shared/CheckBoxPicker/CheckBoxPickerEditor.html
I have examined ClientDependency.config, added my domain, deleted the clientdependency cache, run this with debug=true in web.config, tried what I could find on the github and our.umbraco, but so far, still stuck.
After looking at this yet again, it seems I now know what was really causing the issue.
The non-working case is in a virtual directory.
Sites
\Test <<Parent website
\ClientPortal << this is the Umbraco site
So the address would be http://someAddress/ClientPortal
It was confusing for me, because I started with IIS Express, then moved to IIS on my development machine, and then on to a different physical server in test environment.
I saw an issue on GitHub/uComponents/NuPickers where it seems someone else had a problem with nuPickers in a virtual directory.
Hi Bill, any luck on this? I've actually got the same setup where Umbraco is running in a virtual directory and nuPickers doesn't work. Would be great if there's a workaround.
Unfortunately, I cannot describe any workaround. What I did was drop the nuPicker from the project. If you really need it, I would suggest trying downloading and creating the project in your solution.
Then, you may have a chance to at least fix the source code for your situation. And possibly create a pull request that fixes it for everyone. I considered trying to do that, but for me, the time to try to fix it was not worth just changing the design.
nuPicker works in Express, but not on IIS
Hello !!
nuPickers works great in IIS Express, but when I try to run the same thing in IIS, it gives this error:
Request error: The URL returned a 404 (not found): /App_Plugins/nuPickers/Shared/CheckBoxPicker/CheckBoxPickerEditor.html
I have examined ClientDependency.config, added my domain, deleted the clientdependency cache, run this with debug=true in web.config, tried what I could find on the github and our.umbraco, but so far, still stuck.
Hi Bill,
What version of Umbraco and NuPickers are you using?
Jeavon
Apologies, I should have stated in original post: Umbraco - 7.4.3 nuPickers - 1.5.3
Ok, and when you run with debug=true you still get the same problem?
Is this the same for all nuPickers editors on only the CheckBoxPicker?
Just tried adding a nuPickers: DotNet DropDown Picker and got this:
Request error: The URL returned a 404(not found): /App_Plugins/nuPickers/Shared/DotNetDataSource/DotNetDataSourceConfig.html
... and also 404's for RelationMappingConfig.html and SaveFormatConfit.html
Strange, you shouldn't need to make any changes to ClientDependency.config for it to work just fine.
Are you running in a virtual directory or any other unusual setup?
As far as I know, pretty close to a standard hybrid Umbraco setup. Especially with regards to nuPicker.
and are you running IISExpress and IIS on the same machine?
Yes - same machine for Express and IIS
It is fixed. Not very satisfying though. What fixed it was to completely remove the site from IIS and re-install it.
I would have preferred that it be some setting or change that is re-producible.
Thank you Jeavon for your help !!
Wow, that's odd. I was about to ask if you could send me your files in a zip as didn't know where to go next!
After looking at this yet again, it seems I now know what was really causing the issue.
The non-working case is in a virtual directory.
It was confusing for me, because I started with IIS Express, then moved to IIS on my development machine, and then on to a different physical server in test environment.
I saw an issue on GitHub/uComponents/NuPickers where it seems someone else had a problem with nuPickers in a virtual directory.
I hope there is some workaround or fix ??
Hi Bill, any luck on this? I've actually got the same setup where Umbraco is running in a virtual directory and nuPickers doesn't work. Would be great if there's a workaround.
Looking forward to hearing from you.
Carina,
Unfortunately, I cannot describe any workaround. What I did was drop the nuPicker from the project. If you really need it, I would suggest trying downloading and creating the project in your solution.
Then, you may have a chance to at least fix the source code for your situation. And possibly create a pull request that fixes it for everyone. I considered trying to do that, but for me, the time to try to fix it was not worth just changing the design.
Bill
is working on a reply...