Group: StrataFrame Users
Posts: 93,
Visits: 236
|
And Maybe it helps also
I create separate project
Add one line and try build
Imports MicroFour.StrataFrame.AddIns
Public Class Form1
Dim lo As MicroFour.StrataFrame.AddIns.DTEprojectsBO = New MicroFour.StrataFrame.AddIns.DTEprojectsBO()
End Class
------ Build started: Project: WindowsApplication1, Configuration: Debug Any CPU ------
Consider app.config remapping of assembly "EnvDTE, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "7.0.3300.0" [] to Version "8.0.0.0" [C:\Programme\Gemeinsame Dateien\Microsoft Shared\MSEnv\PublicAssemblies\EnvDTE.dll] to solve conflict and get rid of warning.
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3247:
Found conflicts between different versions of the same dependent assembly.
It seems after InstallAware installation something happens in system with DLLs... DLL hell goes on?
|