如何让Google Analytics SDK 1.3在x64模式下使用JavaScript Windows 10(UWP)应用程序?在项目页面上引用通过VISX安装程序安装的库适用于x86,但不适用于x64。
在x64模式下运行应用程序时出现以下错误:
0x8007007e - JavaScript runtime error: The specified module could not be found.
答案 0 :(得分:1)
GoogleAnalyticsSDK
包(如CodePlex网站上的XAML应用文档中所述)。 <ItemGroup>
<Reference Include="GoogleAnalytics">
<HintPath>..\packages\GoogleAnalyticsSDK.1.3.00\lib\uap10.0\GoogleAnalytics.winmd</HintPath>
<IsWinMDFile>true</IsWinMDFile>
</Reference>
<Reference Include="GoogleAnalytics.Core">
<HintPath>..\packages\GoogleAnalyticsSDK.1.3.00\lib\uap10.0\GoogleAnalytics.Core.winmd</HintPath>
</Reference>
</ItemGroup>