问题描述
此问题有很多变体,但我的问题特定于libc.dll
.我不关心解决依赖性.我想变通避免这种警告.
There are many variations of this question, but my question is specific to libc.dll
. I am not concerned on resolving the dependency. I want a work around to avoid that warning.
我的Forms Application中有30个项目.当我使用InstallshieldLE发布设置时,我会得到ISEXP : warning : -6248: Could not find dependent file libc.dll, or one of its dependencies of component Sample.CommonModules.ChangeUnit_.Primary_output
I have 30 projects in my Forms Application. When I publish the setup using InstallshieldLE I am getting ISEXP : warning : -6248: Could not find dependent file libc.dll, or one of its dependencies of component Sample.CommonModules.ChangeUnit_.Primary_output
对每个主要输出发出警告.
warning for each primary output.
由于此警告,该发布花费了更长的时间并浪费了我的时间.有什么方法可以绕过InstallshieldLE中的此警告?
Due to this warning the publish is taking longer and killing my time. Is there a way I can bypass this warning in InstallshieldLE?
我只想摆脱该警告.我不介意创建一个模拟的libc.dll文件,并将其放在允许InstallShieldLE假定它具有该文件的位置.
I just want get rid of that warning. I don't mind creating a mock libc.dll file and placing it some where to let the InstallShieldLE assume that it has that file.
推荐答案
选择文件"视图->右键单击项目主输出"->在生成时扫描"中选择依赖关系"->取消选中libc.dll.
Select the Files view -> Right-click project Primary Output -> Select Dependencies from scan at Build -> uncheck libc.dll.
这篇关于ISEXP:警告:-6248:找不到依赖文件libc.dll或其组件的依赖项之一的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!