Object reference not set to an instance of an object.
Hi I'm deploying my first Umbraco website. It works fine locally but after publishing to the web server I get the following error. I am using umbraco v
4.9.0 (Assembly version: 1.0.4633.18696), SQLServer 2005, IIS 6.0 and ASP .NET version 4.03 as below. I have looked through some of the other Object reference forum posts but I can't find anything relating to ClientDependency as below. Can someone point me in the right direction?
Many thanks.
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
ClientDependency.Core.Module.RogueFileFilter.ValidateCurrentHandler() +31
ClientDependency.Core.Module.ClientDependencyModule.<ValidateCurrentHandler>b__0(IFilter f) +8
System.Linq.Enumerable.Any(IEnumerable`1 source, Func`2 predicate) +151
ClientDependency.Core.Module.ClientDependencyModule.ValidateCurrentHandler(IEnumerable`1 filters) +77
ClientDependency.Core.Module.ClientDependencyModule.HandleRequest(Object sender, EventArgs e) +105
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Object reference not set to an instance of an object.
Hi I'm deploying my first Umbraco website. It works fine locally but after publishing to the web server I get the following error. I am using umbraco v 4.9.0 (Assembly version: 1.0.4633.18696), SQLServer 2005, IIS 6.0 and ASP .NET version 4.03 as below. I have looked through some of the other Object reference forum posts but I can't find anything relating to ClientDependency as below. Can someone point me in the right direction?
Many thanks.
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
OK I solved this, it was folder permissions and I followed these posts found using Google:
http://our.umbraco.org/forum/getting-started/installing-umbraco/13656-Files-and-folder-permissions-where-has-the-info-gone-to
http://our.umbraco.org/mobile?mode=topic&id=34713
http://blog.mattbrailsford.com/2010/08/01/adding-a-windows-context-menu-item-to-set-umbraco-folder-permissions/
is working on a reply...