| | | StrataFrame User
       
Group: Forum Members Last Login: 05/25/2007 3:34:57 PM Posts: 235, Visits: 309 |
| Got the following compiler warning:
Warning1Found conflicts between different versions of the same dependent assembly.
Attech jpg shows all project references
|
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 06/17/2008 9:28:35 AM Posts: 2,649, Visits: 1,863 |
| 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.
www.bungie.net |
| | | | StrataFrame User
       
Group: Forum Members Last Login: 05/25/2007 3:34:57 PM Posts: 235, Visits: 309 |
| | | | | StrataFrame Beginner
       
Group: Forum Members Last Login: 03/25/2006 6:08:39 PM Posts: 36, Visits: 65 |
| | 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? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 11:13:06 AM Posts: 4,104, Visits: 4,176 |
| | Double click on the warning, this will bring up a message box. Just click "Yes" and the message will go away. |
| |
|
|