2

When I was used to create appx file (x64 release mode) of my project , there was only Microsoft.VCLibs.x64.14.00.appx file was created under dependency folder. But now when I'm trying to create appx, an additional file "Microsoft.NET.CoreRuntime.1.1.appx" is also creating under dependency folder. What is the reason for it? And How can I remove it? Now when clients run my appx (using AppInstaller) , it shows

"App installer failed to install package dependencies. Ask the developer for Microsoft.NET.CoreRuntime.1.1 package"

This issue can be resolved when they install Microsoft.NET.CoreRuntime.1.1.appx seperately. But clients are not interested to do it. So how can I stop generating Microsoft.NET.CoreRuntime.1.1.appx in dependency folder?

nsds
  • 961
  • 4
  • 13
  • 39
  • Just to be clear... This is not a managed code project? Are you using any 3rd party libraries that might be managed (like XAML controls etc)? – Peter Torr - MSFT Sep 23 '18 at 17:37
  • using c# and xaml. When I was creating package previously this Microsoft.NET.CoreRuntime.1.1 package was not created. – nsds Sep 25 '18 at 05:27
  • It's needed for managed code. I don't know why you didn't get a reference previously. – Peter Torr - MSFT Sep 25 '18 at 06:11
  • I too have no idea why it is not generated previously. Is there any way to install it without manually ? using app installer/? – nsds Sep 25 '18 at 06:13

0 Answers0