init failed

Posted by quantrpeter on 25-Oct-2019 15:40

VS2019 + 12.1

All Replies

Posted by vasilev on 28-Oct-2019 07:56

Hi,

It seems you have a registerd sitemap provider (which is not configured) in the machine config.

Try to open your web site config file and clear the sitemap providers collection:

    <siteMap defaultProvider="SitefinitySiteMap">
      <providers>
        <clear />
        <add name="SitefinitySiteMap" type="Telerik.Sitefinity.Web.SitefinitySiteMap, Telerik.Sitefinity" />
      </providers>
    </siteMap>

Good luck!

This thread is closed