I would like to know is there any broken in MSMQ 4.0 on Windows 2008?
My 32 bit application does not able to reference 'MSMQ.MSMQQueueInfo'
from type library. I dig into more and found that it does not register
32 bit COM type library mqoa.dll from SysWOW64 folder.
Below is the registry entry for MSMQ 64 and 32 bit type library:
64 bit type library registry:
HKEY_CLASSES_ROOT\CLSID\{D7D6E07C-DCCD-11d0-AA4B-0060970DEBAE}
InProcServer32 : %systemroot%\system32\mqoa.dll
ProgID: MSMQ.MSMQQueueInfo.1
VersionIndependentProgID : MSMQ.MSMQQueueInfo
32 bit type library registry:
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{D7D6E07C-DCCD-11d0-
AA4B-0060970DEBAE}
InProcServer32 : %systemroot%\system32\mqoa.dll
(***Here, it should be %systemroot%
\SysWOW64\mqoa.dll ). Am I correct?
ProgID: MSMQ.MSMQQueueInfo.1
VersionIndependentProgID : MSMQ.MSMQQueueInfo
Can anybody provide me some valuable information so that I can
register and reference 32 bit mqoa type library on Windows Server
2008.
Any valuable input will be appriciated.
- Kishun.
I would like to know is there any broken in MSMQ 4.0 on Windows 2008?
My 32 bit application does not able to reference 'MSMQ.MSMQQueueInfo'
from type library. I dig into more and found that it does not register
32 bit COM type library mqoa.dll from SysWOW64 folder.
Below is the registry entry for 64 and 32 bit type library:
64 bit type library registry:
HKEY_CLASSES_ROOT\CLSID\{D7D6E07C-DCCD-11d0-AA4B-0060970DEBAE}
InProcServer32 : %systemroot%\system32\mqoa.dll
ProgID: MSMQ.MSMQQueueInfo.1
VersionIndependentProgID : MSMQ.MSMQQueueInfo
32 bit type library registry:
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{D7D6E07C-DCCD-11d0-
AA4B-0060970DEBAE}
InProcServer32 : %systemroot%\system32\mqoa.dll
(Note: Here, it should be %systemroot%
\SysWOW64\mqoa.dll )
ProgID: MSMQ.MSMQQueueInfo.1
VersionIndependentProgID : MSMQ.MSMQQueueInfo
Can anybody provide me some valuable information so that I can
register and reference 32 bit mqoa type library on Windows Server
2008.
Any valuable input will be appriciated.
Regards,
kishun.