Assembly errors when running the Hybrid Framework with Visual Studio or Web Matrix
I tried to run the framework site and found that the the Umbraco site is missing Assemblies for the bin directory. THE dll's missing are for the Models builder, Slimsy, and Seo Checker 1.61. Some of these assemblies are specific to version like Seo Checker needs to be 1.61 and it would also be nice to know all the packages used in the framework.
Did you first try to build the solution before running it? When you build it all the dll's will be restored. Jeavon wrote something for that. You need the latest NuGet for it to work.
All that you have referred to has been done from above. I have the latest nuget and had performed build before ever posting this in the forum.
Error 1 NuGet Package restore failed for project Umbraco.Site: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.. 0 0
Error 2 This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\UmbracoCms.7.1.6\build\UmbracoCms.props. C:\Users\khubbard.ITMS\Downloads\Hybrid-Framework-for-Umbraco-v7-Best-Practises-master\Hybrid-Framework-for-Umbraco-v7-Best-Practises-master\Umbraco.Site\Umbraco.Site.csproj 617 5 Umbraco.Site
I fixed it by moving it to the inetpub\wwwroot directory on the local machine. permissions were stopping nuget from restoring the packages. Great job by the way!!!!
Assembly errors when running the Hybrid Framework with Visual Studio or Web Matrix
I tried to run the framework site and found that the the Umbraco site is missing Assemblies for the bin directory. THE dll's missing are for the Models builder, Slimsy, and Seo Checker 1.61. Some of these assemblies are specific to version like Seo Checker needs to be 1.61 and it would also be nice to know all the packages used in the framework.
Hello,
Did you first try to build the solution before running it? When you build it all the dll's will be restored. Jeavon wrote something for that. You need the latest NuGet for it to work.
Jeroen
Jeroen
All that you have referred to has been done from above. I have the latest nuget and had performed build before ever posting this in the forum.
Error 1 NuGet Package restore failed for project Umbraco.Site: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.. 0 0
Error 2 This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\UmbracoCms.7.1.6\build\UmbracoCms.props. C:\Users\khubbard.ITMS\Downloads\Hybrid-Framework-for-Umbraco-v7-Best-Practises-master\Hybrid-Framework-for-Umbraco-v7-Best-Practises-master\Umbraco.Site\Umbraco.Site.csproj 617 5 Umbraco.Site
nuget restore is enabled. What am i missing?
Hello,
I've had this error before. It simply means that the path where you have the project is too long.
Now it's:
C:\Users\khubbard.ITMS\Downloads\Hybrid-Framework-for-Umbraco-v7-Best-Practises-master\Hybrid-Framework-for-Umbraco-v7-Best-Practises-master\Umbraco.Site\Umbraco.Site.csproj
Try changing it too:
C:\Users\khubbard.ITMS\Downloads\Hybrid-Framework\Umbraco.Site\Umbraco.Site.csproj
Than it should work :-).
Jeroen
I fixed it by moving it to the inetpub\wwwroot directory on the local machine. permissions were stopping nuget from restoring the packages. Great job by the way!!!!
is working on a reply...