Hi,

I'm having trouble with deploying an app which utilises
TypedFactoryFacility on machines without local admin rights, I get a
"Unable to obtain public key for StrongNameKeyPair" error.

I'm therefore trying to either turn off strong naming (set
disableSignedModule to true) for the dynamically generated assembly,
or get Castle to use a pre-generated proxy assembly.

Both solutions seem to mandate the use of the line
"ProxyObjectReference.SetScope(myNewScope)" but I can't seem to make
castle take any notice of it.  I still get the same error whatever I
try.  What am I doing wrong?

More info at 
http://stackoverflow.com/questions/9685030/turn-off-signing-for-castle-dynamicproxy

Thanks,

Rich.

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to