Hello, I've got a bad ass problem again - I did try the code from here:
http://www.vb-helper.com/howto_vb6_serialize.html

It works great in the IDE interpreter, but after compilation, it crashes at following line:
Code:
For Each tMem In TLI.InterfaceInfoFromObject(Object).Members
Depending on the project, there is either the message "runtime error 445" - or no error message...

Does anybody have an idea, why this is and how I can fix it?
I would really appreciate every single hint!