Tim, I get this same error after attempting an upgrade from v1.1.10. I get the error when trying to run the updgrade script and when trying to access a form:
Server Error in '/' Application.
Method not found: 'umbraco.DataLayer.ISqlHelper umbraco.DataLayer.DataLayerHelper.CreateSqlHelper(System.String, Boolean)'.
Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details:System.MissingMethodException: Method not found: 'umbraco.DataLayer.ISqlHelper umbraco.DataLayer.DataLayerHelper.CreateSqlHelper(System.String, Boolean)'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Hello, I'm having the same error here. The Db upgrade script threw the error, then I ran the scripts myself, and now when loading the forms in contour or accessing them as a user, the missing method exception returns.
Also having this problem upgrading from 3.0.1 - extracted the latest update zip into the site root, and I'm now getting this error in the Contour section of the back-end:
Method not found: 'umbraco.DataLayer.ISqlHelper umbraco.DataLayer.DataLayerHelper.CreateSqlHelper(System.String, Boolean)'.
And when going from version 1 to 3 make sure to run the upgrade wizard (details in the guide) that will execute the sql stuff and will perform some more update actions
I'm getting this error with a fresh install of Contour 3.0.15 on Umbraco 4.11.10 when I go to Contour and want to create a new form.
Also I'm seeing this message, when cliking "Umbraco Contour" even though I have configured a license with the correct domain names.
Looking forward to receive some inputs :)
No such host is known
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: No such host is known
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Contour upgrade problem
Hi
I am using Umbraco v4.11.8 and have upgraded to Contour v3.0.15 using Contour_3.0.15_upgrade.zip and running the SQL updrade script.
However I am getting an error:
Method not found: 'umbraco.DataLayer.ISqlHelper umbraco.DataLayer.DataLayerHelper.CreateSqlHelper(System.String, Boolean)'.
Has anyone got this error before? Thanks in advance for your help.
Comment author was deleted
Hey, from what version are you upgrading, if it's from a 3x you don't need to run the sql upgrade
Hi Tim, I am upgrading from v1.1.10
Tim, I get this same error after attempting an upgrade from v1.1.10. I get the error when trying to run the updgrade script and when trying to access a form:
Server Error in '/' Application.
Method not found: 'umbraco.DataLayer.ISqlHelper umbraco.DataLayer.DataLayerHelper.CreateSqlHelper(System.String, Boolean)'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'umbraco.DataLayer.ISqlHelper umbraco.DataLayer.DataLayerHelper.CreateSqlHelper(System.String, Boolean)'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Hello, I'm having the same error here. The Db upgrade script threw the error, then I ran the scripts myself, and now when loading the forms in contour or accessing them as a user, the missing method exception returns.
Also having this problem upgrading from 3.0.1 - extracted the latest update zip into the site root, and I'm now getting this error in the Contour section of the back-end:
Method not found: 'umbraco.DataLayer.ISqlHelper umbraco.DataLayer.DataLayerHelper.CreateSqlHelper(System.String, Boolean)'.
Umbraco version is 4.11.7 btw...
Ah, ok - I needed to use 3.0.6 for Umbraco 4.11.7 - ignore me.
Using the 3.0.6 update package worked for me as well.
Comment author was deleted
yeah you don't need to run any sql manually just follow the upgrade guide http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Upgrade
And when going from version 1 to 3 make sure to run the upgrade wizard (details in the guide) that will execute the sql stuff and will perform some more update actions
Hi Tim
I'm getting this error with a fresh install of Contour 3.0.15 on Umbraco 4.11.10 when I go to Contour and want to create a new form.
Also I'm seeing this message, when cliking "Umbraco Contour" even though I have configured a license with the correct domain names.
Looking forward to receive some inputs :)
No such host is known
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: No such host is known
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
I get this error too.
Method not found: 'umbraco.DataLayer.ISqlHelper umbraco.DataLayer.DataLayerHelper.CreateSqlHelper(System.String, Boolean)'.
This is what it says in the package info.
I'm using 4.11.4 and im trying to install 3.0.15. Should i use 3.0.6 instead? Where is this documented in that case?
I have narrowed it down a bit.
Hi Johan,
You have the same probem as here:
http://our.umbraco.org/forum/umbraco-pro/contour/44971-Error-when-installing-contour
The latest version of Contour is for version 6 only.
/Dennis
Thanks Dennis, thats it! The documentation needs some updating :/
Comment author was deleted
Yeah sorry about the confusion, will look into making the next version support both 4 and 6 again
Comment author was deleted
Might have found a solution for v4/v6 compat can you give this a try on v4 http://nightly.umbraco.org/Umbraco%20Contour/3.0.16%20WIP/ if that works I'll release it tomorrow :)
Comment author was deleted
Just did a test run on v4 and v6 latest and seems to run fine but would be great if someone else has time for a quick test :)
Awesome! Worked for me. Thanks!
Comment author was deleted
Great thanks for confirming I'll get it out then before more people run into the v4 error :)
Comment author was deleted
3.0.16 is out for both Umbraco v4 and v6 :)
Comment author was deleted
Full details http://our.umbraco.org/forum/umbraco-pro/contour/45097-Contour-3016-changes
is working on a reply...