共用方式為


編譯器錯誤 CS1680

更新:2007 年 11 月

錯誤訊息

無效的參考別名選項: 'alias=' -- 遺漏檔名。

在搭配 /reference 編譯選項使用 alias 功能,卻沒有指定有效檔名時,便會發生這個錯誤。

下列範例會產生 CS1680。

// CS1680.cs
// compile with: /reference:alias=
// CS1680 expected
// To resolve, specify the name of a file with an assembly manifest
class MyClass {}