web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Upgrading from CRM 2011 to 2016

(0) ShareShare
ReportReport
Posted on by

I am currently working on a project to upgrade from crm 2011 to 2016. I am CrmServiceUtil to generate my early bound classes to replace the existing 2011 EB classes. I also see an asmx service that is being used which I believe is depricated after 2011. I am trying to figure out my options. Should I be using 2011/Organization.svc or if there is any easy solution to this. 

This is my code on how 2007/crmservice.asmx is being called to get the CrmService for 2011.

//MSCRM is the name of the web service reference

public static MSCRM.CrmService getService(String CRMUrl, String CRMOrganizationName, String CredentialUsername, String CredentialPassword, String CredentialDomain)

{
var token = new MSCRM.CrmAuthenticationToken(); 
token.AuthenticationType = 0;
token.OrganizationName = CRMOrganizationName;

var service = new MSCRM.CrmService();
service.Url = CRMUrl + "mscrmservices/2007/crmservice.asmx";
service.CrmAuthenticationTokenValue = token;

service.Credentials = new System.Net.NetworkCredential(CredentialUsername, CredentialPassword, CredentialDomain);

return service;
}

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    a33ik Profile Picture
    84,331 Most Valuable Professional on at

    Hello,

    Unfortunately you will have to rewrite all your code to support new assemblies, entities and endpoint.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans