Q: What's the difference between the evaluation and the full version?
A: The file name of the evaluation version is VersatileSerializing_Eval.dll, while
the full version is only VersatileSerializing.dll. Besides this, the only difference
between the evaluation version and the full version is that the former will periodically send the
string "You are using an evaluation version of VersatileSerialization which is not licensed
for commercial use!" as a debugger message (OutputDebugString), which a debugger or a debug
string monitor tool will display, but does not affect the functionality of the library.
Q: How can I install the Versatile Serializing assembly to the GAC?
A: Please use the command line tool GACUTIL.EXE for this. Example:
gacutil.exe /i VersatileSerializing.dll
Q: How can help insuring backward compatibility?
A: Every build of our product undergoes intensive unit tests. If you want to
minimize the risk of you particular code solution becoming affected by
any unintended behaviour changes of future version, you can send us snippets of
your code which we will gladly add to our test case collection.
Q: Where can I report bugs?
Please visit the support forum and report bugs and
other inquiries there. Please - if possible - provide a reproduceable test case along with the
description of you issue.