从我搜索的结果中,我找不到解决方案。UrhoSharp GIT是使用VS2015构建的解决方案。我创建了新的Xamarin移动平台解决方案。从示例UrhoSharp项目中复制了相关文件。然后运行Windows(UWP)项目。它就会崩溃。
(我这样做是因为在构建在VS2015中创建的示例项目时存在太多问题)
protected Sample(ApplicationOptions options) : base(options) { }
Throws an exception.
System.Exception
HResult=0x80131500
Message=Implementation assembly (iOS, Android or Desktop) is not referenced
Source=UrhoSharp
at Urho.UrhoPlatformInitializer.DefaultInit()发布于 2019-12-29 23:31:00
尝试更新到最新的UrhoSharp包(目前为1.9.67),清理并重建整个解决方案。这对我的情况很有帮助。
https://stackoverflow.com/questions/55837939
复制相似问题