Rebuild Visual Studio Library Project Reference
问题 I have a Visual Studio 2010 solution that contains multiple projects. One of these projects is a library, which I have added a method to. Within visual studio I can navigate from the method call in my main project to the method in the library, but when I attempt to build/run the solution it gives me a "does not contain a definition for 'My_Method'". What am I doing wrong? 回答1: It looks as if the library project isnt being rebuilt on each run, assuming that the project reference is correctly