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


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

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

        

                                              图 1

     二、怎么解决呢?

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

    GlobalSection(CRMSolutionProperties) = preSolution
    SolutionIsBoundToCRM = True
    EndGlobalSection 
    Code

                                    图 2

    三、然后重新打开解决方案abcCrmSolution.sln 就会出现Connect to Dynamics CRM Server 框,如图3:

     

                            图 3

     问题,就这样子解决了。

    另外注意:

    1.输入CRM Discovery Server Name 和Port number ,选择http或https

    2.点击connect,之后输入User name,Password,Domain

    3.点击Log on,选择你的Organiztion,发现Solutin Name 不能出来 其解决方法如下:

    修改机器C:WindowsSystem32Driversetc下的hosts文件,用记事本打开

    输入192.168.1.1 crmserver2011,其中前面为Ip地址,后面为CRM安装所在的服务器名

    保存之后,就可以了。

  • 相关阅读:
    jsp中${pageContext.request.contextPath}的意思
    Linux系统(centos)同步时间方式
    Tomcat启动报错 Failed to start component [StandardServer[8005]]解决
    有根树
    轻重链剖分/长短链剖分
    CF1389G
    9.12模拟总结
    [POI2014]HOT-Hotels加强版
    可持久/可回退化数据结构
    PA2014 Muzeum
  • 原文地址:https://www.cnblogs.com/allenhua/p/3472023.html
Copyright © 2020-2023  润新知