kentico

YSOD Could not load file or assembly CMS.DataEngine - after Kentico 11.0.0 upgrade to Kentico 12 SP1

只愿长相守 提交于 2020-04-30 10:09:24
问题 Just finished upgrading Kentico 11.0.0 with MVC, to Kentico 12 SP1 using https://docs.kentico.com/k12sp/installation/upgrading-to-kentico-12 No issues during upgrade. Kentico CMS is coming up fine on local IIS and Azure app. MVC site came up fine on local IIS. But staging MVC site is showing this error in Azure app: Server Error in '/' Application. Could not load file or assembly 'CMS.DataEngine, Version=11.0.0.0, Culture=neutral, PublicKeyToken=834b12a258f213f9' or one of its dependencies.

Kentico error The file '/CMSModules/Chat/Controls/SupportChatHeader.ascx' does not exist

吃可爱长大的小学妹 提交于 2020-03-25 21:05:11
问题 I'm trying to setup a development machine for upgrading Kentico 11 to 12. Version 11 is under TFS source control and packages are not added to source control. On dev machine I used NuGet to add Kentico.Libraries and Kentico.Libraries.Web.UI packages. The solution on dev machine is compiling, but I'm getting this runtime error when I try to browse to Kentico CMS The file '/CMSModules/Chat/Controls/SupportChatHeader.ascx' does not exist 回答1: My assumption is that the missing files been removed

Kentico Admin - Re-arrange Order of checkboxes

倖福魔咒の 提交于 2020-02-08 06:59:58
问题 For my Articles page type, I have an Author field that displays a list of Employees as checkboxes in alpha order based on their names. The thing is for articles, the authors are listed based on their contribution level (not their names). Example: in admin - the checkboxes are listed in alpha like this: Bill | Fill | Jill | Will. On the article webpage - the author can be in any order such as: Will, Jill, Bill How should I go about doing that? I was thinking about creating multiple Author

How do I prevent .NET 4.7.1 libraries from copying the facade dlls to the bin folder?

北城以北 提交于 2020-02-02 02:43:12
问题 I'm certain there's probably a bunch of things going on here that I don't understand well enough, so forgive me if this is a stupid question or if there's obvious details missing. I have a Visual Studio 2015 solution that I've upgraded from .NET 4.5.1 to .NET 4.7.1. The solution consists of a website (not web app) project, and several libraries. The libraries don't really have any dependencies (except eachother) and while they are targeting .NET 4.7.1, they don't use, need, or reference

Creating more than one site in Kentico?

こ雲淡風輕ζ 提交于 2020-01-07 04:40:36
问题 Am going to use Kentico to create more than one store (Site) and assign user for each store to add/modify/delete his products, i've created 2 stores the first one with domain localhost:8080 and second one is storeone.localhost:8080 as documentation said in Kentico Doc URL, i can open first site with no problem but when i tried to switch to second Site it gives me Bad Request - Invalid Hostname .. can any one help me in this?? .. also i would appreciate it if any one help me on how to extract

Kentico import is not working after upgrade site into Kentico 11 from Kentico10

两盒软妹~` 提交于 2020-01-06 06:16:39
问题 Our site has upgraded from Kentico 10 to K11 but due to some inconsistency upgrade was not proper finished. Site is running but I am getting error when I am Import object from another K11 instance. Error is 'dataType' argument cannot be null. Parameter name: dataType screenshot: 回答1: If you're upgrade completed but had errors then the upgrade was not successful and it will haunt you until you go back find the issue, resolve it and do the upgrade properly until it succeeds. Trying to import an

Using `ResHelper` to get resource string uses thread culture not LocalizationContext

試著忘記壹切 提交于 2020-01-05 07:28:16
问题 Using Kentico CMS with a multi culture site, we have custom code to get a resource string, when we use ResHelper.GetString("someKey") it does not use LocalizationContext.CurrentCulture version of the string, it is always defaulting to the US culture. When I pass in the culture code to use as the second parameter using Localization.CurrentCulture.CultureCode it returns the correct string? Using a quick watch and breakpoint at the code, I can see that Thread.CurrentThread.CurrentCulture and

How to Copy Kentico Instance to a Local Machine?

点点圈 提交于 2020-01-04 03:57:08
问题 I just started a new position replacing a developer who left abruptly working on a project that is based in the Kentico CMS. I am completely unfamiliar with ASP and Kentico, so the answer here needs to be tailored for a total beginner. I am familiar with other languages (PHP, Ruby, SQL, etc.) but have no idea where to begin with this. So, want I am wanting to do is copy everything from our production site (db and all) to my local machine so I can develop on it easier. I have already exported

Can I change a value of a property in a TreeNode in a DocumentEvents.Update.Before event?

◇◆丶佛笑我妖孽 提交于 2020-01-02 23:16:58
问题 A specific field in the TreeNodes we are using needs to be unique among its siblings. To ensure that it is unique, I'm trying to change the values of a field in a TreeNode when the user changes and saves it. This causes the save event to fire again, which calls my event handler, which fires the event again. It is an undesired loop. Is there a way to update the treenode, without firing the update event? The only way I could think of is performing an sql query directly to the database, but I

Can I change a value of a property in a TreeNode in a DocumentEvents.Update.Before event?

醉酒当歌 提交于 2020-01-02 23:15:45
问题 A specific field in the TreeNodes we are using needs to be unique among its siblings. To ensure that it is unique, I'm trying to change the values of a field in a TreeNode when the user changes and saves it. This causes the save event to fire again, which calls my event handler, which fires the event again. It is an undesired loop. Is there a way to update the treenode, without firing the update event? The only way I could think of is performing an sql query directly to the database, but I