dll error
-
i have encountered this error in my program, i don't know how to solve it pls can someone help. Error 1 The type 'Sosinpw.SheetStatus' exists in both 'd:\projects\necoscan\necoscan\obj\Debug\Interop.Sosinpw.dll' and 'c:\Program Files\DRS\SKW\Interop.Sosinpw.dll' thank you.
-
i have encountered this error in my program, i don't know how to solve it pls can someone help. Error 1 The type 'Sosinpw.SheetStatus' exists in both 'd:\projects\necoscan\necoscan\obj\Debug\Interop.Sosinpw.dll' and 'c:\Program Files\DRS\SKW\Interop.Sosinpw.dll' thank you.
-
It looks like you are trying to include two versions of the same library into your project. Remove the one that you do not need.
It's time for a new signature.
thanks you for your reply, I have only added refrence to one, but when the project is compiled, the dll is copied to the debug folder, and then the comflict. is it something i'm not doinh right. thank you
-
i have encountered this error in my program, i don't know how to solve it pls can someone help. Error 1 The type 'Sosinpw.SheetStatus' exists in both 'd:\projects\necoscan\necoscan\obj\Debug\Interop.Sosinpw.dll' and 'c:\Program Files\DRS\SKW\Interop.Sosinpw.dll' thank you.
Can you clean the debug folder and then try again.
Arun Jacob My Technical Blog : Code.NET
-
thanks you for your reply, I have only added refrence to one, but when the project is compiled, the dll is copied to the debug folder, and then the comflict. is it something i'm not doinh right. thank you
Do you have this DLL referenced in the gac, and are you attempting to add a local copy of the same?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Do you have this DLL referenced in the gac, and are you attempting to add a local copy of the same?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
All i did is to add a reference to it from the add reference dialogue of the project menu item.
-
Can you clean the debug folder and then try again.
Arun Jacob My Technical Blog : Code.NET
I have done this, and still getting the same error after first compilation attempt. thank you.