I got an error when I had a service return a Guid which is a value type but not a pritive. I was able to fix it with the code below, checking for IsPrimitive and if not, returning Ldobj.
if (return...
Id #24128 | Release:
None
| Updated: Apr 3 at 7:34 PM by tsjensen | Created: Apr 3 at 7:34 PM by tsjensen
Two items for which Equals would return true should have the same value for GetHashCode (otherwise things like Dictionary key lookup will fail).
Currently the default implementation of GetHashCode ...
Id #19083 | Release:
None
| Updated: Feb 14 at 12:37 AM by marklam | Created: Nov 10, 2010 at 1:11 PM by marklam
The call to get Processor Count on the Worker node was incorrect.
MPAPI Examples
Namespace: DistributedPrimeCalculatorApp
File: MainWorker.cs
Line: 25
Code:
//Will not execute "Environment...
Id #15157 | Release:
None
| Updated: Feb 14 at 12:37 AM by holsee | Created: Dec 3, 2009 at 1:48 PM by holsee
Similar to http://mpapi.codeplex.com/WorkItem/View.aspx?WorkItemId=9856.
The issue surrounds resolving the correct IPv4 address of the Registration Server.
File: MPAPI/Node.cs
Line: 160 approx....
Id #15156 | Release:
None
| Updated: Feb 14 at 12:37 AM by bluevoodoo1 | Created: Dec 3, 2009 at 12:07 PM by holsee
The registration server is a single point of failure that needs to be eliminated. This should be done by removing it completely, making the cluster completely autonomous.
Although this will make th...
Id #10298 | Release:
Message Passing API 2.0
| Updated: Feb 14 at 12:37 AM by holsee | Created: Jun 5, 2008 at 5:36 PM by fthomsen
At the moment the framework will not work properly on Windows Vista. This is due to an issue in the [url:http://www.codeplex.com/RemotingLite] remoting framework, and will be corrected in version 1...
Id #9856 | Release:
Message Passing API 2.0
| Updated: Feb 14 at 12:37 AM by holsee | Created: Apr 1, 2008 at 6:43 PM by fthomsen