I have a problem running my Liquid-XML Project on production machine. The liquid xml license is ok. I recreated the class lib with liquid xml studio but no changes at the error front.
cmd line gives me these informations:
Ausnahmefehler: System.TypeInitializationException: Der Typeninitialisierer für "myLib.Registration" hat eine Ausnahme verursacht. ---> System.ArgumentException: Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt. bei System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) bei myLib.Registration.RegisterLicense() in [PATH]\coding\my.xsd.Output\SourceCodeVBNet\Enumerations.vb:Zeile 53.
Line 53 is the license register code:
LiquidTechnologies.Runtime.Net45.XmlObjectBase.Register("company xyz", "my.xsd","somecharshere")
Any ideas?