2013-07-17 11:13:19,251 [6] WARN umbraco.macro - [Thread 11] Error loading userControl (~/usercontrols/EyeCatch/RssFeedGenerator/RssFeedGeneratorControl.ascx). Exception: System.Web.HttpParseException (0x80004005): Could not load type 'EyeCatch.Umbraco.RssFeedGenerator.RssFeedGeneratorControl'. ---> System.Web.HttpParseException (0x80004005): Could not load type 'EyeCatch.Umbraco.RssFeedGenerator.RssFeedGeneratorControl'. ---> System.Web.HttpException (0x80004005): Could not load type 'EyeCatch.Umbraco.RssFeedGenerator.RssFeedGeneratorControl'.
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.ParseInternal()
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)
The DLL is indeed missing. Strange, because I simply installed the latest package that's available here on our.umbraco.org. I've also installed multiple packages, and only this one seems to have failed.
Problem with package in 6.1.2
Hello.
I've installed your package on 6.1.2, and your control doesn't load.
This is displayed, when I try:
Error loading userControl '~/usercontrols/EyeCatch/RssFeedGenerator/RssFeedGeneratorControl.ascx'
and this is in the Log:
2013-07-17 11:13:19,251 [6] WARN umbraco.macro - [Thread 11] Error loading userControl (~/usercontrols/EyeCatch/RssFeedGenerator/RssFeedGeneratorControl.ascx). Exception: System.Web.HttpParseException (0x80004005): Could not load type 'EyeCatch.Umbraco.RssFeedGenerator.RssFeedGeneratorControl'. ---> System.Web.HttpParseException (0x80004005): Could not load type 'EyeCatch.Umbraco.RssFeedGenerator.RssFeedGeneratorControl'. ---> System.Web.HttpException (0x80004005): Could not load type 'EyeCatch.Umbraco.RssFeedGenerator.RssFeedGeneratorControl'.
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.ParseInternal()
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.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
at umbraco.macro.loadUserControl(String fileName, MacroModel model, Hashtable pageElements)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
This site is running on MVC umbraco, but I don't know if that makes a difference?
It sounds like there is a dll missing. Can you verify that the EyeCatch.Umbraco.RssFeedGenerator dll is located in your bin folder?
Hello Ove,
thanks for answering.
The DLL is indeed missing. Strange, because I simply installed the latest package that's available here on our.umbraco.org. I've also installed multiple packages, and only this one seems to have failed.
Can I find the DLL somewhere else?
(Umbraco 6.1.2)
I will post one up when I'm back from vacation (tomorrow) :-)
is working on a reply...