StrataFrame Forum

Conflicts between different versions of the same dependent assembly.

http://forum.strataframe.net/Topic101.aspx

By Daniel Essin - 11/23/2005

Got the following compiler warning:

Warning   1   Found conflicts between different versions of the same dependent assembly.



Attech jpg shows all project references
By StrataFrame Team - 11/23/2005

The actual assembly that is causing that error is the EnvDTE assembly. Our some of our framework DLLs reference the EnvDTE for design-time use and there are multiple versions of it. It is never used by any runtime component of StrataFrame (doing so would require Visual Studio to be installed on every machine you run a StrataFrame application on), but having a reference to I believe MicroFour StrataFrame UI.dll causes the Visual Studio project to assume that it needs EnvDTE.dll. When you get the error message, simply select "Yes" and Visual Studio will modify the application's app.config file to correct the compiler warning.
By Daniel Essin - 11/23/2005

Thank you
By John Frankewicz - 11/28/2005

I also get this, but its a warning when the solution is built. See below:

Warning 1 Found conflicts between different versions of the same dependent assembly. Medselect.Oncology.Login

How do you get rid of this warning?

By Trent L. Taylor - 11/28/2005

Double click on the warning, this will bring up a message box.  Just click "Yes" and the message will go away.