The type or namespace name could not be found [duplicate]

See this question.

Turns out this was a client profiling issue.

PrjForm was set to “.Net Framework 4 Client Profile”
I changed it to “.Net Framework 4”, and now I have a successful build.

Thanks everyone!
I guess it figures that after all that time spent searching online, I find the solution minutes after posting, I guess the trick is knowing the right question to ask..

Leave a Comment