XAMARIN을 사용하여 UWP 응용 프로그램을 개발합니다. .NET 원시 도구 체인을 사용하여 컴파일하는 데 문제가 있습니다. 시스템에 'System.IO.FileNotFoundException'던져UWP가있는 Xamarin - "FileNotFound_AssemblyNotFound, ClrCompression"
"예외 : 내가 깃발을 확인할 때, 나는"Xamarin.Init "방법에 런타임 오류가".NET 기본 툴 체인으로 컴파일 ". Private.Reflection.Core.dll
추가 정보 : FileNotFound_AssemblyNotFound, ClrCompression 자세한 내용은 방문 http://go.microsoft.com/fwlink/?LinkId=623485 "
그리고 다음 하나.
,던져"예외 : FileNotFound_AssemblyNotFound, sqlite3를 : System.Private.Reflection.Core.dll
추가 정보 'System.IO.FileNotFoundException'. 자세한 내용은 https://developer.xamarin.com/guides/xamarin-forms/platform-features/windows/installation/universal/#Dependency_Services_and_.NET_Native_Compilation
List<Assembly> assembliesToInclude = new List<Assembly>(); var assembly = typeof(SQLitePlatformWinRT).GetTypeInfo().Assembly; assembliesToInclude.Add(assembly); //throws error there Xamarin.Forms.Forms.Init(e, assembliesToInclude);
내 참조의 조언에 따라, http://go.microsoft.com/fwlink/?LinkId=623485 "나는 추가
사람이 문제가 무엇을 알고 있나요
를?
저는 Microsoft에서 근무하기를 원하며 도움이됩니다. project.json 및 project.lock.json 파일을 보내 주시겠습니까? [email protected] –
이것에 대한 결과는 무엇입니까? 내 Xamarin.Uwp 프로젝트와 동일한 문제가 있으며 해결할 수 없습니다. – Tom
@Tom 내 답변을보고 도움이되는지 알려주세요. – Ania