Third party class not loading in 'using'. Where are additional classes installed?
Posted
by nailer
on Stack Overflow
See other posts from Stack Overflow
or by nailer
Published on 2010-05-10T15:09:30Z
Indexed on
2010/05/10
15:14 UTC
Read the original article
Hit count: 193
I have a third party library installed, but the accompanying namespace isn't found.
The type or namespace name 'Maverick' could not be found (are you missing a using directive or an assembly reference?)
Fair enough, VS 2010 can't find it. But where does my system look for third party libraries? Can I modify the list of locations?
© Stack Overflow or respective owner