Failed to load control

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/8/2013 4:25:50 AM
Gravatar
Total Posts 1

Failed to load control

Hi,

I created the new project using "http://geekswithblogs.net/strongeye/archive/2009/12/16/creating-a-mojoportal-module.aspx" site.

 After creating page and assigning the user control. when i click on the page it is showing me blank page. After checking the system log file, following error is generated.

Please help me, i am new in this field.

2013-08-08 14:45:51,006 ERROR 192.168.10.206 - en-IN - /Data/Sites/1/skins/healthview/images/nav.png - mojoPortal.Web.Global - 192.168.10.206 /Data/Sites/1/skins/healthview/images/nav.png Referrer(http://localhost:62606/Admin/ServerLog.aspx) useragent Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
System.Web.HttpException (0x80004005): File does not exist.
   at System.Web.StaticFileHandler.ProcessRequestForNonMapPathBasedVirtualFile(HttpRequest request, HttpResponse response, String overrideVirtualPath)
   at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context, String overrideVirtualPath)
   at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
2013-08-08 14:45:51,007 ERROR 192.168.10.206 - en-IN - /Data/Sites/1/skins/healthview/images/menuitem.png - mojoPortal.Web.Global - 192.168.10.206 /Data/Sites/1/skins/healthview/images/menuitem.png Referrer(http://localhost:62606/Admin/ServerLog.aspx) useragent Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
System.Web.HttpException (0x80004005): File does not exist.
   at System.Web.StaticFileHandler.ProcessRequestForNonMapPathBasedVirtualFile(HttpRequest request, HttpResponse response, String overrideVirtualPath)
   at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context, String overrideVirtualPath)
   at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
2013-08-08 14:45:55,862 ERROR 192.168.10.206 - en-IN - /hva-login.aspx - mojoPortal.Web.UI.CmsPage - failed to load control HVALogin/HVALoginModule.ascx
System.Web.HttpException (0x80004005): The file '/HVALogin/HVALoginModule.ascx' does not exist.
   at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

Thanks,

Vikrant

8/8/2013 8:04:16 AM
Gravatar
Total Posts 18439

Re: Failed to load control

You have not told it the correct path to your control so it failed to load, read the error detail:

System.Web.HttpException (0x80004005): The file '/HVALogin/HVALoginModule.ascx' does not exist.

You must sign in to post in the forums. This thread is closed to new posts.