I have existing callouts and assemblies in 1.1 doct net versions. What would be the steps to upgrade these callouts and assemblies to 3.0? I have made calls to CRM and Metadata webservices from the assemblies. How much and what changes are required to these assemblies for making them useable in MS CRM 4.0? Please give me some ideas.. -- romeo!!
I think that you will be pleasantly surprised. Since .NET 2.0 is backwards compatible, you can run a .NET 1.1 web application in the same thread pool with the CRM web application without any modification. Here is a link with a bit more detail. http://nishantrana.wordpress.com/2008/07/15/upgrade-or-using-crm-3-callouts-in-crm-4/ The next question is, "How long do you want to leave these assemblies as callouts before changing them to plugins?" -- Mark Kovalcson http://crmscape.blogspot.com On Mon, 15 Sep 2008 08:00:01 -0700, romeo wrote: >I have existing callouts and assemblies in 1.1 doct net versions. >What would be the steps to upgrade these callouts and assemblies to 3.0? >I have made calls to CRM and Metadata webservices from the assemblies. How >much and what changes are required to these assemblies for making them >useable in MS CRM 4.0? > >Please give me some ideas..
Thanks.. Do I have to change the code for parsing the xml string that we get in Callouts to some other code for Plugins to work?. Is XmlString of form not available in Plugin? -- romeo!! "Mark Kovalcson" wrote: > I think that you will be pleasantly surprised. > > Since .NET 2.0 is backwards compatible, you can run a .NET 1.1 web > application in the same thread pool with the CRM web application > without any modification. > > Here is a link with a bit more detail. > http://nishantrana.wordpress.com/2008/07/15/upgrade-or-using-crm-3-callouts-in-crm-4/ > > The next question is, "How long do you want to leave these assemblies > as callouts before changing them to plugins?" > > -- > Mark Kovalcson > http://crmscape.blogspot.com > > > > On Mon, 15 Sep 2008 08:00:01 -0700, romeo > wrote: > > >I have existing callouts and assemblies in 1.1 doct net versions. > >What would be the steps to upgrade these callouts and assemblies to 3.0? > >I have made calls to CRM and Metadata webservices from the assemblies. How > >much and what changes are required to these assemblies for making them > >useable in MS CRM 4.0? > > > >Please give me some ideas.. >
Correct, see my reply to your other post. -- Mark Kovalcson http://crmscape.blogspot.com On Tue, 16 Sep 2008 12:18:05 -0700, romeo wrote: >Thanks.. >Do I have to change the code for parsing the xml string that we get in >Callouts to some other code for Plugins to work?. Is XmlString of form not >available in Plugin?