cancel
Showing results for 
Search instead for 
Did you mean: 

PBDOM to C#

Former Member
0 Kudos

Hi,

We have been using PBDOM to parse big XML files within our main PB application.

Business needs have led us to decide to separate the parsing functionality from our main application and to build it as a Windows service (using C#).

The problem is that much work was done building the parser using PBDOM. We are trying to figure out if there is a way to adapt the existing PBDOM code and with little modifications to be able to run it as a Windows service within VisualStudio environment(C#).

Thanx in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Panos...

What I know is that PBDOM is unsupported in .net targets... They recommend using .net's available classes. But maybe you could create a com object (of course, in an older version of PB, ex. 11.5.1), and use it in your c# service... I never tried, but it's the only solution I can think in that case... Anyway, the best solution would be coding all the service in c#.

Andreas.

Answers (0)