You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//it looks like some earlier versions of VS2015 use the registry while newer versions of VS2015 (like Update 3) just use the vsixmanifest and pkgdef files?
System.Windows.Forms.MessageBox.Show("You have SSDT for SQL Server "+VersionInfo.SqlServerFriendlyVersion+" installed. Please restart Visual Studio so BIDS Helper can reconfigure itself to work properly with that version of SSDT.","BIDS Helper");
//it looks like some earlier versions of VS2015 use the registry while newer versions of VS2015 (like Update 3) just use the vsixmanifest and pkgdef files?
System.Windows.Forms.MessageBox.Show("You have SSDT for SQL Server "+VersionInfo.SqlServerFriendlyVersion+" installed. Please restart Visual Studio so BIDS Helper can reconfigure itself to work properly with that version of SSDT.","BIDS Helper");
0 commit comments