Q
qiucx
If i want to develope one class library and it depends two dll files named
DependencyA, DependencyB. Meanwhile, DependencyA depend on DependencyC with
version 1.0, DependencyB depend on DependencyC with version 2.0.
My question is which version of DependencyC i should use? Version1.0 dll or
version2.0 dll file?
question2:
When i add the source code of DependencyC, i get error during compiling:
Error 5 The type 'xxxx' is defined in an assembly that is not referenced.
You must add a reference to assembly 'DependencyC, Version=1.0.0.0,
Culture=neutral,
PublicKeyToken=b7567367622062c6'. D:\LearnWCF\test\test\Helper.cs 125 17 test
I have added the source code, i do not know how to solve this problem.
Thanks in advanced.
DependencyA, DependencyB. Meanwhile, DependencyA depend on DependencyC with
version 1.0, DependencyB depend on DependencyC with version 2.0.
My question is which version of DependencyC i should use? Version1.0 dll or
version2.0 dll file?
question2:
When i add the source code of DependencyC, i get error during compiling:
Error 5 The type 'xxxx' is defined in an assembly that is not referenced.
You must add a reference to assembly 'DependencyC, Version=1.0.0.0,
Culture=neutral,
PublicKeyToken=b7567367622062c6'. D:\LearnWCF\test\test\Helper.cs 125 17 test
I have added the source code, i do not know how to solve this problem.
Thanks in advanced.