wpf - VS2017 15.4 Preview "Windows Application Packaging Project" tool failed to generate a working app -
i added new "windows application packaging project" comes vs2017 15.4 preview.
when adding project "applications" , debugging packaging project have following error:
system.io.filenotfoundexception: 'could not load file or assembly 'system.runtime, version=4.1.2.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' or 1 of dependencies. system cannot find file specified.'
innerexception: filenotfoundexception: not load file or assembly 'system.runtime, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' or 1 of dependencies. system cannot find file specified.
my project running if debug directly or run directly using exe.
if extract files .appxbundle , try start exe, doesn't work either. (xxxxxx.appxbundle\xxxxxx.appx\*.*)
i noticed in extracted .appxbundle folder, system.xxx dlls not there. should (94 dlls missing).
is there problem packaging tool ?
Comments
Post a Comment