Browse by Tags
All Tags »
Deployment (
RSS)
Check out the details here of what this rollup contains including files update here: http://ow.ly/16ouK Download the update here: http://ow.ly/16otX As with all updates, I highly recommend waiting a week or so before trying it in case of a recall and...
A new version of the IG has been released and can be found here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=1ceb5e01-de9f-48c0-8ce2-51633ebf4714 Here is the change summary: Summary of Documentation Revisions and Additions...
Microsoft has just released the social networking accelerator for CRM 4! This highly anticipated accelerator was demoed at WPC earlier this year. For more details about the accelerator, I recommend checking out Menno te Koppele’s blog about...
Microsoft released Update Rollup 6 yesterday. As always, I recommend waiting a few weeks for the dust to settle before deploying to your environments. Rollup 6 includes 971874 (http://support.microsoft.com/kb/971874/ ) Mobile Express for Microsoft Dynamics...
Microsoft has released Update Rollup 1 for Microsoft Dynamics CRM 4.0 Server, Microsoft Dynamics CRM for Microsoft Office Outlook, and Microsoft Dynamics CRM 4.0 E-mail Router. For more information about this release, see Microsoft Knowledge Base article...
With the latest release of the CRM 4 Sdk ( 4.0.5 ) Microsoft has added 64-bit versions of the reference assemblies (Microsoft.Crm.Sdk.dll and Microsoft.Crm.SdkTypeProxy.dll) used in plugins. This has raised an issue for us because many of our clients...
Microsoft has released the user guide for CRM 4.0. The guide is editable allowing you to customize it on a client by client basis. You can download it in docx and pdf format here . Below are details pulled from the CRM team's blog . The Microsoft Dynamics...
Microsoft released an update to the IG yesterday. You can download it here: http://www.microsoft.com/downloads/details.aspx?FamilyID=1ceb5e01-de9f-48c0-8ce2-51633ebf4714&DisplayLang=en With this release they have added 3 new topics; Install Microsoft...
Microsoft posted an updated document on the Data Migration Manager ( DMM ). I highly recommend reading this doc if you plan to use DMM. It outlines many issues that DMM currently has and workarounds for those issues. You can download...
Over at the CRM Team Blog, they posted a very detailed list of upgrade steps from CRM 3 to CRM 4. The steps outline a lot of gotchas along the way. You can view the post here 1. Upgrade SQL databases to SQL 2005 SP2 (if not already done) 2...
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 For those of you that don't know, the CRM 3 rollup 3 was pulled a short time ago. It has been re-released and is available for download here: http://www.microsoft.com/downloads...
Michael Höhne posted a very interesting article about CRM 3 not checking permissions on metadata calls and now checking in CRM 4. CRM 3.0 simply ignores the metadata privileges and all users can access the metadata, which I think is the correct approach...
Recently I had to change the port on a CRM 4 install from 5555 to 80 and it wasn’t as easy as I expected it to be. Here’s the list of steps to follow to change over the port. Update the port in IIS Update the following Registry Keys ServerUrl LocalSdkPort...
Back in January, I wrote a post about deploying code in a supported fashion in CRM4. You can check out that article here . From that post I received a question from Regan asking for more details on the proper way to do this. So today I'm going to follow...
I’ve had this question come up quite a few times since the release. So for anyone wondering how to deploy custom code in CRM 4 in a supported fashion , here it is taken directly from the Sdk documentation: Where Should You Put Custom Code? You should...