Page 1 of 1

Net API 1.8.0.1 xml

Posted: Tue Aug 02, 2016 1:24 am
by plkilroy
Im having issues updating too the latest release via NuGet and recieve the following compile error.

wurfl.xml load error - you may need to update the wurfl.xml file to a more recent version.

<ver>for API 1.7.1.0 release, db.scientiamobile.com - 2016-04-04 10:46:57</ver>
<last_updated>2016-04-04 10:50:09 -0400</last_updated>

Re: Net API 1.8.0.1 xml

Posted: Tue Aug 02, 2016 11:19 am
by aaronp
Hi Paul!

It appears that you are indeed using an outdated `wurfl.xml` which is incompatible with API v1.8.0.1

You will need to redirect your path to:

Code: Select all

public const String WurflDataFilePath = "~/App_Data/wurfl.zip";
This default data file path contains an evaluation `wurfl.xml` compatible with v1.8.0.1

Hope this helped. Let me know if you need any further assistance.

Thanks!

Aaron