Welcome to MSDN Blogs Sign in | Join | Help

February 2006 - Posts

Fuslogvw on Windows Vista

Due to changes in Windows Vista, you can't change logging setting in Vista using fuslogvw.exe by default. You can change the settings in the UI but the settings won't take effect. To workaround the problem, run fuslogvw.exe elevated (Run as administrator).
Posted by junfeng | 0 Comments
Filed under: ,

URL Case Sensitivity, Again

I discussed URL sensitivity issue back in March 2005 ( http://blogs.msdn.com/junfeng/archive/2005/03/20/399418.aspx ). In that post, I mentioned fusion probes assemblies with the extension capitalized (For example, http://foo/bar.DLL , instead of http://foo/bar.dll
Posted by junfeng | 5 Comments
Filed under:

Debugging mysterious application crash

Today I was asked to help investigating why an application mysteriously crashes. The symptom is very interesting. First, navigate to a directory with close to 128 characters long. In that directory, any managed WinForm application will fail to launch,
Posted by junfeng | 10 Comments
Filed under: ,

A few things about uninstall files

I was debugging a file uninstall problem today and I discovered some problem. Here are some tips to share. (Background: in Windows you can't delete a file when the file is in use. So a common workaround is to move the file to a temporary location, and
Posted by junfeng | 4 Comments
Filed under:

Locally Unique ID

Sometimes you need a locally unique identifier. For example, you may want to create a temporary file but there may have may instances of your code running, and you don't want any of them to conflict on the file name. You can try with a random file name,
Posted by junfeng | 9 Comments
Filed under:
 
Page view tracker