Fixing the SQL server bug after upgrading the D365 Finance and Operation VM

 


Hi there, Today we will see how to fix the usual SQL server error after upgrading your development box on the 10.0.27 version. In addition, you can face this issue even after UAT DB restoration on the DevBox. If you are getting this error message "Could not find a part of the path C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Extensions\extensions.configurationchanged" in the SQL server. This article is for you. Just follow the below simple steps.

Step 1. Created a new folder with the name Extensions in the location "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18"

No alt text provided for this image

Step 2: Created a simple txt file with name extensions.configurationchanged, and no need to paste any text inside this file.

Step 3: Place this text file inside the Extensions folder, we created in Step 1.

No alt text provided for this image

Close the SQL server and run it again with the Administrator. In this way, your issue has now been resolved.

Happy Learning.

Comments