Viewing 3 posts - 1 through 3 (of 3 total)
Okay, fixed the issue.
See http://www.humanworkflow.net/post/2009/02/27/Getting-WCF-To-Work-With-SQL-CLR-Objects-64bit-Environment.aspx for details on 64-bit environments.
If (like me) you still encounter problems with System.IdentityModel after this, try replacing the references to C:\Program Files\Reference...
May 3, 2010 at 1:15 am
I am having the same issue - deployment to a 32 bit OS is fine, but the 64 bit server presents the same error.
.NET 3.5 is installed on the server,...
May 2, 2010 at 10:00 pm
Grasshopper posted usp_MoveItem containing the following snippet
IF @direction > 0
SELECT @swapid = id
FROM testsort
WHERE sort = (SELECT MIN(sort) FROM testsort WHERE sort > @mysort)
ELSE
SELECT @swapid = id
FROM testsort
WHERE sort...
November 6, 2007 at 8:26 pm
Viewing 3 posts - 1 through 3 (of 3 total)