Archive for Oktober, 2009

“Click-Once” loops to install .NET Framework

Samstag, Oktober 31st, 2009

 When starting a “Click-Once” published application from Internet URL a dialog keeps trying to install .NET Framework every time, and even if you run this install it keeps trying to install .NET Framework on subsequent “Click-Once” activations…

And you are sure - .NET Framework is installed on your PC. What’s this?

This is caused when you opened a .application file in e.g. Notepad and set Notepad to be the default handler for .application files. (It needs to be the ClickOnce client runtime component). Resetting this back to the default handler corrected the problem.

HHC.exe command process hangs indefinitely

Mittwoch, Oktober 21st, 2009

Having all the needed files to compile a chm, but when you run the hhc.exe command, the process hangs indefinitely.

We learned that some Windows updates caused the hhc.exe to unregister itself. A batch file that re-registered the server .dlls for the HTMLHelp workshop may work for you. Ran it every Wednesday morning. Rebooting the server also clears this situation.