A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi Anders
Are you getting this error during mirroring being initialized . Have you dropped your custom dll in that case 'EPiServer.Templates.Public' to Mirroring bin folder ?(Assuming you are using Mirroring 2.0)
site/MirroringService/Bin folder should contain all custom dll's
Hi
Are trying to using mirroring from one branch in a site to another.
If I don't add any new properties to a page all works fine. But when I add 1 property that is custom made, I get an error
Can't load property type 'EPiServer.PropertyTest, EPiServer.Templates.Public
That property looks like this;
[
PageDefinitionTypePlugIn]
public class PropertyTest:PropertyString
{
}
Since I do it between the same site, I can't understand why I get this error. Do anyone have any tips?