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");
288
+
returntrue;
289
+
}
290
+
else
291
+
{
292
+
thrownewException("You have SSDT for SQL Server "+VersionInfo.SqlServerFriendlyVersion+" installed but we couldn't find BIDS Helper 2017 files!");
////////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");
338
+
returntrue;
339
+
}
340
+
else
341
+
{
342
+
thrownewException("You have SSDT for SQL Server "+VersionInfo.SqlServerFriendlyVersion+" installed but we couldn't find BIDS Helper 2019 files!");
0 commit comments