Archive for the 'CRM Online' Category

Jul 15 2010

When configuring the Outlook Client, you receive the error

Cialis online
Viagra online

Here’s yet another link to a post I wrote for Altriva Solutions’ blog. Intro:

Here’s a quick gotcha I saw on the CRM Forums. When configuring the CRM Client for Outlook, you enter http://servername:port/ORGNAME in the Internet address field and you get a cryptic error stating “Mandatory updates for Microsoft Dynamics CRM could not be applied successfully. Try running the application again.”

Read more…

No responses yet

Sep 24 2009

Developing Microsoft Dynamics CRM 4.0 Online Extension on an x64 Workstation

Published by Phil under CRM Online, Extending, MSCRM 4.0, crmsdk, gotchas

Here’s a quick gotcha. If you’re going through the walkthroughs for using the CRM 4.0 Online Web Services, you might run into a runtime error when you reference the sample dll if you’re deving on an x64 workstation. The error will look like: “An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0×8007000B)”

That’s because the helper dll’s that Microsoft provides to help with Passport authentication are x86 dlls. To fix this issue, stop using these helper dll’s, or target x86 in your build settings. The steps to do this are:

1. In Visual Studio, right-click your project and click “Properties”.

2. In the “Build” tab, set your “Platform Target” to “x86″.

-Phil

No responses yet