Try our conversational search powered by Generative AI!

EPiServer.DeveloperTools 3.5.0 not showing up inside EPiServer

Vote:
 

I've installed EPiServer.DeveloperTools 3.5.0 via the console using PM> Install-Package EPiServer.DeveloperTools and all went well. All dependency versions are good. The issue is that EPiServfer.DeveloperTool never shows in EPiServer. When I go to http://localhost/EPiServer/, all that shows is the Dashboard (which is empty) and CMS. What am I missing?

 <episerver.shell>
      <publicModules rootPath="~/modules/" autoDiscovery="Modules" />
      <protectedModules rootPath="~/EPiServer/">
        <add name="EPiServer.XForms" />
        <add name="EPiServer.Search.Cms" />
        <add name="Shell" />
        <add name="CMS" />
        <add name="EPiServer.Cms.TinyMce" />
        <add name="EPiServer.Forms.UI" />
        <add name="EPiServer.Forms" />
        <add name="EPiServer.DeveloperTools" />
      </protectedModules>
    </episerver.shell>

#251219
Mar 23, 2021 20:57
Vote:
 

Got this to work. Had to add the following in web.config. The install package did not add this.

 <scanAssembly forceBinFolderScan="false">
      <add assembly="EPiServer.DeveloperTools" />
    </scanAssembly>

#251220
Edited, Mar 23, 2021 21:16
This thread is locked and should be used for reference only.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.