Can we plugin solution of CRM 2011 into TFS 2010

제안된 답변 Can we plugin solution of CRM 2011 into TFS 2010

  • 2012년 8월 3일 금요일 오후 3:03
     
     

    Hello,

    I have a solution done in CRM 2011 and now I want to add that solution in TFS for QA. So basically QA can log bugs based on the project.

    Any steps for it , if it is possible?

    regards,


    Haroon

모든 응답

  • 2012년 8월 3일 금요일 오후 5:43
    중재자
     
     

    When UR9 drops there is to be some tools to assist with the management of solutions and  source control .

    http://www.crmsoftwareblog.com/2012/06/solution-packager-for-microsoft-dynamics-crm-2011/


    Jason Lattimer

  • 2012년 8월 6일 월요일 오후 2:11
     
     

    Hello,

    Thanks for reply. I am more interested in keeping all my source code under TFS because there we have all other sharepoints projects lined up so was wondering as once I have solution package if i can keep it in TFS.

    Any idea will be appreciated

    Thanks


    Haroon

  • 2012년 8월 6일 월요일 오후 2:55
     
     제안된 답변

    If I am understanding the question, you want to use TFS to manage your source files for your CRM solution? 

    This should not be a problem, all you would need to do is connect your VS instance to TFS (Team, Connect to Team Foundation Server), then right click on your project and select the option to add to source control?

    I have both C# plugin code project, and a custom JavaScript project that I do this with.

    • 답변으로 제안됨 ChrisH5491 2012년 8월 6일 월요일 오후 2:55
    •  
  • 2012년 8월 6일 월요일 오후 3:44
     
     

    hello Chris,

    thanks

    yes that what i want to do. Is it possible to look at the script you have or plugin for use?

    regards,


    Haroon

  • 2012년 8월 6일 월요일 오후 4:46
     
     

    No scripts or plugins are used, that functionality is built into Visual Studio (VS) 2008 and 2010.

    I'm no TFS expert, but these are the basic concepts.  Once you install the TFS client, which you would get from Microsoft MSDN, you get access to a new Menu in VS for 'Team'.  On that menu is 'Connect to Team Foundation Server', and you enter the web address to your TFS server.  Once that is established, you should be able to right-click on your project or solution file in the solution explorer window in VS and select an option to add the project to source control.

    I did a quick Google search for 'managing check in for TFS' and came across this article that may help with the rest of the process.

    http://www.devproconnections.com/article/visual-studio-team-system-teamdata/tfs-source-control-141162

    There may also be some TFS specific forums available if you have questions on TFS. 

    As far as CRM Plugins, TFS just looks at it like a regular C# project as if you were writing a custom DLL/Assembly.

    Good luck!