Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesModule's User Controls Not Found IssueModule's User Controls Not Found Issue
Previous
 
Next
New Post
9/8/2015 4:15 AM
 

Hi Experts

This is something very strange for me is that I am not able to use the staging site which was working since long and now is saying throwing the following error for each module controls :

 DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.Web.HttpParseException: The file '/DesktopModules/SignUpSkinObject/SignUpSkinObject.ascx' does not exist. ---> System.Web.HttpParseException: The file '/DesktopModules/SignUpSkinObject/SignUpSkinObject.ascx' does not exist. ---> System.Web.HttpException: The file '/DesktopModules/SignUpSkinObject/SignUpSkinObject.ascx' does not exist.

   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.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile)

   at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath)

   at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry)

   at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive)

   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)

   --- End of inner exception stack trace ---

   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)

   --- End of inner exception stack trace ---

   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 DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)

   at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase page, String skinPath)

   --- End of inner exception stack trace ---

2015-09-08 07:41:40,020 [ERROR] DotNetNuke.UI.Modules.ModuleHost - System.Web.HttpException (0x80004005): The file '/DesktopModules/MiniShoppingCart/ViewMiniShoppingCart.ascx' does not exist.

   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 DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)

   at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration)

   at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl()

NOTE : The Module development is as compiled and the DNN version is 7.3.1 and I am using VS 2013

I dont know why compiler is not able to recognize the module controls location. Also I tried to load the website from Local IIS and tried to run the website directly from VS, but then it has given a compilation error that "The file '/DesktopModules/DDRMenu/Menu.ascx' does not exist." whereas it exist like other module controls.


Please let me know if you need any further information for investigation. I am with this error since 2 days now. Please I need a experts to suggest me something where i was wrong.

Thank you

Sachin Srivastava

 
New Post
9/8/2015 6:25 AM
 
usually, those files need to be included on the server, are you able to locate them?
Did you check file system permission for the Account used by ASP.NET (as specified in Advanced Settings of the IIS App Pool)?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/8/2015 6:41 AM
 

Yes Sebastian, I can access them through RDC and they do exists to the given path, and yes the permission are all correct as per the basic setup and the site was working since long. The error started when i uploaded the source code of one of the module to outside of the website folder and compiled the dll to be generated on website's bin and nothing else, just after this the site started showing this issue. Not sure where I went wrong.

Thank you for the quick response

Sachin Srivastava

 

 

 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesModule's User Controls Not Found IssueModule's User Controls Not Found Issue


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out