I cant use Extensibility lib in my project.
Error:
The type or namespace name 'Extensibility' could not be found
Using Visual Studio 2010, Framework 4
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you are talking about this namespace: http://msdn.microsoft.com/en-us/library/extensibility%28v=VS.100%29.aspx
To use it, add a reference to the Extensibility assembly to your project. This assembly should exist in your GAC.
In the future, if you don’t know which assembly to use, lookup the concrete type on the MSDN: http://msdn.microsoft.com/en-us/library/extensibility.ext_connectmode.aspx. At the top of the page, it tells you in which assembly the type resides.