<?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/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Display Fusion stopped working in Vista</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=fa207e0b-a6b9-434f-a8a5-4066348fd845" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=fa207e0b-a6b9-434f-a8a5-4066348fd845</link>
<description>DisplayFusion RSS: Display Fusion stopped working in Vista</description>
<lastBuildDate>Sun, 03 May 2026 10:38:50 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=fa207e0b-a6b9-434f-a8a5-4066348fd845</generator>
<item>
<title>RE: Display Fusion stopped working in Vista</title>
<link>https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#7</link>
<pubDate>Tue, 09 Sep 2008 18:44:05 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[Josh: Thanks for the heads-up. I haven't been able to track down this issue, but this seems like a good possibility. I'll investigate this further and see what I can find out. Unfortunately, I have to have the executable code-signed otherwise DisplayFusion can't manage other program's windows pro...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Josh: Thanks for the heads-up. I haven't been able to track down this issue, but this seems like a good possibility. I'll investigate this further and see what I can find out. Unfortunately, I have to have the executable code-signed otherwise DisplayFusion can't manage other program's windows properly. (like moving them between monitors)
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Display Fusion stopped working in Vista</title>
<link>https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#6</link>
<pubDate>Thu, 07 Aug 2008 20:46:54 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Jon, This could be due to the fact that you code sign the binary. Check out this hotfix article from microsoft: http://support.microsoft.com/kb/936707. In essence it has to do with the fact that on application startup, whenever the .Net Framework encounters a code signed binary it tries to connec...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Jon, This could be due to the fact that you code sign the binary. Check out this hotfix article from microsoft: <a href="http://support.microsoft.com/kb/936707" target="_blank" rel="nofollow"><b>http://support.microsoft.com/kb/936707</b></a>. In essence it has to do with the fact that on application startup, whenever the .Net Framework encounters a code signed binary it tries to connect to the certificate issuer of the code signing certificate to download their latest Certificate Revocation List. Once it's downloaded the CRL it checks to see if the certificate has been revoked and if it hasn't everything continues. If however you have an active/semi-alive network connection but the internet connection isn't there yet the .Net framework will wait up to 15 seconds while it tries to download the CRL, after that it gives up and executes the binary without checking the authenticode signature. If you have no network connection, no authentication takes place. This problem is particularly noticable if you're using code-signed binaries in a .Net Windows Service OnStart() method call, as a windows service is only given 30 seconds to start before the service control manager gives up on it, basically DOS'ing your Service.<br/>
<br/>
The hotfix article basically states that as of .Net 3.0 (or with a 2.0 hotfix) you can set a value in the app.config file to disable the authenticode check, which basically negates the point of code-signing your binary, but in my opinion there isn't really much of an option given this behaviour. The worst part is that if clients of your software figure out that on startup your application tries to make web requests to a foreign server on the internet, before investigating the IP address it's hitting, they'll often simply assume your software is "phoning home" and tell everyone it's spyware. Quite the opposite effect it's supposed to have!<br/>
<br/>
Or it could just be the hit you make against your own server periodically to check for updates...<br/>
<br/>
Josh.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Display Fusion stopped working in Vista</title>
<link>https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#5</link>
<pubDate>Thu, 31 Jul 2008 08:44:39 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[I too have the same problem which appears to be caused by the lack of internet connection at startup. However, the program still seems to work OK but just with the annoying message at startup. Sometimes a message says 'Cannot resolve the name BinaryFortress.com'  and then Windows says it has stop...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I too have the same problem which appears to be caused by the lack of internet connection at startup. However, the program still seems to work OK but just with the annoying message at startup. Sometimes a message says 'Cannot resolve the name BinaryFortress.com'  and then Windows says it has stopped working and sometimes it's just the Windows message.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Display Fusion stopped working in Vista</title>
<link>https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#4</link>
<pubDate>Sun, 13 Jul 2008 20:13:48 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[I use Vista Ultimate to do most of my Vista testing and haven't run into this issue yet. However, most of the time I have an active internet connection. I will have to try out Vista with a wireless connection, and boot up with it disabled and see what happens. Do you have any other software insta...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I use Vista Ultimate to do most of my Vista testing and haven't run into this issue yet. However, most of the time I have an active internet connection. I will have to try out Vista with a wireless connection, and boot up with it disabled and see what happens. Do you have any other software installed that could affect Displayfusion's startup? Like anti-spyware or anti-virus software? I have seen cases where applications won't start until the A/V software has started up.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Display Fusion stopped working in Vista</title>
<link>https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#3</link>
<pubDate>Mon, 07 Jul 2008 16:16:10 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[It does seem to be a bit hit and miss.
Display fusion has not worked since the day I have posted this, but worked today for the first time since??
I have Vista Ultimate machine with a wired network.
I have recommended the software to a mate, and he has had no problems. He is running Vista Home...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It does seem to be a bit hit and miss.<br/>
<br/>
Display fusion has not worked since the day I have posted this, but worked today for the first time since??<br/>
<br/>
I have Vista Ultimate machine with a wired network.<br/>
<br/>
I have recommended the software to a mate, and he has had no problems. He is running Vista Home. <br/>
<br/>
Maybe it's an Ultimate bug?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Display Fusion stopped working in Vista</title>
<link>https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#2</link>
<pubDate>Sun, 06 Jul 2008 16:32:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[I have the same problem.  It works like a charm most of the time, but now and again it stops working when I boot up, and I'm running Vista Ultimate on a laptop.
One of the things I think is common with all of my crashes is that it only stops working during times when I don't have an immediate ne...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have the same problem.  It works like a charm most of the time, but now and again it stops working when I boot up, and I'm running Vista Ultimate on a laptop.<br/>
<br/>
One of the things I think is common with all of my crashes is that it only stops working during times when I don't have an immediate network connection.  For example, if I turn my laptop on at work after running it at home, it takes a few minutes for my wireless card to switch to the new network and during that time it stops working.  However, when I connect to the network and restart Display Fusion, no issues.<br/>
<br/>
Maybe others can confirm that it only crashes when no connectivity is present and that might help identify the issue.
</div>
]]></content:encoded>
</item>
<item>
<title>Display Fusion stopped working in Vista</title>
<link>https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845</link>
<pubDate>Wed, 02 Jul 2008 11:20:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/display-fusion-stopped-working-in-vista/?ID=fa207e0b-a6b9-434f-a8a5-4066348fd845</guid>
<category>DisplayFusion</category>
<description><![CDATA[I installed Fusion Display on my Vista computer yesterday and it worked fine and I set up my wallpaper over my two displays, very happy
Today I get “Display Fusion stopped working” error message.
I have noticed they have been a post before about this http://www.binaryfortress.com/Forum/index.ph...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I installed Fusion Display on my Vista computer yesterday and it worked fine and I set up my wallpaper over my two displays, very happy<br/>
<br/>
Today I get “Display Fusion stopped working” error message.<br/>
<br/>
I have noticed they have been a post before about this <a href="http://www.binaryfortress.com/Forum/index.php?topic=277.0" target="_blank" rel="nofollow"><b>http://www.binaryfortress.com/Forum/index.php?topic=277.0</b></a> but this has not worked for me.<br/>
<br/>
I have downloaded Microsoft .net 2, but it will not install because it’s not for Vista?<br/>
<br/>
Can anyone help me?
</div>
]]></content:encoded>
</item>
</channel>
</rss>