此命令失败:
al.exe /out:ClassLibrary3.dll Class3.netmodule /keyfile:sgKey.snk
我不知道为什么。以下是它在命令行上失败的方式:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools>al.exe /
out:ClassLibrary3.dll Class3.netmodule /keyfile:sgKey.snk
Microsoft (R) Assembly Linker version 10.0.30319.1
Copyright (C) Microsoft Corporation. All rights reserved.
ALINK: error AL1047: Error importing file 'c:\Program Files (x86)\Microsoft
SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\Class3.netmodule' -- The system
cannot find the file specified.
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools>
Class3 是我的程序集中唯一的类。这是在目录中寻找一些物理的“Class3.netmodule”文件或对象吗?
感谢您的任何帮助。