Monday, 20 August 2007
Creating Environment independent solutions
Posted on 18:33 by Unknown
When developing a solution for CRM, make sure that it runs on all different crm environments. Many implementations have their CRM installation on another port compared to the development environments. A way to handle this, is to look at the location of MS CRM as it is stored in the registery.// Set default valuesprivate const string CRM_REG_DIRECTORY = @"software\Microsoft\mscrm\";private const
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment