Issue when taking Visual studio build over to new server
Hi Darren
Have installed the examine dashboard on my local copy of 4.7.1 and it works perfectly.
I think I have included all the files in my Visual Studio 2010 project but when I create a release build and move to a different server the Examine dashboard in the CMS shows the following:
Could not load control: '/usercontrols/IndexStatus.ascx'. Error message:
System.Web.HttpParseException (0x80004005): Could not load type
'FergusonMoriyama.Umbraco.ExamineGui.UserControls.IndexStatus'. --->
System.Web.HttpParseException (0x80004005): Could not load type
'FergusonMoriyama.Umbraco.ExamineGui.UserControls.IndexStatus'. --->
System.Web.HttpException (0x80004005): Could not load type
'FergusonMoriyama.Umbraco.ExamineGui.UserControls.IndexStatus'.
at System.Web.UI.TemplateParser.GetType(String typeName, Boolean
ignoreCase, Boolean throwOnError)
at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String
baseTypeName, String codeFileBaseTypeName, String src, Assembly
assembly)
at
System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary
parseData)
at System.Web.UI.TemplateParser.ProcessException(Exception ex)
at System.Web.UI.TemplateParser.ParseStringInternal(String text,
Encoding fileEncoding)
at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath
virtualPath, Encoding fileEncoding)
at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath
virtualPath, Encoding fileEncoding)
at System.Web.UI.TemplateParser.ParseFile(String physicalPath,
VirtualPath virtualPath)
at System.Web.UI.TemplateParser.Parse()
at
System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
at
System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider
buildProvider)
at
System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath
virtualPath)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean
allowBuildInPrecompile, Boolean throwIfNotFound, Boolean
ensureIsUpToDate)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean
allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound,
Boolean ensureIsUpToDate)
at
System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean
allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
at umbraco.cms.presentation.dashboard.OnInit(EventArgs e)
If you have an idea of what I could be missing from the build then I would be grateful if you could post a few hints. I've had a poke about but I can't seem to find anything obvious. BTW the local development server and the remote development server are pointing to the SAME database, so in theory the only things missing should be files from the release package.
Issue when taking Visual studio build over to new server
Hi Darren
Have installed the examine dashboard on my local copy of 4.7.1 and it works perfectly.
I think I have included all the files in my Visual Studio 2010 project but when I create a release build and move to a different server the Examine dashboard in the CMS shows the following:
Could not load control: '/usercontrols/IndexStatus.ascx'.
Error message: System.Web.HttpParseException (0x80004005): Could not load type 'FergusonMoriyama.Umbraco.ExamineGui.UserControls.IndexStatus'. ---> System.Web.HttpParseException (0x80004005): Could not load type 'FergusonMoriyama.Umbraco.ExamineGui.UserControls.IndexStatus'. ---> System.Web.HttpException (0x80004005): Could not load type 'FergusonMoriyama.Umbraco.ExamineGui.UserControls.IndexStatus'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at umbraco.cms.presentation.dashboard.OnInit(EventArgs e)
If you have an idea of what I could be missing from the build then I would be grateful if you could post a few hints. I've had a poke about but I can't seem to find anything obvious. BTW the local development server and the remote development server are pointing to the SAME database, so in theory the only things missing should be files from the release package.
Thanks
I must have finally got it right because it is working in the latest build. Not sure exactly what I did to fix it but at least it works!
is working on a reply...