visual studio 2010 - References not found -


i have multiple projects in solution , experiencing weird problem:

i have project - rebuildable no error. have project b referencing project - rebuildable no error. when try rebuild all, whole solution othre projects except , b gives me errors:

error 31  type or namespace name 'something' not found (are missing using directive or assembly reference?) 

and errors not in projects or b, on solution..

but when comment in project b objects created classes project ( , project still referenced in project b) - works.

any idea may causing such strange problem?

thank you

rm click on project -> add reference...

find dll

updated:

you should change .net framework 4 client profile .net framework 4


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -