This topic has not yet been rated - Rate this topic

Compiler Error CS1541

Invalid reference option: 'symbol' — cannot reference directories

The compiler detected an attempt to specify a directory rather than a specific file. For example, when you use the /reference compiler option, you must specify a file; it is not possible to specify a directory.

For example, passing /reference:c:\ to the compiler would generate CS1541.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ