UWP Toolbox controls not showing in Universal Windows project in Visual Studio Professional 2019 Preview

  • Thread starter Thread starter Mohamed Yasir Kadersha
  • Start date Start date
M

Mohamed Yasir Kadersha

Guest
Hi,

For configuring our UWP controls in Visual Studio toolbox, we will make the below registry entries and put value as below and maintaining the assemblies in below folder structure.

Registry Entry: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SDKs\Windows\v10.0\ExtensionSDKs\Sample Controls for UWP XAML\X.X.X.X

Value: "Assemblies(.dll) shipped path" (Which having toolbox controls)

Example : C:\Program Files (x86)\Company\Product\Version\Universal Windows\10.0\SDK

Assemblies Folder Structure: "C:\Program Files (x86)\Company Name\Product Name\Version\Universal Windows\110.0\SDK\References\CommonConfiguration\neutral\"

By following the above steps, toolbox was properly configured in VS 2015 & VS 2017, but toolbox was not configured in VS 2019 Preview.

Could anyone suggest the proper way to configure the Universal Windows controls(.dll) in Visual Studio 2019 Preview toolbox ?

Thanks in Advance,

Mohamed Yasir K

Continue reading...
 
Back
Top