Visual Studio refuses to build project due to missing assembly reference that isn’t missing
In my case, target Framework of Assembly Project and the target Framework of the project where i want to use this assembly are different. Target framework of assembly project was 4.5 and target framework of my project was 4.0. When I have change the target framework of my project to the target framework of assembly … Read more