Tuesday 14 August 2018

Discovery of best practices extensions failed with error 'Given directory 'C:\AOSService\Packages\Bin\BPExtensions' does not exist. It must exist when discovering extensions from a single directory'. Best practices checks may not function correctly in Dynamics 365 FO

Issue: While trying to open the Visual studio I'm getting the below error.

Discovery of best practices extensions failed with error 'Given directory 'C:\AOSService\Packages\Bin\BPExtensions' does not exist. It must exist when discovering extensions from a single directory'. Best practices checks may not function correctly.



And once you  click accept, no element is displayed in the AOT in the model view.



The solution ... just open the VS in administrator mode

1 comment:

  1. Hi Rahul,
    I am getting the same error. I tried opening my VS as admin but it s still showing same error..
    Please suggest some solution

    ReplyDelete

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...