Tweeter button
Facebook button

System.EnterpriseServices.Wrapper.dll

We had an interesting error this morning.  A client called to say that they had upgraded a bit of software (a web application hosted on their SBS 2003 server), and were now getting a .NET error:

Could not load file or assembly ‘System.EnterpriseServices.Wrapper.dll’

After some searching around, we managed to fix the error by copying the %systemroot%\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll [...]

Running IIS 6 and Apache on the Same Server

We have a Windows 2003 server in the office, with Apache installed to run test sites on.  However, we wanted to install Exchange 2003, which meant installing IIS 6 onto the machine as well.  We had added multiple IP addresses to the server so that IIS could have one and Apache could have another (so [...]