Expand Minimize
This topic has not yet been rated - Rate this topic

Compiler Error CS1509

Referenced file 'file' is not an assembly; use '/addmodule' option instead

An output file (output file 1), produced in a compilation that used /target:module (does not have an assembly manifest), was specified to /reference. So, rather than appending an assembly to the assembly for the current program, the metadata information in output file 1 will be added to the assembly for the current program.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.