G
Guest
I am developing a large application with Visual Studio .NET 2003 using C#. We
recently added a new third party product with a native .NET library. I want
to place this third party product's dll in a VS Project of its own, and then
reference that project from those c# projects in my solution that are
dependent on the third party product.
I created a c# class library project, ThirdPartyDll. Placed the dll file in
question into that project's directory and added it to my project. I removed
all other files in the project, and all references. The dll has the build
action of "content".
So far, so good (well, maybe not)
I go to the project that needs to reference this third party library and add
a project reference to my third party class library project ThirdPartyDll.
But, now I try to find the right "using" statement in my c# for ThirdPartyDll
and can not find a string that Visual Studio will properly resolve?
What am I doing wrong?
What is the "right" way to create a Visual Studio project to wrap an
existing dll such that I can include that project in any projects that must
reference its functionality?
recently added a new third party product with a native .NET library. I want
to place this third party product's dll in a VS Project of its own, and then
reference that project from those c# projects in my solution that are
dependent on the third party product.
I created a c# class library project, ThirdPartyDll. Placed the dll file in
question into that project's directory and added it to my project. I removed
all other files in the project, and all references. The dll has the build
action of "content".
So far, so good (well, maybe not)
I go to the project that needs to reference this third party library and add
a project reference to my third party class library project ThirdPartyDll.
But, now I try to find the right "using" statement in my c# for ThirdPartyDll
and can not find a string that Visual Studio will properly resolve?
What am I doing wrong?
What is the "right" way to create a Visual Studio project to wrap an
existing dll such that I can include that project in any projects that must
reference its functionality?