Archive for September, 2009

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

Sep 18 2009

Altriva CRM to SharePoint Site Creation and Clients List Integration

Published by Phil under Uncategorized

My buddy Will Schindler and I came up with a neat integration between CRM and SharePoint that has big a huge win internally. Hopefully this blog post will inspire similar solutions for your environment.

Summary: Here at Altriva, like many other organizations, we use CRM for many of our core business processes and use SharePoint for our intranet, document management, and enterprise search. With these two platforms being vital to many of our overall processes we have integrated the two applications. Having also solved this problem for many of our clients, we know how common it is for organizations to use CRM and SharePoint in similar capacities. As a result we felt it would be valuable to share our insight and integration approach.

Read more: http://www.altriva.com/AltrivaBlog/PostID/17.aspx

One response so far