c# - Visual Studio throws error when I make a using directive for a project I referenced in my solution -
my solution (this vs2010 express) contains 3 projects. 1 main project uses xna, second called myextendedcontentprocessor, , third blank class file identical when add new project (even called classlibrary1). main project can reference classlibrary1 if add reference, if add reference myextendedcontentprocessor, can add using directive, when build
error 1 type or namespace name 'triangleprocessorextension' not found (are missing using directive or assembly reference?)
and after intellisense no longer see namespace inside myextendedcontentprocessor. i'm not sure why acting way. way, if comment out of myextendedcontentprocessor, still not let me add reference it.
any appreciated.
edit: (taken comment) also, not sure if related or not, i'm unable change output path. can change it, doesn't change files being copied to, , if restart visual studio, build path same before changed (even though pressed save)
Comments
Post a Comment