views:

4

answers:

0

I have compiled an assembly using the Microsoft Strong Name key convention and marked it to be "AllowPartiallyTrusted".

I am testing the application against this assembly from two different machines. One is running windows 2003 server and the other machine is on windows XP Professional.

I am able to invoke the methods on the assembly from the Win 2003 server, but when it comes to the XP machine, it fails.

I have tried to set the INTRANET ZONES TO FULL TRUST, but that hasn't worked for the XP. One difference between the XP and the 2003 server is that the XP is 32 bit and has frameworks 1 -4.0 installed on it. The 2003 has just the 3.5 SP1 installed on it.

I am an administrator on the XP machine, but not on the 2003 machine where it works. This is driving me nuts.