<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Technical</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/patrickverbeeten/KIbs" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title>Cross domain remote debugging</title><link>http://feedproxy.google.com/~r/patrickverbeeten/KIbs/~3/rTykyxHKAuU/ContentItemPage.aspx</link><description>When you are developing with a virtual PC which is running in its own domain or want to debug any other system which is in a different domain than you own user remote debuggin will normally fail on authentication errors. How do you set this up ...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/CnnxN9WqDqqDIiSGgBw8T0r1Wt4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CnnxN9WqDqqDIiSGgBw8T0r1Wt4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/CnnxN9WqDqqDIiSGgBw8T0r1Wt4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CnnxN9WqDqqDIiSGgBw8T0r1Wt4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/patrickverbeeten/KIbs/~4/rTykyxHKAuU" height="1" width="1"/&gt;</description><pubDate>Tue, 29 Apr 2008 16:41:00 GMT</pubDate><feedburner:origLink>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=67&amp;p=true</feedburner:origLink></item><item><title>Source control server setup</title><link>http://feedproxy.google.com/~r/patrickverbeeten/KIbs/~3/HhYfWyjvZq8/ContentItemPage.aspx</link><description>For my source control I use subversion and I found the easiest method to install a fully working subversion server (combined with trac for issue tracking) is to do that on linux. I can setup a clean server from scratch in about an hour including all required configuration. For a windows server I would need that just to install windows and get all the software packages. Best thing is I have a...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sE57Bd08g_qaDTRVbHBYnvNLKFM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sE57Bd08g_qaDTRVbHBYnvNLKFM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sE57Bd08g_qaDTRVbHBYnvNLKFM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sE57Bd08g_qaDTRVbHBYnvNLKFM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/patrickverbeeten/KIbs/~4/HhYfWyjvZq8" height="1" width="1"/&gt;</description><pubDate>Fri, 29 Feb 2008 18:28:00 GMT</pubDate><feedburner:origLink>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=58&amp;p=true</feedburner:origLink></item><item><title>Localhost and integrated security</title><link>http://feedproxy.google.com/~r/patrickverbeeten/KIbs/~3/xcxhAPH7pvM/ContentItemPage.aspx</link><description>One thing I allways run across when installing a new server is that it won't allow connections over the loopback interface when using integrated security. I usually test the applications from the server console and everytime they give errors; 401.1 for most applications but the Microsoft Virtual server administration console for instance returns status 500 with a message parameter incorrect. The...
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0dHGjqC33n2UmRlTm1uJWKgE40E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0dHGjqC33n2UmRlTm1uJWKgE40E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0dHGjqC33n2UmRlTm1uJWKgE40E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0dHGjqC33n2UmRlTm1uJWKgE40E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/patrickverbeeten/KIbs/~4/xcxhAPH7pvM" height="1" width="1"/&gt;</description><pubDate>Thu, 16 Aug 2007 16:43:00 GMT</pubDate><feedburner:origLink>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=36&amp;p=true</feedburner:origLink></item><item><title>Version Control</title><link>http://feedproxy.google.com/~r/patrickverbeeten/KIbs/~3/jHCCYGfZcWM/ContentItemPage.aspx</link><description>Version control is important when your developing software. I know I am not the first guy to throw away the wrong file or section off code. When properly installed using source control will also service as atleast a partial backup you of your source. And as an added benefit you can see who did what and when which can be usefull in tracking bugs. What do I use, how and why?
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/byqo86BB-B12YI8tEgLx7hka_C4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/byqo86BB-B12YI8tEgLx7hka_C4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/byqo86BB-B12YI8tEgLx7hka_C4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/byqo86BB-B12YI8tEgLx7hka_C4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/patrickverbeeten/KIbs/~4/jHCCYGfZcWM" height="1" width="1"/&gt;</description><pubDate>Mon, 02 Jul 2007 14:54:00 GMT</pubDate><feedburner:origLink>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=20&amp;p=true</feedburner:origLink></item></channel><channel><title>Microsoft Dynamics CRM</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Event Listner</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=94&amp;p=true</link><description>A new tool is available which allows you to view CRM plug-in events as they occur, including all details available from the IPluginExectionContext. For more information click here.</description><pubDate>Mon, 05 Jan 2009 17:48:00 GMT</pubDate></item><item><title>Tracing and Debugging error in CRM 4.0</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=91&amp;p=true</link><description>If errors in Microsoft CRM occur there can be a user friendly or otherwise limited message presented. To find out what actually is the problem is not difficult you just have to know where to look. Wether it is an authentication issue or a SoapException 'Server was unable to process request'. This article offers some pointers on where to look for additional details.</description><pubDate>Fri, 21 Nov 2008 11:12:00 GMT</pubDate></item><item><title>Microsoft CRM Date values</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=86&amp;p=true</link><description>CRM support user working in multiple time zones by storing alle date time values as UTC. This way the time can be easily adjusted to the users time zone setting. This article explains this in a bit more detail. As for date values, some dates such as a birth date can be fixed regardless of time zone. CRM will still adjust these to the time zone, this may show as a full day difference in the...</description><pubDate>Fri, 12 Sep 2008 11:36:00 GMT</pubDate></item><item><title>CRM 4: Waiting workflows</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=78&amp;p=true</link><description>In CRM 4 workflows can have the status waiting when an they are waiting for an event such as a timer or they will also have this status if an error has occured. To find out which take the following steps.</description><pubDate>Tue, 24 Jun 2008 17:46:00 GMT</pubDate></item><item><title>Translation assistant</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=76&amp;p=true</link><description>With version 4.0 Microsoft CRM the option to have multiple languages in a single interface became available. To translate the various available labels CRM offers an option to export all labels to an excel file. The problem I found with this file is that it lacks context of the text you are translating. For instance the text &amp;quot;Address 1: Line 1&amp;quot; this appears for each entity, form and view...</description><pubDate>Tue, 24 Jun 2008 16:37:00 GMT</pubDate></item><item><title>Crm 4.0 Sitemap &amp; ISV.Config Editor</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=64&amp;p=true</link><description>As of CRM 4.0 the sitemap and isv.config file are no longer available on the file system but stored in the database. Which means that for each change you have to export the customization, make your changes and then reimport the customizations file. This tools is indented to make this easier. For more information click here.</description><pubDate>Tue, 29 Apr 2008 11:13:00 GMT</pubDate></item><item><title>Plug-ins and Workflows: Extension of Microsoft CRM 4.0</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=61&amp;p=true</link><description>Microsoft CRM 4.0 has several methods to add functionality, to create custom workflow in CRM you have two options plugins and workflows.</description><pubDate>Tue, 25 Mar 2008 10:47:00 GMT</pubDate></item><item><title>CRM 4.0 Plug-in message input parameters</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=53&amp;p=true</link><description>The CRM 4.0 plug-in model offers great capabilities. But when working with the plug-in messages you would need to know which input and output parameters are available. Unfortunaly this is not (yet) in the supplied documentation, but here it is.</description><pubDate>Fri, 25 Jan 2008 16:51:00 GMT</pubDate></item><item><title>Crm Developers Tool</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=49&amp;p=true</link><description>A combined Entity and Plug-in Browser for Microsoft Dynamics CRM. Allows you to browse the entire entity model beyond the standard list.aspx Entity Browser. And a plug-in browser which offers a GUI to view and update plug-in registrations. For more information click here.</description><pubDate>Sun, 13 Jan 2008 14:23:00 GMT</pubDate></item><item><title>CrmService Testing v1.1</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=41&amp;p=true</link><description>I have added some new features to the Crm Test service proxy which you can read about in this article. The changes allow you to dicate which requests are expected and validation is then handled by the base class.</description><pubDate>Fri, 09 Nov 2007 12:18:00 GMT</pubDate></item><item><title>Testing without touching the CrmService</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=39&amp;p=true</link><description>If you have ever tried to do unit testing on code which uses the Microsoft Crm Webservice proxy you will is nearly impossible to test just that code. I will allways rely on the Crm Server for data and callouts to function and test these in to process. This article offers a class implementation which actually stubs out the CrmService request.</description><pubDate>Fri, 14 Sep 2007 17:40:00 GMT</pubDate></item><item><title>Command Crm Customization Export, Import and Publication</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=37&amp;p=true</link><description>Import, Exporting and publishing customizations in CRM 3.0 using the web interface can be time consuming. Also when an export fails the information returned is very limited. I created a small command line application to do just the same. It uses three WebServices provided by CRM specifically for this purpose.</description><pubDate>Thu, 16 Aug 2007 16:57:00 GMT</pubDate></item><item><title>The CRM webservice</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=19&amp;p=true</link><description> The Crm 3.0 webservice is a great improvement on the 1.2 version but still due to the nature of webservices working with it can require some quite elaborate code. You need to instantiate the class, configure security, create a ColumnSet, add columns to the column set and finally execute the Retrieve method and cast its result. This results in about 10 lines of code for such a simple action....</description><pubDate>Sun, 01 Jul 2007 22:23:00 GMT</pubDate></item></channel><channel><title>.Net</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Generating an Time table in SQL</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=59&amp;p=true</link><description>In reporting queries it happens often that you need a ruler of some sort for instance a table containing all days between a start and end date. You can generate such tables by using a looping construct but this isn't the strong point of SQL.</description><pubDate>Wed, 05 Mar 2008 17:34:00 GMT</pubDate></item><item><title>Embedded Sql, LINQ like behaviour</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=40&amp;p=true</link><description>When ever you create an application which uses a database. There certainly are variatons but you have basically two option when it comes to how you have de SQL-Statements. You can choose to type the SQL-statements in the source code or you can create stored procedures. Both of these have their own advantages and disadavatanges. In-code statements ensure that when te application is deployed, no...</description><pubDate>Tue, 16 Oct 2007 17:10:00 GMT</pubDate></item><item><title>Generic strong Type String to Any Converter</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=6&amp;p=true</link><description>This is one of the oldes pieces of code i wrote in .NET and still use. This class is written for conversion of xml node values to a .NET type but can also be used to with plain strings. Every time I needed a node value I had to check if the node existed, is it an element or an attribute before I could even start converting the value. This class handles all this and using generics and the...</description><pubDate>Sun, 01 Jul 2007 12:07:00 GMT</pubDate></item></channel><channel><title>This Site</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Captcha</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=29&amp;p=true</link><description>For this site I wanted to add some mechanism to avoid getting the article comments spammed with links and other junk. To this end I added validation using captcha. I found the code to generate the image on the internet and extended it a little. I extended a TextBox control and created a Http Handler to facilitate easy use. The code for these is downloadable here.</description><pubDate>Wed, 11 Jul 2007 19:14:00 GMT</pubDate></item><item><title>This site</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=14&amp;p=true</link><description>As you probably will guess and easily can see this site is written in .NET to be more specific in C# .NET 2.0. It also uses some content management. This basic content management system was written in a single weekend. Granted it isn't entirely fool-proof nor does it offer the options of the system available like DotNetNuke, but using some of the framework .NET features this system offers the...</description><pubDate>Sun, 01 Jul 2007 17:11:00 GMT</pubDate></item></channel><channel><title>Links</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Enable tracing on Microsoft CRM</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=89&amp;p=true</link><description>Works for both CRM 3.0 and 4.0</description><pubDate>Thu, 18 Sep 2008 10:13:00 GMT</pubDate></item><item><title>Microsoft Dynamics CRM Community</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=69&amp;p=true</link><description>The Microsoft community site for CRM 4.0. This includes links to the Microsoft CRM forums and other useful resources.</description><pubDate>Tue, 29 Apr 2008 17:36:00 GMT</pubDate></item><item><title>Aviva IT</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=7&amp;p=true</link><description>The company I currently work for.</description><pubDate>Sun, 01 Jul 2007 12:07:00 GMT</pubDate></item><item><title>Microsoft CRM Dynamics Newsgroups @Microsoft</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=8&amp;p=true</link><description>The microsoft management newsgroups on Microsoft Dynamics CRM. Lots of problems kan be easily solved by searching here, if not just ask a question.</description><pubDate>Sun, 01 Jul 2007 12:07:00 GMT</pubDate></item></channel><channel><title>Applications</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link></channel><channel><title>Crm Developers Tool</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Microsoft CRM 4.0 Developers Tool</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=79&amp;p=true</link><description>A combined Entity and Plug-in Browser for Microsoft Dynamics CRM. Allows you to browse the entire entity model beyond the standard list.aspx Entity Browser. And a plug-in browser which offers a GUI to view and update plug-in registrations.</description><pubDate>Tue, 01 Jul 2008 12:12:00 GMT</pubDate></item></channel><channel><title>Current</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Update 1.0.8</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=102&amp;p=true</link><description>This update contains some new features: Improved connection options: Quick Connect, Additional connection options Import/Export of plugins </description><pubDate>Mon, 30 Nov 2009 16:59:00 GMT</pubDate></item><item><title>Update 1.0.7</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=98&amp;p=true</link><description>Version 1.0.7 includes relationship detail. Allowing you to view the relations ships for the selected entity.</description><pubDate>Thu, 16 Apr 2009 11:56:00 GMT</pubDate></item><item><title>Update 1.0.6.4</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=84&amp;p=true</link><description>The tool has been updated to use the shared configuration file allready use by the translation assistent. Note: this version requires the .NET framework 3.5</description><pubDate>Fri, 11 Jul 2008 13:45:00 GMT</pubDate></item><item><title>Minor update</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=63&amp;p=true</link><description>Version 1.0.6.3: contains minor fixes. An error occured in the server configuration dialog and an exception during the plugin load process, these is corrected. Also the latest Sdk (4.0.4) has been used.</description><pubDate>Fri, 11 Apr 2008 12:59:00 GMT</pubDate></item><item><title>Plug-ins by entity</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=62&amp;p=true</link><description>Version 1.0.6.1: now includes an option to list plug-ins in the entity browser so you can see which plug-ins are registered on a specific entity.</description><pubDate>Tue, 08 Apr 2008 11:57:00 GMT</pubDate></item><item><title>Automatic plugin registration </title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=60&amp;p=true</link><description>Version 1.0.6 is now available. This version includes a feature to automatically register plugins based on assembly metadata. Download the latest version here.</description><pubDate>Tue, 18 Mar 2008 14:57:00 GMT</pubDate></item><item><title>Minor update</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=56&amp;p=true</link><description>Version 1.0.5 of the crm tool is now available. This version includes some minor changes and some bug fixes.</description><pubDate>Thu, 14 Feb 2008 19:28:00 GMT</pubDate></item><item><title>SDK Message Parameters</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=54&amp;p=true</link><description>Version 1.0.3 includes an easy listing of all in- and output parameters available with the various SDK messages.</description><pubDate>Sat, 26 Jan 2008 14:56:00 GMT</pubDate></item><item><title>Error reporting</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=50&amp;p=true</link><description>Version 1.0.2 includes some minor interface improvements and an error reporting option.</description><pubDate>Fri, 18 Jan 2008 18:25:00 GMT</pubDate></item><item><title>Plug-in Browser</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=48&amp;p=true</link><description>Version 1.0.1 includes the plug-in browser. This browsers allows you to browser the assemblies, plug-ins and stesp registered on the connected CRM server.</description><pubDate>Sun, 13 Jan 2008 13:57:00 GMT</pubDate></item><item><title>Entity Browser</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=44&amp;p=true</link><description>I have been working with Microsoft Dynamics CRM 4.0 for the past few months and during that time I had to lookup the names of attribute and values of picklists. For the first CRM has a nice build-in tool, but for the second you need to go into the customization module. To make things easier on my self I build a tool for this.</description><pubDate>Sun, 23 Dec 2007 11:36:00 GMT</pubDate></item></channel><channel><title>Planned</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Planned Features</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=46&amp;p=true</link><description> Read and write plug-in configuration from Xml file This xml format will conform to the Xml format used by the Sdk plug-in registration tool Multi language support </description><pubDate>Sun, 13 Jan 2008 13:03:00 GMT</pubDate></item></channel><channel><title>Periodic workflows</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Periodic workflow rule execution</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=82&amp;p=true</link><description>Application to periodically execute CRM workflows using a saved query.</description><pubDate>Tue, 01 Jul 2008 12:44:00 GMT</pubDate></item></channel><channel><title>Current</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Using the period workflow tool</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=73&amp;p=true</link><description>Describes how you can use this tool to schedule a workflow rule to execute periodically.</description><pubDate>Fri, 16 May 2008 15:49:00 GMT</pubDate></item></channel><channel><title>Planned</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link></channel><channel><title>Translation assistant</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Translation assistant</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=81&amp;p=true</link><description>With version 4.0 Microsoft CRM the option to have multiple languages in a single interface became available. To translate the various available labels CRM offers an option to export all labels to an excel file. The problem I found with this file is that it lacks context of the text you are translating. For instance the text &amp;quot;Address 1: Line 1&amp;quot; this appears for each entity, form and view...</description><pubDate>Tue, 01 Jul 2008 12:35:00 GMT</pubDate></item></channel><channel><title>Current</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Filtering and search</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=96&amp;p=true</link><description>Version 1.1.3.0 contains some improvements to the windows forms interface.</description><pubDate>Tue, 06 Jan 2009 12:19:00 GMT</pubDate></item><item><title>Translation wizard</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=90&amp;p=true</link><description>With version 1.1.2 Generation of the Excel translation file is included in a simple wizard. Translation in Excel, but with the knowledge of what you are translating.</description><pubDate>Thu, 02 Oct 2008 11:32:00 GMT</pubDate></item><item><title>Edit labels in Excel</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=85&amp;p=true</link><description>As of version 1.1.0 the translation assistant offers an option to add information about the Localized label to the Object ID. Instead of just the GUID you will now also now what and type and which the label is for (Entity, Attribute, Form element, View, etc). </description><pubDate>Fri, 22 Aug 2008 16:31:00 GMT</pubDate></item><item><title>Version 1.0.1</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=83&amp;p=true</link><description>This version now uploads the customizations using the compressed messages otherwise the 5MB limit might cause problems. Also the configurations are now stored in a different file to allow sharing of the configured servers by all the tools (if supported).</description><pubDate>Tue, 01 Jul 2008 14:00:00 GMT</pubDate></item></channel><channel><title>Planned</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Planned features</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=77&amp;p=true</link><description> Add none entity labels such as the isv.config and sitemap </description><pubDate>Tue, 24 Jun 2008 16:44:00 GMT</pubDate></item></channel><channel><title>Crm Sitemap &amp; Isv</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Crm 4.0 Sitemap &amp; ISV.Config Editor</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=80&amp;p=true</link><description>As of CRM 4.0 the sitemap and isv.config file are no longer available on the file system but stored in the database. Which means that for each change you have to export the customization, make your changes and then reimport the customizations file. This tools is indented to make this easier.</description><pubDate>Tue, 01 Jul 2008 12:31:00 GMT</pubDate></item></channel><channel><title>Event listner</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Event Listener</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=92&amp;p=true</link><description>This application allows you to see all Plugin event available to the SDK as they are triggered. Each event is displayed with all the details available in the Plugin Context.</description><pubDate>Mon, 05 Jan 2009 11:27:00 GMT</pubDate></item></channel><channel><title>Current</title><description /><link>http://www.patrickverbeeten.com/pages/TechnicalNet/Default.aspx?id=9</link><item><title>Update 1.0.1.4</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=100&amp;p=true</link><description>In this version a QueryExpression in the property bag is fully displayed in the tree. Also by double clicking the node more details are available.</description><pubDate>Tue, 30 Jun 2009 12:31:00 GMT</pubDate></item><item><title>Update 1.0.1</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=97&amp;p=true</link><description>This update contains some fixes to make the listner work when the server was connection over a network interface other than the default.</description><pubDate>Tue, 20 Jan 2009 10:49:00 GMT</pubDate></item><item><title>Basic Operation</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=95&amp;p=true</link><description>Explains the basic steps involved in tracing crm events using the tool</description><pubDate>Mon, 05 Jan 2009 18:10:00 GMT</pubDate></item><item><title>Event listner communication</title><link>http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?item=93&amp;p=true</link><description>This explains how the eventlistner receives events and contains information for basic trouble shooting if the events are not shown.</description><pubDate>Mon, 05 Jan 2009 17:36:00 GMT</pubDate></item></channel></rss>
