Monday, December 27, 2010

Healthy Software Development Questions

Found the two links in this Slashdot RSS feed rather interesting.

Article found HERE.

Wednesday, August 25, 2010

Enterprise Architect

Nice article about the role of an Enterprise Technical Architect.

Link

Wednesday, March 31, 2010

{"Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its depende

Problem:

{"Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.":"System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"}

Discovery:

Noticed that it wasn't installed in the GAC (AKA - C:\WINDOWS\assembly)

Only had System.EnterpriseServices 1.0.5.00 installed. GASP!


FIX: (Wahoo!)

First Attempt: I just tried to copy it over into the assembly with explorer, it failed.

From the Console run this: (Path may vary depending on your system.)

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\gacutil" /i C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll


Microsoft (R) .NET Global Assembly Cache Utility. Version 3.5.21022.8
Copyright (c) Microsoft Corporation. All rights reserved.

Assembly successfully added to the cache

No Thanks Required

Just send Money! HAHAHA, Just kidding let me know if it helped you by commenting.

Monday, March 29, 2010

WCF Throttling

http://www.danrigsby.com/blog/index.php/2008/02/20/how-to-throttle-a-wcf-service-help-prevent-dos-attacks-and-maintain-wcf-scalability/

http://kennyw.com/indigo/178