Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
created an asp.net web application project(named:mvc6)and added a classlibraray project from windows classic desktop(name:Businesslayer) ,when i was trying to add a controller from mvc6 after adding the reference of business layer in it ,there was a pop up displaying an error :could not load file or assembly 'Businesslayer.dll' .the system cannot find the file specified

What I have tried:

i've unchecked the Businesslayer reference from mvc6 ,manually added the reference '@using Businesslayer'in the newly added controller and checked the reference box again ,it works but the view for it wasn't automatically generated ,Am i using the wrong class library ?
i'm using visual studio professional ,version:15.5.6 and .net framework of 4.7.02558 btw
Posted
Updated 31-Mar-18 19:07pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900