I'm trying to uninstall the Umbraco Forms (4.3.2) plugin from a blank installation of Umbraco 7.5.3 however I am unable to do so as the following error occurs "System.ArgumentException: The relative virtual path 'bin/Umbraco.Forms.Core.dll' is not allowed here." This occurs both when debugging in IIS Express with Visual Studio or when running in IIS.
Any ideas on how I can either uninstall the plugin or remove it from the application before its installed? I've found the section entry in "Config/dashboard.config" and the relevant views folder "Umbraco/Views/Dashboard/Forms" but I don't know if there are any other files that would need to be deleted?
I was also having this issue, and I found that there is an issue in the installedpackages.config file. If you open the file in your favorite text editor of visual studio the file is located in: \App_Data\packages\installed.
Search for bin/Umbraco.Forms.Core.dll and add a / slash before the bin so it reads /bin/Umbraco.Forms.Core.dll then forms will uninstall
I may have spoken too soon, whilst it says that the package has been uninstalled doesn't actually update the dashboard so there's still an entry in the back office dashboard for the forms application which just throws errors when you click on it :(
Uninstall Fails
I'm trying to uninstall the Umbraco Forms (4.3.2) plugin from a blank installation of Umbraco 7.5.3 however I am unable to do so as the following error occurs "System.ArgumentException: The relative virtual path 'bin/Umbraco.Forms.Core.dll' is not allowed here." This occurs both when debugging in IIS Express with Visual Studio or when running in IIS.
Any ideas on how I can either uninstall the plugin or remove it from the application before its installed? I've found the section entry in "Config/dashboard.config" and the relevant views folder "Umbraco/Views/Dashboard/Forms" but I don't know if there are any other files that would need to be deleted?
Hi Patrick,
I was also having this issue, and I found that there is an issue in the installedpackages.config file. If you open the file in your favorite text editor of visual studio the file is located in: \App_Data\packages\installed. Search for bin/Umbraco.Forms.Core.dll and add a / slash before the bin so it reads /bin/Umbraco.Forms.Core.dll then forms will uninstall
Hope this helps
Awesome, that sorted it. Thanks very much !
I may have spoken too soon, whilst it says that the package has been uninstalled doesn't actually update the dashboard so there's still an entry in the back office dashboard for the forms application which just throws errors when you click on it :(
Hi Patrick,
I think that you have hit into this bug, see issue http://issues.umbraco.org/issue/CON-1166
/Dennis
is working on a reply...