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!!!
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!!!