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.
Can anyone help figure this out? Thanks a lot.