Hello, we tried to implement Adobe Analytics WP8 library into WP 8.1 app, unfortunately it seems to be incompatible.
When using production settings it fails at:
var measurement = ADMS_Measurement.Instance; An exception of type 'System.TypeInitializationException' occurred in ADMS_Measurement.DLL but was not handled in user code Additional information: The type initializer for 'ADMS.Measurement.ADMS_Measurement' threw an exception.
When using debug settings, it fails at:
TrackingHelper.ConfigureAppMeasurement(); An exception of type 'System.IO.FileNotFoundException' occurred in Zentity.Zuno.Banking.WindowsPhone.exe but was not handled in user code Additional information: Could not load file or assembly 'ADMS_Measurement, Version=3.0.6.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could you help us with solving this issue? Is there any other library compatible with WP 8.1?
Thank you in advance!
Roman Gazarek