Mutex could not be created
I blogged about how to solve the cache error in VS.NET 2003 last week, and I saw a "similar" problem again in VS 2005 today.
"Mutex could not be created" was displayed when I try to view a ASP.NET 2.0 Web Services in browser inside VS 2005. I don't know what's that message mean exactly, but the resolution is to clear the precompiled/temporarily files in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files. More info: http://forums.asp.net/1109781/ShowPost.aspx
Colt Kwong