With our headless CMS we provide enterprise-grade solutions for businesses of all size.
kavics on odata
Use STT namespace to help gener… (compare)
kavics on snevent-proto
Avoid nullref ex. Fix audit constants. Fix "EventEvent" and 2 more (compare)
tusmester on master
Test/integration tests (#1221) … Initial lucene index for integr… Doc/odata (#1258) * Perm query… and 12 more (compare)
tusmester on develop
Raise public version of cr, inm… (compare)
tusmester on webhook-storage
Initial webhook processor imple… (compare)
var myContent = SenseNet.ContentRepository.Content.Load(path);
myContent.RebuildIndex(true, SenseNet.ContentRepository.Storage.Search.IndexRebuildLevel.DatabaseAndIndex);
Hi, I have installed sensenet services and sensenet webpages. After building the application, when I tried to navigate to Root/Sites/Default_Site on localhost, I get this error: "Couldn't load /Root/System/SystemPlugins/Portlets/AdvancedLogin/LoginView"
when i checked event viewer got this error message
Message: http://server/Root/System/SystemPlugins/Portlets/AdvancedLogin/LoginView.ascx(41): error CS0012: The type 'IIdentity' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
please help