shashisadasivan / SSD365VSAddIn

Visual studio addin for D365 Finance and operations
https://shashisadasivan.github.io/SSD365VSAddIn/
MIT License
35 stars 22 forks source link

Application Explorer not showing "Add-ins" in context menu in Visual Studio 2019 #63

Closed Celica64 closed 1 year ago

Celica64 commented 1 year ago

"Add-ins" menu item not showing up in Application Explorer.

image

Menu items do show up in Dynamics 365\Add-ins.

image

Configuration file C:\Users\Admin5db9a2be63\Documents\Visual Studio Dynamics 365\DynamicsDevConfig.xml was updated by iex

<AddInPaths xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <d2p1:string>T:\Bin\AddInExtensions</d2p1:string>
  <d2p1:string>C:\d365_VS_AddIns</d2p1:string>
</AddInPaths>

Visual studio version: Microsoft Visual Studio Professional 2019 Version 16.11.27

Celica64 commented 1 year ago

It does show up in design window, use "View designer" first!

image

shashisadasivan commented 1 year ago

It does show up in design window, use "View designer" first!

image

Yes that right, it only shows up in the designer context menu. The AOT context seems to require duplicating a of the standard D365 template things which i didnt want to (thats what i found back then when i started this project)