Copied to clipboard

Flag this post as spam?

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


  • G X 6 posts 37 karma points
    Feb 02, 2013 @ 08:57
    G X
    0

    "Error loading Razor Script" - type or namespace name "uBlogsy" could not be found

    Hi team,

    I'm excited to get into using uBlogsy but I can't get past the above issue - uBlogsy threw the "type or namespace name" complaint at the completion of its installation, but all the nodes were in the right place in the Content tree, and all the uBlogsy DLLs are in my \bin directory, so I figured I'd give it a spin.

    However, trying to go to the uBlogsy URL brings up the following, for every instance of a Razor script:

    Error loading Razor Script /uBlogsy/uBlogsyBrowserTitle.cshtml
    d:\dev\Intek\Intek Web Site 2\macroScripts\uBlogsy\uBlogsyBrowserTitle.cshtml(1): error CS0246: The type or namespace name 'uBlogsy' could not be found (are you missing a using directive or an assembly reference?)

    I've googled extensively, trawled through dozens of posts on here, and tried to repeat the same steps on a blank Umbraco instance with the same issues. I also tried modifying the following section of my Web.config, but to no avail:

      <system.web.webPages.razor>
        <host factoryType="umbraco.MacroEngines.RazorUmbracoFactory, umbraco.MacroEngines" />
        <pages pageBaseType="umbraco.MacroEngines.DynamicNodeContext">
          <namespaces>
            <add namespace="Microsoft.Web.Helpers" />
            <add namespace="umbraco" />
            <add namespace="Examine" />
          </namespaces>
        </pages>
      </system.web.webPages.razor>

    Can anyone please point me in the right direction or suggest a way that I can figure out more about what's going wrong?

    Thanks

    Geoff

     

     

  • G X 6 posts 37 karma points
    Feb 02, 2013 @ 09:09
    G X
    0

    Screenshot of the issue here: http://i45.tinypic.com/33f49a8.jpg

    (sorry, error occurred when editing post)

Please Sign in or register to post replies

Write your reply to:

Draft