I’ve installed version 1.0.13.13, but I’ve got an error when browsing the dashboard : there is no CSS rendered.
The /Content/Octopus.less?v=1.0.13.13
throw a 500 error.
In the event log, I see the following error :
Exception information:
Exception type: NullReferenceException
Exception message: Object reference not set to an instance of an object.
at dotless.Core.Response.CssResponse.HandleCompression()
at dotless.Core.Response.CssResponse.WriteCss(String css)
at dotless.Core.Response.CachedCssResponse.WriteCss(String css)
at dotless.Core.HandlerImpl.Execute()
at dotless.Core.LessCssHttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Server is Win 2008 R2 w/ sp1.
I also get this warning in the even log after installing portal :
There was an error during processing of the managed application service auto-start for application pool: 'Octopus Portal'. Some application services may not have been processed correctly. Please check the configuration for application service auto-start for the application(s) assigned to this application pool. The data field contains the error code.
And the error code is 02000780
.