Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XPathNavigator.Evaluate does not work in COM+ Server

Status
Not open for further replies.

erkjak

Programmer
Jun 20, 2003
1
US
When I call XPathNavigator.Evaluate in a dll that has some of its classes configured in COM+ library, the navigator evaluates fine. However, as soon as I the the COM+ app into a server application, the XPathNavigator class returns no data even though the only change was switching from COM+ library to server. The Evaluate method is called within a class inside the dll that is NOT configured in COM+ (although some of the other classes are).

Can anyone help figure this out? Thanks a lot.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top