I have to create a console based application that is not a web based. For this i have downloaded the source code from location "https://github.com/Isle-Of-Man-Government/IOMG.Umbraco.StandaloneServices ". When i use this code i get connected to my Umbraco data base instance.
Here is the issue which i am facing :
This code seems to be using old Umbraco version 6.2.4 where as i am using Umbraco version 7.4.3.
While trying to create content page i got an error as mentioned below
Error Message
An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in Umbraco.Core.dll. Additional information: Invalid column name 'LanguageLocale'.
Important Point
When i copy same Umbraco related dlls from my solution i started getting error
Error Message
Additional information: Could not load the Umbraco.Core.Configuration.UmbracoSettings.IUmbracoSettingsSection from config file, ensure the web.config and umbracoSettings.config files are formatted correctly
Error while trying to create content page
Hi All,
I have to create a console based application that is not a web based. For this i have downloaded the source code from location "https://github.com/Isle-Of-Man-Government/IOMG.Umbraco.StandaloneServices ". When i use this code i get connected to my Umbraco data base instance.
Here is the issue which i am facing :
Error Message
An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in Umbraco.Core.dll. Additional information: Invalid column name 'LanguageLocale'.
Important Point
When i copy same Umbraco related dlls from my solution i started getting error
Error Message
Additional information: Could not load the Umbraco.Core.Configuration.UmbracoSettings.IUmbracoSettingsSection from config file, ensure the web.config and umbracoSettings.config files are formatted correctly
Any help on this will be highly appreciated.
Regards
Tarunjit Singh
is working on a reply...