vbc.exe 中 /win32icon 参数的 msbuild 错误
我尝试使用 msbuild.exe 编译项目,
但出现此错误:
vbc : error BC30136: Error creating Win32 resources: Error reading icon '"Recycle Bin Empty.ico"' -- The filename, directory name, or volume label syntax is incorrect.
此图标是应用程序图标,位于项目的同一目录中。
vbc 使用 /win32icon:"Recycle Bin Empty.ico"
参数启动。 不知道为什么 MSBuild 无法访问该文件。
谢谢。
I try to compile a project with msbuild.exe
I have this error :
vbc : error BC30136: Error creating Win32 resources: Error reading icon '"Recycle Bin Empty.ico"' -- The filename, directory name, or volume label syntax is incorrect.
This icon is the Application icon which is in the same directory of the project.
vbc is started with /win32icon:"Recycle Bin Empty.ico"
parameter.
Don't know why MSBuild can't reach the file.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要尝试的一些事情
Couple of things to try