Adding descended ASP.NET component to toolbox?

  • Thread starter Thread starter Lauchlan M
  • Start date Start date
L

Lauchlan M

Hi.

I followed the steps suggested below . . .

Say I created my component in the namespace "cld.aspnet.components" - where
(filepath) would I look for the dll to add in to the toolbox, and what would
be called?

Visual Studio.NET has too many places where this file could be - somewhere
in my INETPUB, somewhere in the visual studio cache, etc etc. If I know what
it would be called I could search for it . . .

Thanks!

Lauchlan M
 
if you have a web project and you didn't mess with the path your component
will be found in the bin directory of the application under inetpub/wwwroot
on your local drive. it will be the name of the application with a dll
extension if you didn't mess with the defaults

Thanks.

I found a dll with my web application name.

What I have is two namespaces - MyProject and MyCustomClasses.

What I would like to add to the toolbox is _just_ the classes/components in
MyCustomClasses.

Do I need to add my whole project dll into the toolbox to accomplish this?

I would hope not, that i could separate off the namespace containing the
descended components and just add that to the toolbox . . .

Thanks again

Lauchlan M
 
Back
Top