Subject: interface and EnterpriseServices
Posted By: ruirui Post Date: 11/26/2003 12:32:58 PM
Hi all.

I am developing a project with the following characteristics:
-customer interface (Icustomer)
-customerSQL and customerOracle classes (implementing Icustomer)
I tested the project with success.

Than I added COM+ facilities to the customer classes. I simply put a reference to EnterpriseServices and made my methods vote, no further changes to properties and methods code.
When I now test the project, it doesn’t work. I cannot access properties for the instance of customer. The code is:

Icustomer cust=new customerSQL();

When stating cust.name I get the error:
<error: cannot evaluate field of a proxy object>

Any help will be appreciated

TY.

Go to topic 6918

Return to index page 997
Return to index page 996
Return to index page 995
Return to index page 994
Return to index page 993
Return to index page 992
Return to index page 991
Return to index page 990
Return to index page 989
Return to index page 988