adding a dll file to ASP.NET website project

  • Thread starter Thread starter Onder
  • Start date Start date
O

Onder

hi everybody

can anybody help me with adding a dll file to ASP.NET website project
thank you for your help
 
can anybody help me with adding a dll file to ASP.NET website project
thank you for your help

What sort of dll is it?

If it's a .NET assembly, you would normally right-click the project in
Project Explorer, select Add Reference, and then point at the dll.
 
i created a usercontrol in vb.net. i built it
now i am trying to use this usercontrol's dll file to add to the
toolbox of the ASP.NET website project, but it will just not add the
component to the toolbox.
thanks for your help

onder
 
Back
Top