<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>WiX on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/wix/</link><description>Recent content in WiX on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 08 Jun 2010 09:54:00 +0200</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/wix/index.xml" rel="self" type="application/rss+xml"/><item><title>Casing of COM-Interop registered components</title><link>http://blog.marko-apfel.de/posts/casing-of-com-interop-registered-components/</link><pubDate>Tue, 08 Jun 2010 09:54:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/casing-of-com-interop-registered-components/</guid><description>&lt;p&gt;During a refactoring I realized that renaming of components, which will be registered for COM-Interop, must be done carefully.&lt;/p&gt;
&lt;p&gt;In my case i changed the casing of &lt;code&gt;XyzToolbar&lt;/code&gt; to &lt;code&gt;XyzToolBar&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;At the developing machine everything works fine. But after installing the modified stuff at the production machine, the toolbar was not visible. Using &lt;code&gt;regasm&lt;/code&gt; with the new assemblies helped.&lt;/p&gt;</description></item></channel></rss>