0
votes
2answers
149 views
How do I let Reflection.Emit assemblies access internal members in the generating assembly?
For one of my projects, I need to generate at run time some classes, and I thought it would be fairly simple to do using Reflection.Emit, but I'm getting MemberAccessExceptions when I run some of the …
