Wednesday, April 1, 2020

Error:"The Visual Studio component cache is out of date. Please restart Visual Studio."












Solution :
  1. Open cmd by pressing Windows + R.
  2. Run %temp%.
  3. Select and delete SSMS folder from Temp folder.

No comments:

Post a Comment

How to loop selected records on grid for form in dynamics ax?

To loop/iterate selected records from grid on form you can use following code, this can be done on clicked method of button control : Invent...