Hello,
I'm having some issues using the VPE Version 6.10.
My environment is Visual Studio Enterprise 2010, Framework 3.5.
Basically I have two applications. One WPF-application and the other one a class library. I'm using the WPF for grabbing and altering some information from my database. Then I give this data to the class library by calling its method with the data as parameters. The library then goes ahead and creates a PDF as well as an VPE document from it. Problem is, both documents show the demo banners.
Strange thing is, when I use a test class imbedded into the VS Solution of my class library to call the print method of the library, it's printing the documents without demo banners.
What am I doing wrong? Do I have to imbed the VPE into the WPF application though its not used by the WPF but just for calling the class library?
Thanks in advance for your help.