Search This Blog

Tuesday, July 26, 2011

Visual Studio 2010 reference other project from the same Solution

- Add a reference to that Project int the Project you're trying to access foreign classes from
  (Add reference-Projects-Foreign_Project)
- Make sure when compiling (debug), your solution platform is set to "Any CPU"
- Make sure they both are referencing the same .Net 4 Profile, one may be using the client profile

No comments:

Post a Comment

If you like this post, please leave a comment :)