Closed hfloyd closed 2 years ago
That is weird. I don't really have any good ideas for why the directory isn't there.
What is located inside your C:\Users\Heather\.nuget\packages\limbo.umbraco.modelsbuilder\2.0.0-alpha002
directory? here is mine:
The staticwebassets
directory is also part of the package when exploring here:
https://nuget.info/packages/Limbo.Umbraco.ModelsBuilder/2.0.0-alpha002
How have you installed the package? I guess you already have tried this, but does it works after rebuilding in VS or running dotnet restore
and dotnet build
?
What's weird is that the 'staticwebassets' folder is there:
And these are the contents:
(There are files inside those folders, so it seems all is present...)
I updated it via VisualStudio, and rebuilt. dotnet restore
just shows All projects are up-to-date for restore.
I did some more general web searching on the issue and came across other software packaged with similar issues reported.
One of the suggestions was to make sure that iis_iusrs
has full control of the .nuget folder.... so I updated the permissions via Windows Explorer:
After rebuilding in VS, the site loaded.
It seems to be a strange sort of requirement... but whatever... 🤷♂️
Thanks for your reply!
I haven't seen that before, so 🤷♂️ indeed seems like suitable smiley...
But great to see you found a solution 👍
Just did the NuGet update to the latest version (2.0.0-alpha002).
Build worked fine, but on running the site in a browser I get this:
Any ideas?