dependency warning

A

Agnes

I got a *.dll , my two projects will use the same *.dll
in my 2nd project , i need to add this *.dll
However, I got an error
'Warning: The dependency 'dtsclass,version =1.01683.21719,culture=neutral'
in project "my2ndproject" cannot be copied to the run directory because it
would overwrite the reference
'dtsclass,version=1.0.1683.42038,culture=neutral'
I don't know what happend ??? my 1stproject still work fines...
Please help.
 
K

Ken Tucker [MVP]

Hi,

Sounds like the dll got recompiled giving it a new version
number. Add a reference to the newer version.

Ken
---------------------------------
I got a *.dll , my two projects will use the same *.dll
in my 2nd project , i need to add this *.dll
However, I got an error
'Warning: The dependency 'dtsclass,version =1.01683.21719,culture=neutral'
in project "my2ndproject" cannot be copied to the run directory because it
would overwrite the reference
'dtsclass,version=1.0.1683.42038,culture=neutral'
I don't know what happend ??? my 1stproject still work fines...
Please help.
 
A

Agnes

I found the .dll in two directories.
myProject/bin
myProject/obj/debug
Do you know Which one is correct ?
thanks a lot
 
K

Ken Tucker [MVP]

Hi,

myproject/bin

Ken
-------------------
I found the .dll in two directories.
myProject/bin
myProject/obj/debug
Do you know Which one is correct ?
thanks a lot
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top