RE: 64 bit wcf service library

2011-06-09 Thread Peter Maddin
think I could sign it again Regards Peter From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Joseph Clark Sent: Thursday, 9 June 2011 1:04 PM To: ozDotNet Subject: Re: 64 bit wcf service library Failing that, you could try using Corflags to set

64 bit wcf service library

2011-06-08 Thread Peter Maddin
I have written a fairly simple wcf service library. This will be hosted in a virtual instance of windows server 2008 r2, presumably running IIS 7.5 or better. The server will have 6 cores and 36 GB of memory. It will run 3 virtual web servers each will be bound to 2 cores and have 1/3 of the

Re: 64 bit wcf service library

2011-06-08 Thread Stephen Liedig
Hi Peter, Typically, any cpu will run apps on the platform onto which they are deployed, so that should be fine. does your service have another references (third party) which may not be installed on the server? If so make sure they are also installed or they are compatible with x64. HTH, Steve

FW: 64 bit wcf service library

2011-06-08 Thread Peter Maddin
' Subject: 64 bit wcf service library I have written a fairly simple wcf service library. This will be hosted in a virtual instance of windows server 2008 r2, presumably running IIS 7.5 or better. The server will have 6 cores and 36 GB of memory. It will run 3 virtual web servers each

RE: 64 bit wcf service library

2011-06-08 Thread Peter Maddin
Liedig Sent: Thursday, 9 June 2011 12:28 PM To: ozDotNet Subject: Re: 64 bit wcf service library Hi Peter, Typically, any cpu will run apps on the platform onto which they are deployed, so that should be fine. does your service have another references (third party) which may not be installed

Re: 64 bit wcf service library

2011-06-08 Thread Joseph Clark
[mailto: ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Stephen Liedig *Sent:* Thursday, 9 June 2011 12:28 PM *To:* ozDotNet *Subject:* Re: 64 bit wcf service library Hi Peter, Typically, any cpu will run apps on the platform onto which they are deployed, so that should be fine. does your