Hello. Firstly, sorry for my English. Secondly, here is my problem :) I'm trying test my code using "NUnit" & "Moq" in partial trust environment (APTCA) .
When I tried to use assemblies "Castle.Core" & "Moq"+ for ".Net 4", the "Castle.Core" can't initialize in this environment (problem is similar to http://issues.castleproject.org/issue/CORE-31 ). Then I try to change referenced assemblies to "Catle.Core" & "Moq" for "Silverlight 4". Again, it can't be initialized. It requires assembly "System.Xml" for Silverlight. I've looked at "Castle.Core" code (in Silverlight configuration) and think that I can fix it by my hands (by adding some service to work with XML or skipping work with it). What can I do? Continue to search workarounds with configuration to test my application? Maybe, just report bug on http://issues.castleproject.org/ and wait? Or fix it by my hands and send patch as "pull request" to "Castle DevTeam"? -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/castle-project-users/-/x-HV4OFsuywJ. 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.
