Posible to have Umbraco Contour and Umbraco Forms both installed?
Hi
Is it possible to have Umbraco Contour and Umbraco Forms both installed in the same Umbraco instance/website?
We have a customer running Umbraco 7.2.8 with Umbraco Contour.
They wan't to upgrade to Umbraco Forms, but they need to keep the existing forms for a while. Therefore they have a need for running both Contour and Umbraco Forms.
In my initial try I could not get it up and running side by side. Both Contour and Umbraco Forms seems really unstable :-(
Here is my steps
New MS SQL Server database
New Empty asp.net 4.5 MVC project
New nuget umbraco 7.2.8 install without starterkit
Install latest Umbraco Contour version 3.0.28
Install latest Umbraco Forms version 4.1.5
In step 5 my solution blows up with an exception and it is stuck
Could not load type 'Umbraco.Forms.Core.Services.RecordService' from assembly 'Umbraco.Forms.Core, Version=4.1.5.0, Culture=neutral, PublicKeyToken=null'.
I took a look in the packages for Umbraco Contour and Umbraco Forms and they are using the same dll names and namespaces, like Umbraco.Forms.Core.dll :-(
Therefore, my conclusion is that it is not possible to have both Umbraco Contour and Umbraco Forms running in the same instance.
Posible to have Umbraco Contour and Umbraco Forms both installed?
Hi
Is it possible to have Umbraco Contour and Umbraco Forms both installed in the same Umbraco instance/website?
We have a customer running Umbraco 7.2.8 with Umbraco Contour. They wan't to upgrade to Umbraco Forms, but they need to keep the existing forms for a while. Therefore they have a need for running both Contour and Umbraco Forms.
In my initial try I could not get it up and running side by side. Both Contour and Umbraco Forms seems really unstable :-(
Here is my steps
In step 5 my solution blows up with an exception and it is stuck Could not load type 'Umbraco.Forms.Core.Services.RecordService' from assembly 'Umbraco.Forms.Core, Version=4.1.5.0, Culture=neutral, PublicKeyToken=null'.
I took a look in the packages for Umbraco Contour and Umbraco Forms and they are using the same dll names and namespaces, like Umbraco.Forms.Core.dll :-(
Therefore, my conclusion is that it is not possible to have both Umbraco Contour and Umbraco Forms running in the same instance.
is working on a reply...