Sign in
|
Help
in
Current Tags
Matt Williamson's Blog
Bunker Hollow Blogs
(Entire Site)
Bunker Hollow
Matt Williamson's home on the web, welcome.
Home
Blogs
Forums
Photos
Downloads
Contact Me
Social Tools
Home
About
Email
RSS
Atom
Comments
Twitter
Facebook
LinkedIn
Recent Posts
iPhone 3GS Update 3.1.3 App Problems
Getting Started with Ubuntu 9.10 on a Thinkpad T61p
Ubuntu 9.10 Set Grub Default Boot OS
Windows Multi-Monitor Background Wallpaper Problem
Brother MFC-7840W All-In-One Laser Printer Review
Tags
.NET
2007
3.0
350Z
360
7
ASP.NET
Asterisk
Backup
BlackBerry
Boot
BSOD
Bunker Hollow
C
C#
Car
Center
Certificate
Code
Comcast
Command
Community Server
Config
CS
CSS
Design
Desktop
Development
Disk
DNS
Domain
Edge
Email
Error
Exchange
FireFox
Firewall
GoDaddy
Hardware
Home
Hosting
IE
IIS
iPhone
ISP
Issues
JavaScript
Lenovo
Linksys
Linux
Machine
Media
Media Center
Microsoft
Network
Networking
OS
pfSense
PowerShell
Problems
RADIUS
RDP
Remote
Robocopy
Sale
Script
Security
Server
Settings
Share
Sharp
SMTP
Software
Source
SP1
Spam
SQL
SSL
T61p
Terminal Services
Thinkpad
TrixBox
TS
TVersity
Ubuntu
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
website
Windows
Xbox
XML
XP
Archives
March 2010
(1)
February 2010
(14)
January 2010
(1)
November 2009
(4)
October 2009
(7)
September 2009
(2)
August 2009
(5)
July 2009
(6)
June 2009
(14)
May 2009
(4)
April 2009
(5)
March 2009
(8)
February 2009
(9)
January 2009
(9)
December 2008
(6)
November 2008
(6)
October 2008
(16)
September 2008
(14)
August 2008
(11)
July 2008
(12)
June 2008
(13)
May 2008
(18)
April 2008
(6)
March 2008
(15)
February 2008
(10)
January 2008
(10)
December 2007
(14)
November 2007
(15)
October 2007
(29)
September 2007
(2)
Matt Williamson's Blog
Personal discoveries of an IT professional.
Browse by Tags
All Tags
»
Microsoft
(
RSS
)
.NET
2007
2008
8
ASP.NET
Code
Development
Edge
Email
Error
Exchange
Explorer
IE8
Internet
Office
Outlook
PC
Programming
Script
Server
Software
SP1
SQL
System
TFS
Virtual
Visual Studio
Windows
Don't Install Virtual PC 2007 SP1 on Windows 7
You'll need to uninstall Microsoft's Virtual PC 2007 Service Pack 1 on your Win7 machine if you see the following errors: Cannot start Windows Virtual PC Host Process Virtual PC 2007 SP1 is not supported on this version of Windows.
Posted
Nov 10 2009, 10:27 AM
by
Matt Williamson
with | with
3 comment(s)
Filed under:
Error
,
Windows
,
Virtual
,
Software
,
PC
,
SP1
,
Microsoft
,
2007
Network access for Distributed Transaction Manager (MSDTC) has been disabled.
A local winform application is blowing up on me with the following errors: System.Transactions.TransactionManagerCommunicationException: Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access...
Posted
Oct 26 2009, 11:23 AM
by
Matt Williamson
with | with
no comments
Filed under:
Error
,
Windows
,
Software
,
Development
,
Microsoft
,
System
Outlook 2007 "No Default Mail Client" Error
I was forced to install Office 2003 after I had already installed Office 2007 and when I launched Outlook this morning it bombed out with: "Either there is no default mail client or the current mail client cannot fulfill the messaging request. Please...
Posted
Oct 26 2009, 08:36 AM
by
Matt Williamson
with | with
1 comment(s)
Filed under:
Outlook
,
Error
,
Software
,
Microsoft
,
2007
,
Office
Visual Studio 2008 Team Foundation Work Item Error
I just finished setting up my Windows 7 workstation. I installed VS2008 Development Edition, SP1 and then the VS2008 TFS Team Explorer. I went to open up my work items and received the following error message: "Could not load type 'Microsoft...
Posted
Oct 23 2009, 02:37 PM
by
Matt Williamson
with | with
2 comment(s)
Filed under:
Error
,
Visual Studio
,
Microsoft
,
2008
,
TFS
The CheckedListBox Control: A Microsoft Blunder
I'm developing a new .NET 3.5 winform application and in a preferences dialog there is a group of options that will be selected with checkboxes. I opened up the toolbox and started the cursor towards a GroupBox control when I noticed the newer CheckedListBox...
Posted
Oct 21 2009, 08:27 AM
by
Matt Williamson
with | with
2 comment(s)
Filed under:
Software
,
Code
,
.NET
,
Microsoft
Exchange 2007 Edge Queue "4.7.5 Certificate Validation Failure"
I was troubleshooting some Exchange issues recently and I managed to create a whole bunch more. I managed to remove a certificate from my Exchange 2007 server not knowing it was still in use. After doing that, my inbox was suspiciously quiet and anyone...
Posted
Jun 11 2009, 10:02 AM
by
Matt Williamson
with | with
1 comment(s)
Filed under:
Exchange
,
Error
,
Server
,
Software
,
Edge
,
Email
,
Microsoft
,
2007
IE8 Renders ASP.NET Menu Control Incorrectly
I saw this issue coming a few months ago when testing my application from my Windows 7 Beta build, my ASP.NET drop down menus were broken! They appeared all white and nothing was clickable, as shown below: IE7, Firefox 3, Opera, Safari, etc all render...
Posted
Mar 27 2009, 11:32 AM
by
Matt Williamson
with | with
no comments
Filed under:
Error
,
Software
,
Internet
,
ASP.NET
,
Microsoft
,
IE8
,
8
,
Explorer
MS SQL Loop Through Table Scripts
At some point you may want to loop through every row in a table and perform operations based on the fields in each row. After a bit of investigation, I've found the 2 most common ways of doing it. Loop Through All Rows of a Table Using a Counter This...
Posted
Mar 10 2009, 10:24 AM
by
Matt Williamson
with | with
3 comment(s)
Filed under:
Script
,
Software
,
Code
,
SQL
,
Programming
,
Microsoft