Installing 4.6.1 - setup your website error - Could not load control
Hi,
Having some issues with installation,
Win7 IIS7.5 SQLExpress 2008 R2, .Net 4
Regardless if use standard Codeplex download "application" or try to run it after getting source code all steps are successful until last one "setup your website".
At this stage I am redirected to MyPageLink/umbraco/umbraco.aspx#content
And I can see all the things but most of controls within tabs to the right are not loading any content and instead I get the error message:
(This comes from Property Test Tab content):
Could not load control:
'/umbraco.presentation/usercontrols/propertyTest.ascx'. Error message: System.Web.HttpException
(0x80004005): The file '/umbraco.presentation/usercontrols/propertyTest.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) 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
System.Web.UI.TemplateControl.LoadControl(String virtualPath) at
umbraco.cms.presentation.dashboard.OnInit(EventArgs e) in
D:\Sandbox\Umbraco\umbraco\presentation\umbraco\dashboard.aspx.cs:line
91
Installing 4.6.1 - setup your website error - Could not load control
Hi,
Having some issues with installation,
Win7 IIS7.5 SQLExpress 2008 R2, .Net 4
Regardless if use standard Codeplex download "application" or try to run it after getting source code all steps are successful until last one "setup your website".
At this stage I am redirected to MyPageLink/umbraco/umbraco.aspx#content
And I can see all the things but most of controls within tabs to the right are not loading any content and instead I get the error message:
(This comes from Property Test Tab content):
Could not load control: '/umbraco.presentation/usercontrols/propertyTest.ascx'.
Error message: System.Web.HttpException (0x80004005): The file '/umbraco.presentation/usercontrols/propertyTest.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) 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 System.Web.UI.TemplateControl.LoadControl(String virtualPath) at umbraco.cms.presentation.dashboard.OnInit(EventArgs e) in D:\Sandbox\Umbraco\umbraco\presentation\umbraco\dashboard.aspx.cs:line 91
Any Ideas?
Chris
Hi Chris
Are you sure that the correct permissions for the network service and the iusr has been set of the umbraco root folder?
What does your application pool settings look like?
/Jan
is working on a reply...