S
sruzmano
Guest
Hi, in the bin folder there is a json file called ControllerContainerAsembliesLocation.json. This file is populated after you build your web application. Its purpose is to speedup the startup time by caching the names of the assemblies that contains feather controllers. The error that you are receiving is because the bootstrap4.dll is in this .json file but it's not present in the bin folder. If you don't need the dll in order to stop receiving the error you can either build your webapplication (this will generate new .json file withouth the boostrap4.dll in it), or you can manually delete the boostrap4 entry from the json.
Continue reading...
Continue reading...