由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - 麻烦大家帮忙看看:cannot find dependency
相关主题
error of compiling C# in visual studion 2013 win 7 (转载)Reference type问题
请教怎样compile .msi file and .net projecthow to import C# .net DLL in VC6?
c#有没有第三方地免费解释器?ASP.Net比ASP倒底好多少?
How to compile multiple file using vbc?VB.net 问题求助
VB .net help说到netadvantage
I am back. :)请教有关header file的几个问题
c# for linuxWhich one is faster
WaitOne() and WaitOne(int, bool)What's the difference between ToolsVersion and Target Framework?
相关话题的讨论汇总
话题: project话题: references话题: dependency话题: folder话题: bin
进入DotNet版参与讨论
1 (共1页)
S***k
发帖数: 370
1
The issue is in a project built on .net1.4. There is a library called A.dll
in the bin folder of the project. But A.dll is not in the project references
list; A.dll is not included in the project either. The project can be
compiled without problem. After I remove A.dll from the bin folder, the
compiler gives an error: cannot find dependency A.dll.
Is the dependency defined somewhere other than references?
k****i
发帖数: 1072
2
You sure it's not because current project references B project and B
references A.ddl and has the copy to local property set?
BTW, .net1.4 version sounds weird to me.

dll
references

【在 S***k 的大作中提到】
: The issue is in a project built on .net1.4. There is a library called A.dll
: in the bin folder of the project. But A.dll is not in the project references
: list; A.dll is not included in the project either. The project can be
: compiled without problem. After I remove A.dll from the bin folder, the
: compiler gives an error: cannot find dependency A.dll.
: Is the dependency defined somewhere other than references?

P********e
发帖数: 2610
3
dependencywalker

dll
references

【在 S***k 的大作中提到】
: The issue is in a project built on .net1.4. There is a library called A.dll
: in the bin folder of the project. But A.dll is not in the project references
: list; A.dll is not included in the project either. The project can be
: compiled without problem. After I remove A.dll from the bin folder, the
: compiler gives an error: cannot find dependency A.dll.
: Is the dependency defined somewhere other than references?

S***k
发帖数: 370
4
kongzi, you are right. it is referenced by a B.dll referenced by the project
. I have no chance to review the source code of B.dll. I got the B.dll
attributes by reflection.
1 (共1页)
进入DotNet版参与讨论
相关主题
What's the difference between ToolsVersion and Target Framework?VB .net help
xamarin有没有搞头?I am back. :)
A potentially dangerous Request.Form value was detected from the clientc# for linux
VB & C# compiler open-sourced!WaitOne() and WaitOne(int, bool)
error of compiling C# in visual studion 2013 win 7 (转载)Reference type问题
请教怎样compile .msi file and .net projecthow to import C# .net DLL in VC6?
c#有没有第三方地免费解释器?ASP.Net比ASP倒底好多少?
How to compile multiple file using vbc?VB.net 问题求助
相关话题的讨论汇总
话题: project话题: references话题: dependency话题: folder话题: bin