23 November 2010

CRM 4.0 Update Rollup 14

Latest CRM 4.0 rollup 14 released on 19/Nov/2010.
Rollup 14 can be uninstall on server
Rollup 14 is cumulative.
Rollup 1,2,3,4,5,6,7,8,9,10,11,12,13 are not prerequisites for server portion.
Update Rollup 7 is a prerequisite for Microsoft Dynamics CRM for Microsoft Office Outlook and Microsoft Dynamics CRM Data Migration Manager.


KB: KB2389019
Download
HERE

09 November 2010

Error installing outlook client: Cannot delete a subkey tree because the subkey does not exist

"Could not remove registry subkey HKEY_CURRENT_USER\SOFTWARE\Microsoft\MSCRMClient\AllowList. Cannot delete a subkey tree because the subkey does not exist."

I come across this error during the installation of Outlook client MSCRM 4.0
If you faced the same problem as me, most probably is you have install outlook client beta 2010 before.

Solution:
Make sure the Beta 2010 outlook client was uninstalled,
uninstall version 4 outlook client; if any
Manually delete the folder Program Files\MSCRM
Reinstall the CRM 4 outlook client again.

This time it should work like charm :)

02 November 2010

The RSA key container could not be opened

Failed to decrypt using provider 'RsaProtectedConfigurationProvider'. Error message from the provider: The RSA key container could not be opened.

You hit the error when using encrypted web configuration section such as the connection string.
You can fix this with one of the following method:
1. I'm using Windows Server 2008
2. Open IIS
3. Navigate to the web site that is causing the problem
4. Under Security within the Home section of the web site, click Authentication
6. Disable ASP.NET impersonation

or
aspnet_regiis -pa "NetFrameworkConfigurationKey" "ASPNET"
aspnet_regiis -pa "NetFrameworkConfigurationKey" "NETWORK SERVICE"
aspnet_regiis -pa "NetFrameworkConfigurationKey" "NT AUTHORITY\NETWORK SERVICE"
aspnet_regiis -pa "NetFrameworkConfigurationKey" "NT AUTHORITY\SYSTEM"