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.
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:
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.
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
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>
Hi James
That's really odd. What does the app pool settings look like? Is it using the network service?
/Jan
Hi Jan,
Yes we have tried using network service as well.
James
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
Hi James
Glad to hear you managed to get it fix - And thanks for sharing.
/Jan
is working on a reply...