Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple User Controls in 1 Project for use in COM

Status
Not open for further replies.

webuser

MIS
Jun 1, 2001
202
US
I am building many User Controls. Each of these is used in an MS Access application (using ActiveX / COM). I have gotten as far as creating individual User Controls, registering them using RegAsm and using them in MS Access. All of this works fine. But right now, each user control sits in it's own Visual Studio 2005 Project. When I compile the controls, they each go in to their own DLLs. I then add the controls from each DLL in to Access.

What I'd like to do is create one single User Control project and add all of the User Controls to that one project, and then compile them into one DLL. When I try this, for some reason only 1 user control gets exposed, i.e. I only "see" one of the controls when I open MS Access and try to add it. Any ideas???

Thanks!!!


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top