Adding descended ASP.NET component to toolbox?

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
 
L

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top