Copied to clipboard

Flag this post as spam?

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


  • James Kim 4 posts 24 karma points
    Mar 28, 2014 @ 05:06
    James Kim
    0

    Umbraco 6.1.6 Backend Broken

    Hi,

    We have several devs working on the same project and we are getting this error when attempting to access the backend with debug="true":

     

    This has happened to other devs in the past but it would fix itself once debug has been set to false and back to true again.

    However, more recently on a new machine using Windows 8, this doesn't seem to be working.

    To me it seems it's related to the ClientDependency package but it would be great if someone could help me out in solving this.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 28, 2014 @ 08:42
    Jan Skovgaard
    0

    Hi James and welcome to our :)

    I think something may be wrong with the setup on your machines since this should not happen when being in debug mode.

    Make sure that the system requirements are met and perhaps also check that the installation has been done correctly using the manual installation documentation. You can find info on both subject here http://our.umbraco.org/documentation/Installation/

    Are you guys using mercurial/git to handle your team development, or something other? This could perhaps also hapepn if you don't ignore the /app_data/TEMP folder since the data in these folders are relates to the machine the solution is running on. So it could be an idea to delete the content of these folder (Don't delete the folders, just the content).

    Sometimes clientdependency can cache stuff pretty hard - so apart from deleting it's temp files (among the others from the temp folder) it may be neccesary to go to /config/ClientDependency.config and increment the version="" attribute.

    I hope these input helps. Looking forward to hearing from you.

    /Jan

  • James Kim 4 posts 24 karma points
    Mar 31, 2014 @ 07:31
    James Kim
    0

    Hi Jan,

    Thank you for your quick response.

    However, it still did not work unfortunately.

    It works when we do a clean install but not off our solution.
    And it works on Windows 7 after changing debug to false and back to true again.

    Here is our current setup. Maybe it will help:

    - Windows 8 pro
    - Visual Studio 2013
    - TFS 2013
    - SQL SERVER 2008R2
    - Running 64-bit
    - App_Data folder excluded from project and not part of TFS and we gave it full permission
    - Nuget Packages:

    <packages>
      <package id="ClientDependency" version="1.7.0.4" targetFramework="net45" />
      <package id="ClientDependency-Mvc" version="1.7.0.4" targetFramework="net45" />
      <package id="HtmlAgilityPack" version="1.4.6" targetFramework="net45" />
      <package id="ImageResizer" version="3.4.2" targetFramework="net45" />
      <package id="ImageResizer.Mvc" version="3.4.2" targetFramework="net45" />
      <package id="Lucene.Net" version="2.9.4.1" targetFramework="net45" />
      <package id="Microsoft.AspNet.Mvc" version="4.0.20710.0" targetFramework="net45" />
      <package id="Microsoft.AspNet.Mvc.FixedDisplayModes" version="1.0.0" targetFramework="net45" />
      <package id="Microsoft.AspNet.Razor" version="2.0.20715.0" targetFramework="net45" />
      <package id="Microsoft.AspNet.WebApi" version="4.0.20710.0" targetFramework="net45" />
      <package id="Microsoft.AspNet.WebApi.Client" version="4.0.20710.0" targetFramework="net45" />
      <package id="Microsoft.AspNet.WebApi.Core" version="4.0.20710.0" targetFramework="net45" />
      <package id="Microsoft.AspNet.WebApi.WebHost" version="4.0.20710.0" targetFramework="net45" />
      <package id="Microsoft.AspNet.WebPages" version="2.0.20710.0" targetFramework="net45" />
      <package id="Microsoft.Net.Http" version="2.0.20710.0" targetFramework="net45" />
      <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
      <package id="MiniProfiler" version="2.1.0" targetFramework="net45" />
      <package id="MySql.Data" version="6.6.5" targetFramework="net45" />
      <package id="Newtonsoft.Json" version="4.5.11" targetFramework="net45" />
      <package id="SharpZipLib" version="0.86.0" targetFramework="net45" />
      <package id="uComponents" version="5.5.3" targetFramework="net45" />
      <package id="UmbracoCms" version="6.1.6" targetFramework="net45" />
      <package id="UmbracoCms.Core" version="6.1.6" targetFramework="net45" />
      <package id="xmlrpcnet" version="2.5.0" targetFramework="net45" />
    </packages>

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 31, 2014 @ 17:00
    Jan Skovgaard
    0

    Hi James

    That's really odd. What does the app pool settings look like? Is it using the network service?

    /Jan

  • James Kim 4 posts 24 karma points
    Apr 01, 2014 @ 00:14
    James Kim
    0

    Hi Jan,

    Yes we have tried using network service as well.

    James

     

  • James Kim 4 posts 24 karma points
    Apr 02, 2014 @ 02:21
    James Kim
    0

    Hi Jan,

    We have found the cause of the issue.

    For anyone else facing this issue, the "Page State Icons" package was causing some issues client side so we have removed it.

    James

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Apr 02, 2014 @ 08:56
    Jan Skovgaard
    0

    Hi James

    Glad to hear you managed to get it fix - And thanks for sharing.

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft