Automatially detect assemblies from current domain #77471
Unanswered
birojnayak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have one dll (A.dll), which is referencing B type(b.dll). I have one project(Project Original) where I am adding A.dll and for type B, I have created a typeforward(B type, with c.dll) with new assembly. When I create MetadataReference.CreateFromFile(A.dll filepath), it's still referencing to old b.dll instead of type getting B type from c.dll. Should I pass MedataDataReference to override the old reference ?
Beta Was this translation helpful? Give feedback.
All reactions