C# Type A originates from ... .NET DLL Version conflict Issue

  • Thread starter Thread starter Viswa V
  • Start date Start date
V

Viswa V

Guest
Hi,

I hope many will face the below error if you upgrade your DLL and not change in your Project.

Type A originates from '[DLL Details]' in the context 'Default' at location '[Location]'. Type B originates from'[DLL Details]' in the context 'Default' at location '[Location]'.

BackGround Info:

I am using C# Windows Application with Teradata[TD] as DB. My Project has TD Version 13. Now the Teradata has updated version 14 and hence the Project is updated to Version 14. Here Updating in the Project in the sense, just removing the older reference DLL [TD 13] and adding TD 14 Version. BUt My system was installed Teradata Version 13 alone and not upgraded to 14. [ It means my assembly in windows folder contains TD 13 alone.]

I am using Library Folder in which contains All DLL details related to my Project. In that Folder, I have TD 14 and I have Referenced all my Teradata DLL using my Project is that Library Folder.

Since I am referencing Library Folder, the VS takes the latest Version [TD 14 in Library Folder],.

Unfortunately, Its not happening. Still It compares the Teradata DLL with Windows assembly path which contains the TD 13 Version and above Version Conflict issue raise.



Could any one please tell me where I can change to reflect TD 14 and resolve Version Conflict?

Please let me know if you need more info for your understanding.

Thanks.


Regards,

Viswa V.


Viswa V

Continue reading...
 
Back
Top