Monday, 13 July 2015

Dynamics CRM Explorer missing from Visual Studio

After installed CRM developer tool kit some times the CRM explorer window doesn't popup when we open the solution.

In that case open the project solution file in notepad and make sure below information is there.


Global
  GlobalSection(CRMSolutionProperties) = preSolution
    SolutionIsBoundToCRM = TRUE
  EndGlobalSection
EndGlobal

No comments:

Post a Comment