Update sources and try to build the solution

Issue #4 closed
Maxim Novikov created an issue

Please update your sources locally from the repository and try to rebuild the solution to be sure that it is not broken after my changes.

Comments (13)

  1. alex empty

    Max, I hve mnanaged to build 2008 project. However, 2012 project is failing:

    The reason is : Microsoft.SqlServer.ConnectionInfo is referenced from my c:\Program Files location. and it is SSMS2008.

    However, SqlWorkbench.Interfaces.dll is from SSMS2012 and you added it to local dependencies.

    I think Microsoft.SqlServer.ConnectionInfo.dll should also be in local dependencies (actually all Sql Server related DLL should be there I recon...)

  2. alex empty

    Max,

    are you sure you have added it to 2012 project? When I look under Dependencies/2012 I do not see Microsoft.SqlServer.ConnectionInfo.dll. I am still having the following error:

    C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3247: Found conflicts between different versions of the same dependent assembly. c:\Sashka\Programming\Projects\HuntingDog\Dependencies\2012\SqlWorkbench.Interfaces.dll : error CS1705: Assembly 'SqlWorkbench.Interfaces, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' uses 'Microsoft.SqlServer.ConnectionInfo, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' which has a higher version than referenced assembly 'Microsoft.SqlServer.ConnectionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'

  3. Log in to comment