Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using third party DLL in ASP.NET

13 views
Skip to first unread message

Zach

unread,
May 17, 2012, 2:59:30 PM5/17/12
to
I see others have asked this group questions about ASP so I assume it is in
order to do so.



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?



Many thanks,

Zach




Arne Vajhøj

unread,
May 17, 2012, 5:43:50 PM5/17/12
to
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?

In VS you add a ref to the dll.

For running you put the dll in the web app bin dir.

Arne

Zach

unread,
May 18, 2012, 4:19:53 AM5/18/12
to

"Arne Vajhøj" <ar...@vajhoej.dk> wrote in message
news:4fb5711a$0$291$1472...@news.sunsite.dk...
Arne,
Thank you.
Regards,
Zach.

0 new messages