I'm making a simple Console App using the Kentico API for a new client. Using this simple code snippet.
CMSContext.Init();
SiteInfo site = SiteInfoProvider.GetSiteInfo(1);
SiteInfoProvider.CurrentSiteID = site.SiteID;
SiteInfoProvider.CurrentSiteName = site.SiteName;
This in my app.config. I removed the client's information.
<add name="CMSConnectionString" connectionString="Persist Security Info=False;database=****;server=****;user id=****;password=****;Current Language=English;Connection Timeout=240;" />
I am getting this error: [SqlHelperClass.ExecuteQuery]: Query 'CMS.Site.selectall' not found.
http://screencast.com/t/CxWHDeY9
Per other forum posts, I have done a complete reinstall and it has not helped at all. One thing that was weird is my version is 7.0.4640, which seems to be ahead of the hotfix version numbers.
Please help, my client is expecting this ASAP and I cannot continue. Thanks!