Skip to content

Commit 949c915

Browse files
committed
Merge branch 'bidshelper-vsix'
2 parents 3d4d9af + 46ef392 commit 949c915

20 files changed

Lines changed: 75 additions & 40 deletions

BidsHelper2017.pkgdef.bak

0 Bytes
Binary file not shown.

Core/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class VersionInfo
99
{
1010
// BIDS Helper Assembly & VSIX Version
1111
// N.B. Manually update the manifest file, if you change this - See source.extension.vsixmanifest
12-
public const string Version = "2.2.0";
12+
public const string Version = "2.2.1";
1313

1414
private static readonly object lockResource = new object();
1515
private static Version visualStudioVersion;

Manifest/SQL2017/VSPackageVS2017.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<value>BI Developer Extensions 2017 Extension</value>
122122
</data>
123123
<data name="112" xml:space="preserve">
124-
<value>BI Developer Extensions 2017 Visual Studio Extension v2.2.0 - An add-in to extend SQL Server Data Tools</value>
124+
<value>BI Developer Extensions 2017 Visual Studio Extension v2.2.1 - An add-in to extend SQL Server Data Tools</value>
125125
</data>
126126
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
127127
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">

Manifest/SQL2017/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d873" Version="2.2.0" Language="en-US" Publisher="bideveloperextensions.github.io" />
4+
<Identity Id="BIDSHelper_VSIX.b6deed2d-6c6f-46d4-94be-28027bf7d873" Version="2.2.1" Language="en-US" Publisher="bideveloperextensions.github.io" />
55
<DisplayName>BI Developer Extensions for Visual Studio 2017</DisplayName>
66
<Description xml:space="preserve">BI Developer Extensions (formerly BIDS Helper) is an extension for BIDS / SSDT that includes numerous enhancements for SQL Server BI projects</Description>
77
<MoreInfo>https://bideveloperextensions.github.io</MoreInfo>

SQL2017_VS2017_BidsHelper.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,6 @@
794794
<HintPath>DLLs\SQL2017\Reference\Microsoft.SqlServer.ManagedDTS.dll</HintPath>
795795
<Private>False</Private>
796796
</Reference>
797-
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
798-
<SpecificVersion>False</SpecificVersion>
799-
<HintPath>DLLs\SQL2017\Reference\Microsoft.AnalysisServices.AdomdClient.dll</HintPath>
800-
<Private>False</Private>
801-
</Reference>
802797
<Reference Include="Microsoft.AnalysisServices.Controls">
803798
<HintPath>DLLs\SQL2017\Reference\Microsoft.AnalysisServices.Controls.DLL</HintPath>
804799
<Private>False</Private>

SQL2019_VS2017_BidsHelper.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -841,11 +841,6 @@
841841
<HintPath>DLLs\SQL2019\Reference\Microsoft.SqlServer.ManagedDTS.dll</HintPath>
842842
<Private>False</Private>
843843
</Reference>
844-
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
845-
<SpecificVersion>True</SpecificVersion>
846-
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.AdomdClient.dll</HintPath>
847-
<Private>False</Private>
848-
</Reference>
849844
<Reference Include="Microsoft.AnalysisServices.Controls">
850845
<HintPath>DLLs\SQL2019\Reference\Microsoft.AnalysisServices.Controls.DLL</HintPath>
851846
<Private>False</Private>

SSAS/AggManager/AggregationPerformance.cs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
using System;
1+
#if SQL2017
2+
extern alias localAdomdClient;
3+
using localAdomdClient.Microsoft.AnalysisServices.AdomdClient;
4+
#else
5+
using Microsoft.AnalysisServices.AdomdClient;
6+
#endif
7+
8+
using System;
29
using System.Collections.Generic;
310
using System.Text;
411
using Microsoft.AnalysisServices;
5-
using Microsoft.AnalysisServices.AdomdClient;
612
using System.Data;
713

814
namespace AggManager

SSAS/AggManager/AggregationPerformanceProgress.cs

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ PARTICULAR PURPOSE.
3030
* http://www.codeplex.com/MSFTASProdSamples
3131
*
3232
============================================================================*/
33+
#if SQL2017
34+
extern alias localAdomdClient;
35+
using localAdomdClient.Microsoft.AnalysisServices.AdomdClient;
36+
#else
37+
using Microsoft.AnalysisServices.AdomdClient;
38+
#endif
39+
3340
using System;
3441
using System.Collections.Generic;
3542
using System.ComponentModel;
@@ -88,7 +95,7 @@ private void InitASSPLabel()
8895
{
8996
try
9097
{
91-
Microsoft.AnalysisServices.AdomdClient.AdomdConnection conn = new Microsoft.AnalysisServices.AdomdClient.AdomdConnection("Data Source=" + lblServer.Text + ";Initial Catalog=" + lblDatabase.Text);
98+
AdomdConnection conn = new AdomdConnection("Data Source=" + lblServer.Text + ";Initial Catalog=" + lblDatabase.Text);
9299
conn.Open();
93100

94101
bool bASSPExists = AggManager.AggregationPerformanceTester.ASSPExists(conn);
@@ -305,7 +312,7 @@ private void chkTestAgg_CheckedChanged(object sender, EventArgs e)
305312

306313
private void lnkASSP_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
307314
{
308-
System.Diagnostics.Process.Start("http://asstoredprocedures.codeplex.com/wikipage?title=FileSystemCache");
315+
System.Diagnostics.Process.Start("https://asstoredprocedures.github.io/functions/FileSystemCache/");
309316
}
310317

311318
}

SSAS/AggManager/EditAggs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PARTICULAR PURPOSE.
3838
using System.Text;
3939
using System.Windows.Forms;
4040
using Microsoft.AnalysisServices;
41-
using Microsoft.AnalysisServices.AdomdClient;
41+
//using Microsoft.AnalysisServices.AdomdClient;
4242

4343

4444
namespace AggManager

SSAS/AggManager/frmDeleteUnusedAggs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using System.Drawing;
1919
using System.Text;
2020
using System.Windows.Forms;
21-
using Microsoft.AnalysisServices.AdomdClient;
21+
//using Microsoft.AnalysisServices.AdomdClient;
2222
using Microsoft.AnalysisServices;
2323
using System.Data.SqlClient;
2424

0 commit comments

Comments
 (0)