Visual Studio autoclean?

Posted by kubal5003 on Stack Overflow See other posts from Stack Overflow or by kubal5003
Published on 2009-12-14T18:44:48Z Indexed on 2010/04/06 2:43 UTC
Read the original article Hit count: 396

Hello,

I have a solution with multiple projects - executable, library, and others(unimportant right now). Library contains EF entity classes and executable uses them. When I'm working on some code from the executable then every entity that I use is marked as an error and compiler says that I should check usings and references. Reference in the executable project is set to library project(not the dll itself). When I build the library project then everything gets back to normal, but when I start typing then it happens again.

I could live with it, but intelli sense isn't working and that is quite a disadvantage.

Any ideas?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about compiler