In an old project we're maintaining an issue suddenly started occurring in my local development environment. There was no precursor that should have started this issue and no changes that should be related to this has been done since early october.
The website itself works, but when I try to access <dev-website>/secureui or /secureui/cms I get this error:
Compiler Error Message: CS1061: 'EPiServer.Shell.Web.Mvc.BootstrapperViewModel' does not contain a definition for 'GlobalNavigationMenuType' and no extension method 'GlobalNavigationMenuType' accepting a first argument of type 'EPiServer.Shell.Web.Mvc.BootstrapperViewModel' could be found (are you missing a using directive or an assembly reference?)
In the file: Source File: /secureUI/Shell/Views/Shared/Bootstrapper.aspx Line: 17
It's running EPiServer.CMS.Core 7.0.586.24 and EPiServer.Framework 7.0.859.24
Long story short, I have tried:
Cleaning and rebuilding the project
Stopping IIS and cleaning out the temporary ASP.NET files in C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files and \Framework64\ and then rebuilding the project
Checking out the code from the repo from a point before I know it was working
Deleting and restoring all NuGet-packages
Deleting and reinstalling EPiServer 7.0 from my local machine
Deleting the entire project and cloning it anew from the repository
Deleting the local database and using the original dev database
Luckily it is not an issue in test or in prod, but as you can imagine there's quite a bit of maintenance I can't do without access to the CMS locally.
I figure this isn't the most active of subforums, but I recon it's still possible to get help here. If not I'll invade the dev to dev forum.
Greetings,
In an old project we're maintaining an issue suddenly started occurring in my local development environment. There was no precursor that should have started this issue and no changes that should be related to this has been done since early october.
The website itself works, but when I try to access <dev-website>/secureui or /secureui/cms I get this error:
In the file: Source File: /secureUI/Shell/Views/Shared/Bootstrapper.aspx Line: 17
It's running EPiServer.CMS.Core 7.0.586.24 and EPiServer.Framework 7.0.859.24
Long story short, I have tried:
Luckily it is not an issue in test or in prod, but as you can imagine there's quite a bit of maintenance I can't do without access to the CMS locally.
I figure this isn't the most active of subforums, but I recon it's still possible to get help here. If not I'll invade the dev to dev forum.
Here is a screenshot of the error: