FrontPage, works in Windows Vista, but it is not without issues. If you make use of the hyperlink feature by right clicking text and choosing "Hyperlink" or pressing "CTRL-K" to do the same crashes the program in Vista pretty reliably. It is frustrating because it is such a common task, knowing it is going to crash if I hit CTRL-K does not stop me from doing it as a matter of habit. I've finally broken myself of it now, and using FrontPage in split code/design view, I just go up and type the hyperlink tags manually:
<a href="where_you_want_to_go"> text to display</a>
It has been suggested that this problem is more reliably encountered when editing a remote website, so you might try publishing your web locally and working on it offline.
The frustrating thing is that this but does not appear to be documented anywhere. Not at Microsoft and not at any of the many community and MVP websites out there. Despite some conversations recommending that this is an installation order issue, it is not. It does not matter if you never install Office 2007, if you reinstall, uninstall or the order it is installed. As installation order goes, if in your installation order you install this thing called "Windows Vista" you will encounter the problem.
I first wrote about this problem in a discussion about Windows Vista's feature where it looks for a solution after a crash, Crashes: Does Vista Really Find a Solution and a lot of people wrote in that they were seeing this same issue. Amusing to me is that Microsoft granted FrontPage 2003 the "Works with Vista" logo (yeah, I guess it does "work"). http://support.microsoft.com/kb/933305
I've seen it reported that Microsoft has acknowledged the problem in phone conversations with users saying a fix will be out in a month or two, but these are all old reports and no fixes have surfaced yet. Why could boil down to the fact that FrontPage is on its deathbed. The new "Web Expressions" software is taking the place of FrontPage after nine years of use.
Update: A helpful member of the realtime-vista community pointed out a registry update that corrects the issue! Here is the simple way to implement the change:
From a command prompt running as administrator run the following command:
reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Application Compatibility" /v Frontpg.exe /t REG_DWORD /d 1
Second Update: At least for me, this fix appears to have worked only temporarilly. It will again crash for me reliably. Now I just type my own hyperlinks in code view. -bk 8/22/07
Final? Update: It appears that the new Service Pack 3 for Office 2003 corrects this problem. -bk 9/21/07
Continue reading Vista Application Compatibility: FrontPage 2003...