Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Keith R Hubbard 175 posts 403 karma points
    Oct 01, 2014 @ 00:04
    Keith R Hubbard
    0

    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.

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Oct 01, 2014 @ 06:33
    Jeroen Breuer
    1

    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

  • Keith R Hubbard 175 posts 403 karma points
    Oct 01, 2014 @ 23:48
    Keith R Hubbard
    0

    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?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Oct 02, 2014 @ 06:30
    Jeroen Breuer
    100

    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

  • Keith R Hubbard 175 posts 403 karma points
    Oct 02, 2014 @ 08:21
    Keith R Hubbard
    0

    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!!!!

Please Sign in or register to post replies

Write your reply to:

Draft