Heelo, all
I saw that this issue has been raised in various variations but it all seemed to come down to dataobjects.
I have a much stranger problem.
I have a .NET assembly, which works great when deployed to IIS
Now I am trying to use it with a c# console app.
I copied the dll and the PBD fiels to the output directory of the c# app.
I see all the required properties and functions from the VS.
However, here is the problem:
The exposed assembly is a descendent of an NVO, which has public properties (instance variables in PB).
The exposed descendent sets the public property in the constructor event. Yet it is not seen by the ancestor functions! THe value of the property remains the same, no matter what I do.
Is this a known issue? Is there a way to fix this? Becasue the code is fine, it works when deployed as web service.
Thank you
Arcady