Tuesday, April 23, 2019

D365FO table browser object reference not set to an instance of an object

Meanwhile your development you may face the error 'Object reference not set to an instance of an object' in Visual Studio while opening table browser. Follow the following steps to get rid of this error.

  1. Build the custom model with database synchronization checked.
  2. Reset IIS.
  3. Refresh AOT.
Several other blogs have suggested to do only step 1, which is not sufficient. Doing step 2 and 3 will definitely resolves the issue as it did in my case.   

No comments:

Post a Comment