私は C# ソリューションといくつかの参照された dll-s を持っています。Visual Studio (vs2010) でコンパイルすると成功したように見えますが、C# コンパイラを使用すると失敗します: どうやら dll がありません..
csc /t:library /out:test.dll test.cs
test.cs(22,10): error CS0246: The type or namespace name
'Attribute' could not be found (are you missing a using directive
or an assembly reference?)
なぜこれが起こっているのか誰にも分かりますか?