London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I am going through a process of renaming Alloy sample's namespace - by going through all web files and both DB's (cms and commerce) to find and replace those namespaces., but am stuck at this issue.
An object reference null error with these first three stack trace entries in the first stack trace....
EPiServer.DataAbstraction.RuntimeModel.ContentTypeModelRegister.ValidateChangeOfModelType(PropertyDefinitionModel propertyModel, String modelName) +105 EPiServer.DataAbstraction.RuntimeModel.ContentTypeModelRegister.SetStateForPropertyDefinitionModels(ContentTypeModel model) +172 EPiServer.DataAbstraction.RuntimeModel.ContentTypeModelRegister.b__1(ContentTypeModel model) +72
And no source code lines..
Source File: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\ddb11170\891a0f2a\App_global.asax.0.cs Line: 0
I have all the same DLLs in my bin directory as in a clean install of Alloy.
Any suggestions?
Thanks.