0

I have Visual Studio 2015 Isolated Shell app and i have enabled private galleries by setting enable value as per instruction in application.pkgdef

"EnablePrivateGalleries"=dword:00000000

But unable to see option to configure in Extension Manager dialog

Rajat
  • 15
  • 1
  • 3

1 Answers1

0

It should be: "EnablePrivateGalleries"=dword:00000001

// Support for end-user customization of extension galleries is disabled by default.

// Uncomment the following to enable end-user customization of extension galleries

// that appear in the Extension Manager dialog.

"EnablePrivateGalleries"=dword:00000001

enter image description here

Eddie Chen - MSFT
  • 29,708
  • 2
  • 46
  • 60
  • Thanks , it worked ...but when i try to install package from pvt gallery it says it doesn't support product. i have marked installed target to the name of my isolated shell...if any clue . – Rajat Apr 18 '17 at 18:24
  • @Rajat You can post a new question and attach the detailed settings and screenshots so that we can check. – Eddie Chen - MSFT Apr 21 '17 at 05:53