DCOM Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a legacy application that usually runs in Windows NT Server. I
install an App Proxy in my clients to have access to the COM components
placed on the server.

Now I'm trying to migrate this application to a Server with Windows 2000.
Everything seems to work fine, but when some specific methods are called I
have the error message below:

"A property or method call cannot include a reference to a private object,
either as an argument or as a return value."

Does anyone have any idea why this error occurs only in Windows 2000 ? I
tried windows 2003 and get the same error.

The application was wrote in VB and I haven't the source.
 
Maybe these ones help.

http://msdn.microsoft.com/library/d.../vbenlr98/html/vamsgcantpassprivateobject.asp

http://msdn.microsoft.com/library/d...tml/vbcondatatypesusedinpropertiesmethods.asp

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I have a legacy application that usually runs in Windows NT Server. I
| install an App Proxy in my clients to have access to the COM components
| placed on the server.
|
| Now I'm trying to migrate this application to a Server with Windows 2000.
| Everything seems to work fine, but when some specific methods are called I
| have the error message below:
|
| "A property or method call cannot include a reference to a private object,
| either as an argument or as a return value."
|
| Does anyone have any idea why this error occurs only in Windows 2000 ? I
| tried windows 2003 and get the same error.
|
| The application was wrote in VB and I haven't the source.
|
|
|
 
Back
Top