Hi!
Thank you very much for your message. I allready once tried a default constructor, but I thougth it was not correct or in a wrong place. Now after I added it to the class, compiler and linker accept it, but executing the code, I get again the awkward:
'System.NullReferenceException',
which I...