Unfortunately, due to security and NDA reasons, I cannot give the full
code. What I could do is create a contrived example to illustrate the
issue, but I really don't have time for that right now. I was kind of
hoping this was a known problem. It seems the assembly is getting
modifed by RhinoMocks in such a way as to break the call to:
Assembly assembly = Assembly.GetCallingAssembly()
foreach (String str in
***assembly.GetManifestResourceNames())***
What also bothers me about this is that this code is clearly not a
unit test, it's an integration test, but they're in the same VS
project so they currently run using the same assembly.
cb