11-10-2014 03:50 AM
I have written a small C# script with SDK v16, which I want to port over to v17.
All I want to do for now is log into the v17 databse - so its very basic:
ActFramework _framework = new ActFramework(); _framework.LogOn("<path>.pad","<user>", "<pass>");
I am using the Globals Assemblies of my ACT v17 installation medium.
(exact path is: ACT\Install\ACTWG\GlobalAssemblyCache\ )
Act.Framework
Act.Data
Act.Shared.Collections
Act.Shared.ComponentModell
All seems correct to me. Nevertheless the program crashes with a Product Version Mismatch Exception:
Unhandled Exception: Act.Framework.ProductVersionMismatchException: Error in the application.
Am I missing something?
Getting a bit desperate.