Answered by:
Start using sdk...how to ??

Question
-
Hi all,
I need to start using the crm 4 sdk,
but i'm confused on how to get start using it !!!
what are the developpment tool that will be used with it ?? (i think it will be vs), and how to tell this environment that i will use this sdk, and how to integrate my development results with my crm ???
any help willl be appreciated as i feel really confused
thanks in advance
Tuesday, September 28, 2010 6:44 AM
Answers
-
- Proposed as answer by HIMBAPModerator Tuesday, September 28, 2010 7:27 AM
- Marked as answer by Donna EdwardsMVP Thursday, October 7, 2010 12:51 AM
Tuesday, September 28, 2010 7:17 AMModerator -
Hi,
The development tool will be Visual Studio 2005 or 2008 :). In order to tell the VS to use CRM, you have to add so-called web reference to your CRM web services as described here: http://msdn.microsoft.com/en-us/library/cc151015.aspx (or you can add a reference to the DLL's shipped with the SDK). Then your VS is ready to work with CRM :).
Your development results will be different, depending on the project you are working on. If you create your custom pages that use CRM, you simply deploy them on the server. If you want to create plugins or workflow assemblies, then refer to this: http://blogs.msdn.com/b/crm/archive/2008/02/04/crm-registering-plug-ins-made-easy.aspx
I hope that helps,
Kuba
-- Kuba Skałbania, Netwise- Proposed as answer by Jakub (kuba) SkalbaniaMVP Tuesday, September 28, 2010 9:09 PM
- Marked as answer by Donna EdwardsMVP Thursday, October 7, 2010 12:51 AM
Tuesday, September 28, 2010 11:06 AM
All replies
-
Hi all,
I need to start using the crm 4 sdk,
but i'm confused on how to get start using it !!!
what are the developpment tool that will be used with it ?? (i think it will be vs), and how to tell this environment that i will use this sdk, and how to integrate my development results with my crm ???
any help willl be appreciated as i feel really confused
thanks in advance
- Merged by DavidJennawayMVP, Moderator Thursday, October 21, 2010 2:39 PM Duplicate thread. Please only post the question in one forum
Tuesday, September 28, 2010 6:46 AM -
Prerequisites
To complete this walkthrough, you will need the following:
- Visual Studio 2005 or Visual Studio 2008.
- A pre-built version of the Plug-in Registration tool.
- A Microsoft Dynamics CRM SDK installation.
- Network access to a Microsoft Dynamics CRM 4.0 server.
- A Microsoft Dynamics CRM system account with either the System Administrator or System Customizer security role, which is also a member of the Deployment Administrators group in Deployment Manager.
refer http://msdn.microsoft.com/en-us/library/bb955365.aspx for walkthrough
- Proposed as answer by HIMBAPModerator Tuesday, September 28, 2010 7:26 AM
Tuesday, September 28, 2010 7:05 AM -
- Proposed as answer by HIMBAPModerator Tuesday, September 28, 2010 7:27 AM
- Marked as answer by Donna EdwardsMVP Thursday, October 7, 2010 12:51 AM
Tuesday, September 28, 2010 7:17 AMModerator -
you can refer my post http://mahenderpal.wordpress.com/2010/08/13/dynamics-crm-development-part-%e2%80%93-1/
Edit : Also check http://msdn.microsoft.com/en-us/library/cc720132.aspx
Mahain : http://mahenderpal.wordpress.com
- Proposed as answer by HIMBAPModerator Tuesday, September 28, 2010 7:26 AM
Tuesday, September 28, 2010 7:18 AMModerator -
Hi,
The development tool will be Visual Studio 2005 or 2008 :). In order to tell the VS to use CRM, you have to add so-called web reference to your CRM web services as described here: http://msdn.microsoft.com/en-us/library/cc151015.aspx (or you can add a reference to the DLL's shipped with the SDK). Then your VS is ready to work with CRM :).
Your development results will be different, depending on the project you are working on. If you create your custom pages that use CRM, you simply deploy them on the server. If you want to create plugins or workflow assemblies, then refer to this: http://blogs.msdn.com/b/crm/archive/2008/02/04/crm-registering-plug-ins-made-easy.aspx
I hope that helps,
Kuba
-- Kuba Skałbania, Netwise- Proposed as answer by Jakub (kuba) SkalbaniaMVP Tuesday, September 28, 2010 9:09 PM
- Marked as answer by Donna EdwardsMVP Thursday, October 7, 2010 12:51 AM
Tuesday, September 28, 2010 11:06 AM -
its not that much difficult if you know how to use visula studio.
use VS 2005 or 2008 and add the web references or the dlls available as per your requirement.
and import all the namespaces to your class and use.
so for that you need to have a credential to use the services.
for that create a dummy user and use that in your code.
Sudhanshu
Tuesday, September 28, 2010 11:12 AM