On 5/17/2012 2:59 PM, Zach wrote:
> I am coding a new website I want to make use of third party DLL. If I
> simply incorporate the libraries in with the objects I have created then
> the "using ..." which is required and which I have added to the class
> making use of the dll's functionalities, causes an error: cannot be
> found. How should I go about incorporating a third party dll in order to
> make use of its functionalities when coding a website using
ASP.NET and
> Visual Studio?