I have create a project and I have 5 DLL's.  

The first DLL has no references to any of the other DLL's, the second 
DLL references the first DLL, the third DLL references the first DLL 
and the second DLL, the fourth DLL references the first, second and 
third DLL's and the fifth DLL references the first, third and the 
fourth DLL.

The first DLL provides Base Services.
The second DLL provides Data Services.
The Third DLL provides Data Exchange services.
The fourth DLL provides Application Business Services.
The fifth DLL provides Application Data Services.

It all works fine in the project but then when I have done a setup 
and reference the registered DLL's, the fifth class can not reference 
a class in the fourth DLL - no matter what I do.

I have been attempting to solve this for so long and now my boss has 
told me to place all the code in one executable which is devastating 
for me as I have put so much effort into the design of this 
application.  I am busy doing this now but I am still hoping that 
somehow I will find a solution to this before the end of the day.

If anyone has any ideas as to what the problem could be I would be 
more grateful than you could ever imagine!! 






'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to