0
我正在尋找一個帶衛星組件的南特樣本。 我現在搜索了幾個小時沒有成功。Nant和衛星組件
我能走到今天:
<resgen todir="${build}">
<resources>
<include name="${src}/Resources/*.resx" />
</resources>
</resgen>
和CSC子元素:
<resources prefix="Resources">
<include name="${build}/ResourceManagement.resources" />
</resources>
但是我怎麼也創建附屬程序集?當我嘗試包括非中性的資源我得到一個奇怪的錯誤(例如ResourceManagement.de.resources:
System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.RuntimeCompatibilityAttribute' from assembly 'myassembly'