Monthly Archives: November 2010

8 CRM 2011: Editing the SIteMap

I thought I’d make not of this topic ( which is found in the CRM 2011 SDK ) because when you attempt to export the Default Solution, it seems to “wantâ€? to perform the export, but never does – AND it never gives you an error. So, if you want to modify the SiteMap, follow […]

Continue reading

9 CRM 2011 SDK Development and Microsoft.IdentityModel Assembly

If you plan on writing anything that uses the CRM 2011 SDK, you may at some point run into the following error message: The application terminated with an error. Could not load file or assembly ‘Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified.   Solution: You need […]

Continue reading

1 Visual Studio 2010: JScript Editor Extensions Released

Via ScottGu: An extension has been added to Visual Studio 2010 to enhance the JavaScript coding experience. JScript Editor Extensions   Overview Bundles the following extensions for the Visual Studio 2010 JScript editor: Brace Matching Adds support for automatically highlighting the matching opening or closing brace to the one currently at the cursor. Supports matching […]

Continue reading

CRM Migration Assistant has released

As I mentioned a couple of weeks ago, I’ve been working on a tool to help developers convert their JavaScript from the CRM 4.0 to CRM 2011 object model. Well today, I am proud to say that the CRM Migration Assistant is officially released! Read more about it on our product page.

Continue reading

6 OpenXML Worksheet: Adding AutoFilter

I wasted more time than I want to think about on this, so here is a solution I hope will help anyone else generating an Excel worksheet and wanting to add Automatic Filtering. This is a full, working sample.  Just take out the code I use to populate worksheet and insert your own. ConversionReportItems is […]

Continue reading