Could not load file or assembly 'Umbraco.ModelsBuilder'
I have Umbraco set as Default Web Site in IIS and have sub directories to other applications. Umbraco shows up ok but when I visit http://locahost/app1, I am getting an error that says:
Could not load file or assembly 'Umbraco.ModelsBuilder' or one of its dependencies. The system cannot find the file specified.
I have tried add some values in umbracoReservedUrls and umbracoReservedPaths but error has persisted.
Could not load file or assembly 'Umbraco.ModelsBuilder'
I have Umbraco set as Default Web Site in IIS and have sub directories to other applications. Umbraco shows up ok but when I visit http://locahost/app1, I am getting an error that says:
Could not load file or assembly 'Umbraco.ModelsBuilder' or one of its dependencies. The system cannot find the file specified.
I have tried add some values in umbracoReservedUrls and umbracoReservedPaths but error has persisted.
I am using Umbraco 7.12.4
I added this line and it fixed the error for me:
<location path="." inheritInChildApplications="false">
is working on a reply...