The underlying connection was closed: The connection was closed unexpectedly

December 3, 2010

If you’re attempting to return a LINQ to SQL object using a WCF service and are getting this error, what’s really happening is that .NET can’t serialize your object. This occurs when your LINQ to SQL objects contain circular references (example: customer points to an order, order points back to customer). To get around this, [...]

0

Recognizing Network Cards During Windows Home Server Restores

December 21, 2009

If you attempt to restore a PC on your Windows Home Server network only to discover that the WHS restore CD doesn’t recognize your network card, here’s an easy fix. All you have to do is put the network driver for Windows XP onto the root level of a flash drive and have the WSH [...]

0

My First Post

June 28, 2008

Welcome everyone (and most likely nobody)! In an attempt to establish a web presence, I’ve created this new website.  Hopefully, I’ll have some real content up here soon, but in the meantime, all you get is this lame welcome post. –Adam

1