Strange warning in SSMS 2012

Issue #28 closed
Maxim Novikov created an issue

Investigate... Looks like some dependency version conflicts. Everything still works fine, but this message (attached) appears at every launch of SSMS, kinda annoying...

Comments (7)

  1. Maxim Novikov reporter

    Please remove all libraries from the distribution package except the following ones (from both 2008 and 2010 msi's): 1. HuntingDog.dll 2. NLog.dll You use all other libraries at the compilation time. When your plugin is being run SSMS should resolve those dependencies in run-time using its own assemblies shipped. Currently, if you use SSMS of a slightly different version, you will receive a warning message every time SSMS loads load the add-in.

  2. Log in to comment