Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Application was developed in VisualStudio-2008 bu now opened in Visual studio-2010.
Operating system: Windows7, 32-bit

Error on compilation

An assembly with the same simple name 'Interop.SQLDMO, Version=8.5.0.0, Culture=neutral, PublicKeyToken=null has already been imported. Try removing one of the references or sign them to enable side-by-side.
Posted

1 solution

So, when you changed your app from x64 to x32 (as I suggested in your previous question) it through this up... In future try to keep it in the same question by using the comment or reply facilities - that way it doesn't leave "trailing ends" of a question around to confuse people...


Remove the reference from your system, try a build (it will fail) and the ad the reference back in again.
 
Share this answer
 
Comments
DoingWork 26-Nov-13 5:07am    
Thanks for reply. I try it.

2ndly, In previous question, It was mentioned that "error occurs at run-time" and in this question it is mentioned too that "Error on compilation"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900