<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Samuel Haddad &#187; Uncategorized</title> <atom:link href="http://samuelhaddad.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" /><link>http://samuelhaddad.com</link> <description></description> <lastBuildDate>Thu, 03 Nov 2011 16:32:38 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Distributing XULRunner with ClickOnce</title><link>http://samuelhaddad.com/2011/09/01/distributing-xulrunner-with-clickonce/</link> <comments>http://samuelhaddad.com/2011/09/01/distributing-xulrunner-with-clickonce/#comments</comments> <pubDate>Fri, 02 Sep 2011 03:35:23 +0000</pubDate> <dc:creator>Samuel Haddad</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://samuelhaddad.com/?p=639</guid> <description><![CDATA[Recently I was working on ClickOnce Application and I was trying to distribute XULRunner with my application. Unfortunately when deploying the application I realized that not all the files where included in the ClickOnce applications file, particularly text files such as files that ended in .ini or .manifest. The solution was to go into the [...]]]></description> <content:encoded><![CDATA[<p>Recently I was working on ClickOnce Application and I was trying to distribute <a
href="https://developer.mozilla.org/en/xulrunner">XULRunner</a> with my application. Unfortunately when deploying the application I realized that not all the files where included in the ClickOnce applications file, particularly text files such as files that ended in .ini or .manifest.</p><p>The solution was to go into the solution explorer in Visual Studio, select the files that there not being copied, and set the build action to content for those files.</p> ]]></content:encoded> <wfw:commentRss>http://samuelhaddad.com/2011/09/01/distributing-xulrunner-with-clickonce/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>System.BadImageFormatException on a 64-bit Machine</title><link>http://samuelhaddad.com/2011/01/20/system-badimageformatexception-on-a-64-bit-machine/</link> <comments>http://samuelhaddad.com/2011/01/20/system-badimageformatexception-on-a-64-bit-machine/#comments</comments> <pubDate>Fri, 21 Jan 2011 03:14:33 +0000</pubDate> <dc:creator>Samuel Haddad</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://samuelhaddad.com/?p=603</guid> <description><![CDATA[The other day, one of our customers was switching over to 64-bit development machines, and encountered the following issue: System.BadImageFormatException: Could not load file or assembly'(assembly name)' or one of its dependencies. An attempt was made to load a program with an incorrect format. The likely reason is that you (or in this instance, our [...]]]></description> <content:encoded><![CDATA[<p>The other day, one of our customers was switching over to 64-bit development machines, and encountered the following issue:</p><blockquote><p><code>System.BadImageFormatException: Could not load file or assembly'(assembly name)' or one of its dependencies. An attempt was made to load a program with an incorrect format.</code></p></blockquote><p>The likely reason is that you (or in this instance, our customer) are trying to load a 32-bit assembly into a 64-bit application. This can happen when you have the Any CPU platform selected.</p><p>Solution:</p><p>If your scenario sounds like the one I described, try setting your application to run in x86 mode. In Visual Studio this can be done by going to Build -&gt; Configuration Manager&#8230;<br
/> <img
class="alignnone size-full wp-image-608" title="Visual Studio Configuration Manager" src="http://samuelhaddad.com/wp-content/uploads/2011/01/build.png" alt="Visual Studio Configuration Manager" width="395" height="262" /><br
/> &#8230;and setting the Platform to be x86.<br
/> <img
class="alignnone size-full wp-image-609" title="Visual Studio Configuration Manager" src="http://samuelhaddad.com/wp-content/uploads/2011/01/configmanager.png" alt="Visual Studio Configuration Manager" width="546" height="344" /></p><p>This article and many others like this can be found on my <a
href="http://wiki.softartisans.com/display/BLOGS/2011/01/18/System.BadImageFormatException+on+a+64-bit+Machine" target="_blank">SoftArtisans</a> blog.</p> ]]></content:encoded> <wfw:commentRss>http://samuelhaddad.com/2011/01/20/system-badimageformatexception-on-a-64-bit-machine/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Prish Image Resizer</title><link>http://samuelhaddad.com/2010/09/11/prish-image-resizer/</link> <comments>http://samuelhaddad.com/2010/09/11/prish-image-resizer/#comments</comments> <pubDate>Sun, 12 Sep 2010 00:03:35 +0000</pubDate> <dc:creator>Samuel Haddad</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://samuelhaddad.com/?p=509</guid> <description><![CDATA[There are many Windows 7 Image resizers out there that integerate into the shell, but this is my favorite. http://prishcom.spaces.live.com/blog/cns!6A6A204ABDF15411!128.entry]]></description> <content:encoded><![CDATA[<p>There are many Windows 7 Image resizers out there that integerate into the shell, but this is my favorite.</p><p>http://prishcom.spaces.live.com/blog/cns!6A6A204ABDF15411!128.entry</p> ]]></content:encoded> <wfw:commentRss>http://samuelhaddad.com/2010/09/11/prish-image-resizer/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
