Yeah, spent hours trying to fix this. Tried everything I could modifying config, reinstalling, nothing... What exactly is the great benefit of the embedded resources if it apparenlty creates all these headaches?
Not sure how NuGet would revert an already installed package. Did you install Umbraco via NuGet ?
If not then NuGet would determine that the Umbraco dependency wasn't installed, and so would install the min version required over the top of your existing install. Alternativily, if removing a NuGet package (and all dependencies), reinstalling would do the same.
Are you up and running with your desired version of Umbraco again ? hopefully we can then figure out what's going wrong...
I didn't install Umbraco via nuGet to begin with so that's what happened there I guess.
FYI, I am running this in the Visual Studio development version of IIS. I don't know if that matters. I have another site running nuPickers fine in the same context. Everything looks the same.
In the console in Chrome it's showing that the resource doesn't load initially but then does load, except the controls never render on the screen. So for example I'm getting this:
Yes, you should be able to hit urls directly (just tried /App_Plugins/nuPickers/Shared/RelationMapping/RelationMappingResource.js.nu on the site here and that worked)
Hi Robert, just asked Jeavon for advice, and the only think he can think of is that there might have been an exception in the startup in the route builder (tho not sure what) is there anything in your Log file ?
Out of interest, what happens if you put a phycial html file in App_Plugins/MyTest... does that get served correctly ?
humm, not a lot to go on... what differences are there between between your projects (versions / packages) is there anything that might be resetting the routing table ?
Does aappending .nu to the url request make any difference ?
Well, I gave up on that install... There must be something legacy that's screwing it up. So, I hope I'm not screwing myself, but I setup a fresh Umbraco 7.2.4 install, pointed it at my 6 > 7 upgraded database and copied over my views, scripts, etc. Everything seems to be working. As long as my database is okay I'm okay. ;-)
Installed but Getting Error...
Request error: The URL returned a 404 (not found):
/App_Plugins/nuPickers/Shared/SaveFormat/SaveFormatConfig.html
Getting this error for all pickers. The DLL is in the bin folder, so not sure what's up.
Yeah, spent hours trying to fix this. Tried everything I could modifying config, reinstalling, nothing... What exactly is the great benefit of the embedded resources if it apparenlty creates all these headaches?
Hi Robert,
Sorry to hear of your frustrations.
Does it work with debug=true in the web.config & have you tried deleting ~/App_Data/TEMP/ClientDependency/*.* ?
What versions of Umbraco, nuPuckers & Client Dependency are you using ?
Cheers,
Hendy
Umbraco 7.2.4, nuPickers 1.4.1 and ClientDependency 1.8.3.1
I've tried debug true/false and have deleted client dependency folders multiple times. Nothing seems to work. The resources just won't load. Maybe I'm missing something else.
Oh, for some reason installing nuPickers from nuGet reverted my Umbraco install to 7.1.3. That was not really appreciated.
Hi Robert,
Not sure how NuGet would revert an already installed package. Did you install Umbraco via NuGet ?
If not then NuGet would determine that the Umbraco dependency wasn't installed, and so would install the min version required over the top of your existing install. Alternativily, if removing a NuGet package (and all dependencies), reinstalling would do the same.
Are you up and running with your desired version of Umbraco again ? hopefully we can then figure out what's going wrong...
Cheers,
Hendy
Yes, I'm back to 7.2.4.
I didn't install Umbraco via nuGet to begin with so that's what happened there I guess.
FYI, I am running this in the Visual Studio development version of IIS. I don't know if that matters. I have another site running nuPickers fine in the same context. Everything looks the same.
In the console in Chrome it's showing that the resource doesn't load initially but then does load, except the controls never render on the screen. So for example I'm getting this:
GET http://localhost:62108/App_Plugins/nuPickers/Shared/RelationMapping/RelationMappingConfig.html 404 (Not Found)
Then this a few lines later:
XHR finished loading: GET "http://localhost:62108/App_Plugins/nuPickers/Shared/RelationMapping/RelationMappingConfig.html
Really confused man! ;-)
Here's a question? Should I be able to browse to the html/js resources directly? Because I can't, get a 404.
Yes, you should be able to hit urls directly (just tried /App_Plugins/nuPickers/Shared/RelationMapping/RelationMappingResource.js.nu on the site here and that worked)
Hi Robert, just asked Jeavon for advice, and the only think he can think of is that there might have been an exception in the startup in the route builder (tho not sure what) is there anything in your Log file ?
Out of interest, what happens if you put a phycial html file in App_Plugins/MyTest... does that get served correctly ?
Yes, if I put a test file in there it comes up.
Nothing in the log file that I can see... Just regular Umbraco info stuff.
humm, not a lot to go on... what differences are there between between your projects (versions / packages) is there anything that might be resetting the routing table ?
Does aappending .nu to the url request make any difference ?
Nope. I pretty much uninstalled every plugin but still getting the error.
Well, I gave up on that install... There must be something legacy that's screwing it up. So, I hope I'm not screwing myself, but I setup a fresh Umbraco 7.2.4 install, pointed it at my 6 > 7 upgraded database and copied over my views, scripts, etc. Everything seems to be working. As long as my database is okay I'm okay. ;-)
is working on a reply...