Mike Williams

Author's details

Name: Mike Williams
Date registered: 28-Mar-2012

Latest posts

  1. Fix WLM after Windows 10 2004 Update — 06-Oct-2020
  2. Tell both NuGet and TFS to ignore the packages folder — 11-Dec-2015
  3. Completely clear All event logs — 09-Mar-2015
  4. Recursively delete all .svn folders — 09-Mar-2015
  5. Browser Info — 16-Sep-2014

Author's posts listings

Jul 13

CodeRush XPress Menu Item Missing

Developing on Visual Studio 2010 on Windows Server 2008 R2. I downloaded and installed CodeRush XPress 11.2 and found the DevExpress menu missing. The final post in the following forum lead me down the right path. http://community.devexpress.com/forums/p/28346/28346.aspx “This is actually an issue with the express version of CodeRush DevExpress where Microsoft requested the menu to …

Continue reading »

Jul 11

Uninstall an assembly from the GAC: Access Denied

If you’ve encountered this problem, you probably did a Google search. You must have noticed there isn’t alot of solutions which have worked for you. Here’s something that has worked for me. In the command prompt, I executed the following code: cd /d %windir%\assembly attrib -r -h -s desktop.ini mkdir gacview move desktop.ini gacview attrib …

Continue reading »

May 03

Tethering HTC Desire on Orange

From your homescreen; Menu/settings/Wireless&Networks/Mobile networks/Access Point Names You should see the following three APNs; Orange Internet Consumer Broadband Orange MMS Select Consumer Broadband CHANGE the APN from “consumerbroadband” to “orangeinternet” CHANGE the Username from <Not set> to “Orange” CHANGE the password from <Not set> to “Multimedia” Make sure you use the capital first letters exactly …

Continue reading »

Mar 27

SharePoint CAML Tip

When using CAML to query a list make sure that <And> & <Or> tags have exactly two elements.

Dec 02

OpenXML Excel Quirk

I have discovered a nasty gremlin when using the OpenXML SDK to read data from an Excel SpreadSheet. While reading the cells in a row using the OpenXML SDK I discovered that that the collection of Cells returned for a given Row is sparse (i.e. has missing cells) In the Sheet I was processing In …

Continue reading »

» Newer posts