Brian.Net
2008-09-10 14:12:10 UTC
I have a muti-tiered solution written in VB 6.0 that I'm having some issues
with, here's how the app works:
On the server side is the Core.dll. This .dll allows communication to the
mainframe and drops messages into a MSMQ queue. The messages in the queue are
moved to a SQL database by a Windows Service. I have a reference to the MSMQ
3.0 library in the Core.dll. The Core.dll is accessed through COM+ by the
client side Service.dll.
The client side Service.dll does no logging, it simply provides access to
the server side Core.dll to send and recieve messages to the mainframe. The
Service.dll does not have reference to MSMQ and the client side PCs do not
have MSMQ installed.
I get a 'Permission denied' error on one client side test PC and an 'ActiveX
cannot create object' error on a different client side test PC. I do have
MSMQ installed on one development PC and running a client side test on that
box I do not get errors.
I don't use MSMQ on the client side so I not believe that I have to have
MSMQ installed on the client PCs in order for the client side Service.dll to
work. Am I wrong? Do I really have to have MSMQ on the clent PC or is there
something else going on here that is not MSMQ related causing the problem?
with, here's how the app works:
On the server side is the Core.dll. This .dll allows communication to the
mainframe and drops messages into a MSMQ queue. The messages in the queue are
moved to a SQL database by a Windows Service. I have a reference to the MSMQ
3.0 library in the Core.dll. The Core.dll is accessed through COM+ by the
client side Service.dll.
The client side Service.dll does no logging, it simply provides access to
the server side Core.dll to send and recieve messages to the mainframe. The
Service.dll does not have reference to MSMQ and the client side PCs do not
have MSMQ installed.
I get a 'Permission denied' error on one client side test PC and an 'ActiveX
cannot create object' error on a different client side test PC. I do have
MSMQ installed on one development PC and running a client side test on that
box I do not get errors.
I don't use MSMQ on the client side so I not believe that I have to have
MSMQ installed on the client PCs in order for the client side Service.dll to
work. Am I wrong? Do I really have to have MSMQ on the clent PC or is there
something else going on here that is not MSMQ related causing the problem?
--
Thanks,
Brian
--
Thanks,
Brian
Thanks,
Brian
--
Thanks,
Brian