Hello. I have tried to uninstall Contour and but the "Contour"-button in the section area are still present. But the image is missing. When i click it I get the message:
Could not load control '/umbraco/plugins/umbracocontour/formsdashboard.ascx'. Error message:
System.Web.HttpException: The file
'/umbraco/plugins/umbracocontour/formsdashboard.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)
How do i remove this?
Umbraco v4 (MS SQL), .NET 3.5, Windows Server 2003
Thank you for the quick response. Unfortunately i am currently unable to connect to the database. I usually use SQL Server Management Studio but for the moment i can't open my database. It's properties says that the db is "Shutdown". I will have to contact someone who knows what there doing :-)
I was thinking about using the "Republish Entire Site" in Umbraco but i feel a little insecure about what happens to the site. Is there any known issues about this procedure?
Uninstall leftovers
Hello. I have tried to uninstall Contour and but the "Contour"-button in the section area are still present. But the image is missing. When i click it I get the message:
Could not load control '/umbraco/plugins/umbracocontour/formsdashboard.ascx'.
Error message: System.Web.HttpException: The file '/umbraco/plugins/umbracocontour/formsdashboard.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)
How do i remove this?
Umbraco v4 (MS SQL), .NET 3.5, Windows Server 2003
Hi Micke
The leftovers are in the database, so you have to edit some tables (in the same order as below) :
- umbracouser2app: remove rows with the app = "contour"
- umbracoAppTree: remove rows with the appalias = "contour"
-umbracoApp: remove rows with the appalias = "contour"
The issues with the uninstall has been fixed and will not occour in the next release.
Thank you for the quick response. Unfortunately i am currently unable to connect to the database. I usually use SQL Server Management Studio but for the moment i can't open my database. It's properties says that the db is "Shutdown". I will have to contact someone who knows what there doing :-)
I was thinking about using the "Republish Entire Site" in Umbraco but i feel a little insecure about what happens to the site. Is there any known issues about this procedure?
is working on a reply...