一、使用TFS 代码管理,发现Visual Studio 2012 菜单栏 工具下的Connect to Dynamics CRM Server 没有显示。

     平常打开VS下的工具都会出现Connect to Dynamics CRM Server ,如图 1:

    打开Visual Studio 2012的解决方案 连接 Dynamics CRM 2011 的Connect to Dynamics CRM Server 在其工具下没有显示

                                          图 1

 二、怎么解决呢?

解决方法是: 用记事本或其他编辑软件打开abcCrmSolution.sln,输入下面的代码保存下重新打开abcCrmSolution.sln,就可以了。具体如图2

GlobalSection(CRMSolutionProperties) = preSolution
SolutionIsBoundToCRM = True
EndGlobalSection 
Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2021-05-07
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2021-08-26
  • 2021-12-18
  • 2021-12-06
  • 2021-11-08
  • 2021-09-09
  • 2022-12-23
相关资源
相似解决方案