Difference between revisions of "Reference Resolved False"

From Logic Wiki
Jump to: navigation, search
(Created page with "Category:Tips Category:Visual Studio if you can't get a reference of a newly added project, check that the new solution's projects run against a compatible framework...")
 
m (1 revision imported)
 
(No difference)

Latest revision as of 14:27, 9 May 2016


if you can't get a reference of a newly added project, check that the new solution's projects run against a compatible framework to the project you're trying to include.

I was trying to include a reference to a 4.0 project in a 3.5 project.