Replies: 1 comment
-
Hi, First, let's get that out of the way: I suppose you've read the importing doc? Here are some possible issues off the top of my head:
|
Beta Was this translation helpful? Give feedback.
-
Hi, First, let's get that out of the way: I suppose you've read the importing doc? Here are some possible issues off the top of my head:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I am writing a compiler with mono.cecil and for typeresolving I have a cache pointed to the typedefinitions. But when I want to write the assembly to a file I get an error:
"Member 'System.String' is declared in another module and needs to be imported"
for every type I reference. But this erro only occurs if I want to emit a call, in structs, parameters, variables, it works fine.Beta Was this translation helpful? Give feedback.
All reactions