Sign In
Junfeng Zhang's Windows Programming Notes
Win32, Fusion, CLR, .Net Framework, and others
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NetFramework
Debugging
Fusion
General
Others
Pages
Troubleshooting
Vista
Win32
Archive
Archives
July 2009
(1)
May 2009
(1)
March 2009
(1)
February 2009
(1)
December 2008
(2)
November 2008
(1)
August 2008
(2)
July 2008
(2)
June 2008
(2)
April 2008
(4)
March 2008
(2)
February 2008
(4)
January 2008
(1)
November 2007
(3)
October 2007
(1)
September 2007
(1)
August 2007
(5)
July 2007
(9)
June 2007
(3)
April 2007
(2)
March 2007
(3)
February 2007
(1)
January 2007
(2)
December 2006
(2)
November 2006
(4)
October 2006
(6)
September 2006
(5)
August 2006
(8)
July 2006
(2)
May 2006
(2)
April 2006
(12)
March 2006
(9)
February 2006
(5)
January 2006
(2)
December 2005
(10)
November 2005
(7)
October 2005
(2)
September 2005
(3)
August 2005
(1)
July 2005
(6)
June 2005
(8)
May 2005
(17)
April 2005
(9)
March 2005
(6)
February 2005
(9)
December 2004
(7)
November 2004
(12)
October 2004
(16)
September 2004
(16)
August 2004
(15)
July 2004
(10)
May 2004
(6)
April 2004
(14)
March 2004
(19)
February 2004
(39)
January 2004
(6)
February, 2006
MSDN Blogs
>
Junfeng Zhang's Windows Programming Notes
>
February, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Junfeng Zhang's Windows Programming Notes
Fuslogvw on Windows Vista
Posted
over 6 years ago
by
Junfeng Zhang
0
Comments
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...
Junfeng Zhang's Windows Programming Notes
URL Case Sensitivity, Again
Posted
over 6 years ago
by
Junfeng Zhang
5
Comments
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...
Junfeng Zhang's Windows Programming Notes
Debugging mysterious application crash
Posted
over 6 years ago
by
Junfeng Zhang
10
Comments
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...
Junfeng Zhang's Windows Programming Notes
A few things about uninstall files
Posted
over 6 years ago
by
Junfeng Zhang
4
Comments
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,...
Junfeng Zhang's Windows Programming Notes
Locally Unique ID
Posted
over 6 years ago
by
Junfeng Zhang
9
Comments
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...
Page 1 of 1 (5 items)