Hi,
I have a .NET assembly (generated from wsewsdl3.exe and compiled with csc.exe) to use a web service.
In PB.NET 12.5 I inherited a class from one of the classes of that assembly because I had to extend a method.
If I run my application all works fine as expected. But PB creates a PBTrace.log file with a dump (see attechement). There seems to be an exception if I create my class.
I don't understand whats wrong.
Can somebody help?