shashisadasivan / SSD365VSAddIn

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

Debug in Visual Studio 2019 #62

Closed krconnect closed 1 year ago

krconnect commented 1 year ago

@shashisadasivan I'm having a problem with the dll's when I open the project in Visual Studio 2019. Do you know if the dll's have changed?

vs2019
shashisadasivan commented 1 year ago

@krconnect the dll's need to be re-referenced each time you clone the solution to your machine as the location of the dll's is specific to the environment. this is because the way VS installs extensions (it creates a guid folder, and then installs the dll's in there) So you will have to figure this in your environment and map it correctly

krconnect commented 1 year ago

@krconnect the dll's need to be re-referenced each time you clone the solution to your machine as the location of the dll's is specific to the environment. this is because the way VS installs extensions (it creates a guid folder, and then installs the dll's in there) So you will have to figure this in your environment and map it correctly

Tku. Resolved. Best regards.