Hi,
I have a component(dll) that calls another component(dll), but i am getting the error "429 - cannot create object" when i call a method. For Example:
In the DLL that calls another DLL
SynchroBusiness.dll is installed in COM+VB Code:
Implements ObjectControl Private objContext As ObjectContext Public Const objNotaFiscal As String = "SynchroBusiness.cNotaFiscal" Dim oINotaFiscal As INotaFiscal Set oINotaFiscal = objContext.CreateInstance(objNotaFiscal) [COLOR=Red]'the error occurs here[/COLOR] Call oINotaFiscal.CalculateTaxes(SendMsg, replyMsg, ErrorMsg)
This error just occurs in Windows 2003.
In Windows 2000 the components are working fine.
Can anyone help?
Thanks
Roberto




Reply With Quote