<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>MS CRM Customization Fun</title>
	<link>http://crm.vdsnickt.eu</link>
	<description>MS Dynamics CRM Customization and programming tricks by Ronny Van der Snickt</description>
	<lastBuildDate>Wed, 24 Aug 2011 08:11:22 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>MS CRM 4.0 workflow assembly in a MS CRM 2011 solution</title>
		<description><![CDATA[Just got this error when uploading a crm 4.0 workflow assembly in a CRM 2011. Could not load file or assembly &#8216;Microsoft.Crm.Sdk, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&#8242; or one of its dependencies. The located assembly&#8217;s manifest definition does not match the assembly reference. (Exception from HRESULT: 0&#215;80131040) Found the solution at Rick Wilson blog link Just add [...]]]></description>
		<link>http://crm.vdsnickt.eu/2011/08/ms-crm-4-0-workflow-assembly-in-a-ms-crm-2011-solution/</link>
			</item>
	<item>
		<title>Ghost project in TFS: Project site folder already exists</title>
		<description><![CDATA[When I was working with Team Foundation Server and tried to delete and recreate a TFS project I got the following error. Error TF30004: The New Team Project Wizard encountered an unexpected error while initializing the Microsoft.ProjectCreationWizard.Portal plug-in.  Explanation TF30171: The Microsoft.ProjectCreationWizard.Portal plug-in used to create the new team project could not be initialized and [...]]]></description>
		<link>http://crm.vdsnickt.eu/2010/06/ghost-project-in-tfs-project-site-folder-already-exists/</link>
			</item>
	<item>
		<title>MS CRM 4.0 Setup error: ASP.NET is not installed</title>
		<description><![CDATA[Today I got an error when installing MS CRM 4.0. Internet Information Services (IIS) =&#62; ASP.NET is not installed. (The screenshot is in Dutch but I tried the English installation too with the same results). The log file didn&#8217;t helped much either 09:28:53&#124;Verbose&#124; Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWTool.RunSnifferValidate Internet Information Services (IIS) 09:28:53&#124;Verbose&#124; Calling BaseGroup.Validate 09:28:53&#124; Info&#124; [...]]]></description>
		<link>http://crm.vdsnickt.eu/2010/05/ms-crm-4-0-setup-error-asp-net-is-not-installed/</link>
			</item>
	<item>
		<title>Show the number of records and space for each database table.</title>
		<description><![CDATA[I created a nice SQL query today to show the number of records in each table in a database and the space it takes in the database in megabytes. Very handy to see why some MS CRM databases are so big. declare @tmpTable TABLE ([RowCount] int, [TableName] nvarchar(max)) declare @ResultTable TABLE ([name] nvarchar(max),[rows] int, [reserverd] [...]]]></description>
		<link>http://crm.vdsnickt.eu/2010/05/show-the-number-of-records-and-space-for-each-database-table/</link>
			</item>
	<item>
		<title>My biggest SQL transaction ever.</title>
		<description><![CDATA[I just performed my biggest SQL transaction ever. I had to delete 100 million DuplicateRecordBase records in de CRM database (More info)  select count(*) from DuplicateRecordBase   I used the following SQL because using the delete statement filled up the hard disk and would have taken ages. truncate table DuplicateRecordBase]]></description>
		<link>http://crm.vdsnickt.eu/2010/04/my-biggest-sql-transaction-ever/</link>
			</item>
	<item>
		<title>Show subordinate records after merging accounts</title>
		<description><![CDATA[First create an IFrame on your form, this will contain the associated view. In my case I&#8217;m using the account entity. Add the following lines of javascript code to the OnLoad of your account, this will show the associated view in the iframe.   var CRM_FORM_TYPE_CREATE = 1; var CRM_FORM_TYPE_UPDATE = 2; var CRM_FORM_TYPE_READONLY = [...]]]></description>
		<link>http://crm.vdsnickt.eu/2010/04/show-subordinate-records-after-merging-accounts/</link>
			</item>
	<item>
		<title>Host headers issue with WSS 3.0, MOSS 2007 and Search Server 2008</title>
		<description><![CDATA[When installing WSS 3.0, MOSS 2007 or Windows Search Server 2008 I always encounter the same issue when using Host Headers. So I thought it was time to blog this. When I try to access a page which is configured with a host header I get prompt to enter my credentials 3 times. After the [...]]]></description>
		<link>http://crm.vdsnickt.eu/2009/12/host-headers-issue-with-wss-3-0-moss-2007-and-search-server-2008/</link>
			</item>
	<item>
		<title>E-mail Router service failes to start after rollup 5</title>
		<description><![CDATA[After installing Microsoft CRM Rollup 5 (incl. reboot) the email router service failed to start. In the event log the following error appeared: The E-mail Router service could not run the service main background thread. Event Type:       Error Event Source:   MSCRMEmail Event Category:               None Event ID:             0 Date:                    4/08/2009 Time:                    16:31:17 User:                    N/A Computer:         VMAP01 [...]]]></description>
		<link>http://crm.vdsnickt.eu/2009/08/e-mail-router-service-failes-to-start-after-rollup-5/</link>
			</item>
	<item>
		<title>Office 2010&#8230; A Movie?</title>
		<description><![CDATA[Can you make office 2010 look cool? Maybe it’s the nerd in me speaking but I just loved the new promo movie for the new office release. Go backstage With Office 2010: http://www.office2010themovie.com]]></description>
		<link>http://crm.vdsnickt.eu/2009/08/office-2010-a-movie/</link>
			</item>
	<item>
		<title>Speed up development with external JavaScript files</title>
		<description><![CDATA[When creating complicated JavaScript for MS CRM it can be easier to place your code in an external JavaScript file while developing. This content of this file will be loaded and executed in the onload event of the form. To load this file place the following code in the onload event. var url = &#8220;&#8216;/ISV/&#8221; [...]]]></description>
		<link>http://crm.vdsnickt.eu/2009/07/speed-up-development-with-external-javascript-files/</link>
			</item>
</channel>
</rss>

