Error creating a driver using n-layers and mvc 5 .NET

0

There was an error running the selected code generator: 'Could not load file or assembly' Domain.dll 'or one of its dependencies.The system can not find the specified file.'

This is the error that appears to me when creating a controller on the website. I am creating a web application with n-layers, in this case three calls: 'Domain', 'Model' and 'CrudWeb' which is where I create the controllers, the other two are .net framework class libraries, I added the dependencies of each, to the model I added the reference of the domain, to the domain I did not put any, and to CrudWeb I put both references, it is worth noting that I had already done it in visual studio 2015 and it did not generate problems with the controllers, which I use Now it's Visual studio 2017.

    
asked by Joe Pulgarin 11.12.2017 в 16:32
source

0 answers