我正在使用UnmanagedExportLibrary模板,它已经完美运行了。我可以使用我的Clarion for WIndows Applications中的所有.NET组件。优良..
问题:我已经安装了Visual Studio 2012,因为我现在都使用Team Foundation Server 2012.当然,因为VS2012接口比以前的版本要好得多......无论如何,当转移到VS2012时,我在编译解决方案时遇到错误话说:
ILDasm: calling 'ildasm.exe' with /quoteallnames /unicode /nobar /linenum "/out:C:\Users\omheien.S27\AppData\Local\Temp\tmp8E0D\UnmanagedExportLibrary1.il" "D:\Data\Annet\Test\UnmanagedExportLibrary1\UnmanagedExportLibrary1\bin\Debug\UnmanagedExportLibrary1.dll"
D:\Data\Annet\Test\UnmanagedExportLibrary1\UnmanagedExportLibrary1\DllExport\RGiesecke.DllExport.targets(8,5): error : Systemet finner ikke angitt fil
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
"Systemet finner ikke filen" meens "System can not find the file"
造成这种情况的原因是什么?