0

I have a dll to edit Assembly Attributes but when compile it notify error as my title.

How can I fix this?

I search on internet and find solution that open dll with dnspy32 or 64 and repeat edit, compile. It didn't work for me

David Wohlferd
  • 7,110
  • 2
  • 29
  • 56
  • As a wild guess, you have an assembly declared to be "Any CPU", but you are somehow including that module (i.e., that DLL) and it is processor-specific (say x64 or x86). How are you referencing that dll in your project. A solution (if it suites your needs) may be to declare the assembly to match that processor – Flydog57 Jul 07 '23 at 04:40

0 Answers0