Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Installing this plugin flatlined my install!
[SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteScalar] umbraco.DataLayer.SqlHelper`1.ExecuteScalar(String commandText, IParameter[] parameters) +433 SqlCE4Umbraco.SqlCETableUtility.GetTable(String name) +152 umbraco.DataLayer.Utility.Table.DefaultTableUtility`1.ContainsTable(String name) +15 Dascoba.Umb.TabIcons.DataHelper.ConfirmTableExists() +207 Dascoba.Umb.TabIcons.UmbracoPageHandler.UmbracoPage_Init(Object sender, EventArgs e) +81 System.Web.UI.Control.InitRecursive(Control namingContainer) +186 System.Web.UI.Control.InitRecursive(Control namingContainer) +421 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2098
FIXED:
To fix it we had to remove the plugin folder. Removed the dll in the bin and changed the install.config.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Error running Scalar: SQL Statement: SELECT name FROM sys.tables WHERE name=@name
Installing this plugin flatlined my install!
Error running Scalar:
SQL Statement:
SELECT name FROM sys.tables WHERE name=@name
[SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteScalar] umbraco.DataLayer.SqlHelper`1.ExecuteScalar(String commandText, IParameter[] parameters) +433 SqlCE4Umbraco.SqlCETableUtility.GetTable(String name) +152 umbraco.DataLayer.Utility.Table.DefaultTableUtility`1.ContainsTable(String name) +15 Dascoba.Umb.TabIcons.DataHelper.ConfirmTableExists() +207 Dascoba.Umb.TabIcons.UmbracoPageHandler.UmbracoPage_Init(Object sender, EventArgs e) +81 System.Web.UI.Control.InitRecursive(Control namingContainer) +186 System.Web.UI.Control.InitRecursive(Control namingContainer) +421 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2098
FIXED:
To fix it we had to remove the plugin folder. Removed the dll in the bin and changed the install.config.
is working on a reply...