SDK 4.0.2.1: Could not load control '/usercontrols/dashboards/ContactForm_logs.ascx'.
We need to use the SDK as there are several changes that we need to make to the system, but when I use a built SDK this error and several other similar errors appear in the umbraco window. Is there something wrong with the SDK? Here is the rest of the error message that displays on the opening page:
Error message: System.Web.HttpException: The file '/usercontrols/dashboards/ContactForm_logs.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) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at umbraco.cms.presentation.dashboard.OnInit(EventArgs e) in D:\WORK\TEST\Umbraco\SDK\umbraco\presentation\umbraco\dashboard.aspx.cs:line 77
BTW, the /usercontrols/ folder is empty and pretty much all of the messages refer to this folder.
This maybe a long way off but check the Dashboard.config file (config-->Dashboard.config).
And check to see if there is any reference to the /usercontrols/dashboards/ContactForm_logs.ascx - it could be looking for something which does not exist.
Shortly after I posted this I decided to do a compare between the fully compiled release and the SDK and found that many of the /config/ files were different, so I just coppied them over from the compiled release and that fixed the issues. The compiled versions are al dated 5/6/2009, while many of the SDK versions are dated 6/1 or 6/2.
SDK 4.0.2.1: Could not load control '/usercontrols/dashboards/ContactForm_logs.ascx'.
We need to use the SDK as there are several changes that we need to make to the system, but when I use a built SDK this error and several other similar errors appear in the umbraco window. Is there something wrong with the SDK? Here is the rest of the error message that displays on the opening page:
Error message: System.Web.HttpException: The file '/usercontrols/dashboards/ContactForm_logs.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) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at umbraco.cms.presentation.dashboard.OnInit(EventArgs e) in D:\WORK\TEST\Umbraco\SDK\umbraco\presentation\umbraco\dashboard.aspx.cs:line 77
BTW, the /usercontrols/ folder is empty and pretty much all of the messages refer to this folder.
This maybe a long way off but check the Dashboard.config file (config-->Dashboard.config).
And check to see if there is any reference to the /usercontrols/dashboards/ContactForm_logs.ascx - it could be looking for something which does not exist.
Tom
Hey Tom,
Shortly after I posted this I decided to do a compare between the fully compiled release and the SDK and found that many of the /config/ files were different, so I just coppied them over from the compiled release and that fixed the issues. The compiled versions are al dated 5/6/2009, while many of the SDK versions are dated 6/1 or 6/2.
Thanks,
Bill
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.