An exception is given when trying to instanciate AppInstallManager() | UWP
Andre Luiz Bacelar Gonçalves de Menezes
5
Reputation points
When i try to do this code "AppInstallManager appInstallManager = new AppInstallManager();" In UWP the follow exception is thrown :
the code above is on a class library project where is used by both WinUI and UWP projects. The same code works when used in WinUI
Sign in to answer