Found the two links in this Slashdot RSS feed rather interesting.
Article found HERE.
Monday, December 27, 2010
Friday, October 15, 2010
JBoss Cache Replication
Documentation on JBoss Cache and JGroups
http://docs.jboss.org/jbossas/jboss4guide/r4/html/jbosscache.chapt.html
This forum post looks helpful
http://community.jboss.org/message/267313
http://docs.jboss.org/jbossas/jboss4guide/r4/html/jbosscache.chapt.html
This forum post looks helpful
http://community.jboss.org/message/267313
Wednesday, August 25, 2010
Friday, April 30, 2010
Thursday, April 8, 2010
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.
{"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
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
http://kennyw.com/indigo/178
Subscribe to:
Posts (Atom)