Question

I can't seem to find the repo for castle dynamic proxy?

I found the code on http://sourceforge.net/projects/castleproject/

I need to fix it so it works in medium trust.

It seems the caste.core assembly needs the allowpartically... attribute in the assembly.cs file.

Was it helpful?

OTHER TIPS

After this question was accepted the repo has been migrated to github and the DynamicProxy project is now a part of castle core's project

https://github.com/castleproject/Core/tree/master/src/Castle.Core/DynamicProxy

The repository is here, but, any relatively new version (trunk) should be working in MT with no issues. If you're having problems running in medium trust, please report them to the list, so that it can get a proper, official fix.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top