microsoft / Power-BI-ALM-Toolkit

Agile deployment of Power BI artifacts across workspaces and environments
MIT License
56 stars 17 forks source link

Compile Issue in Visual Studio 2017 #7

Open danjenglish opened 6 years ago

danjenglish commented 6 years ago

I believe I downloaded and installed all the necessary components in order to try and build the code to try this out. I am getting the following errors:

Error CS0234 The type or namespace name 'RibbonTab' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?) AlmToolkit C:\Users\englida\Downloads\Power-BI-ALM-Toolkit-master\Power-BI-ALM-Toolkit-master\AlmToolkit\ComparisonForm.Designer.cs

Error CS0234 The type or namespace name 'RibbonPanel' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?) AlmToolkit C:\Users\englida\Downloads\Power-BI-ALM-Toolkit-master\Power-BI-ALM-Toolkit-master\AlmToolkit\ComparisonForm.Designer.cs

Error CS0234 The type or namespace name 'RibbonButton' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?) AlmToolkit C:\Users\englida\Downloads\Power-BI-ALM-Toolkit-master\Power-BI-ALM-Toolkit-master\AlmToolkit\ComparisonForm.Designer.cs

Error CS0234 The type or namespace name 'Ribbon' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?) AlmToolkit C:\Users\englida\Downloads\Power-BI-ALM-Toolkit-master\Power-BI-ALM-Toolkit-master\AlmToolkit\ComparisonForm.Designer.cs

Error CS0234 The type or namespace name 'RibbonOrbMenuItem' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?) AlmToolkit C:\Users\englida\Downloads\Power-BI-ALM-Toolkit-master\Power-BI-ALM-Toolkit-master\AlmToolkit\ComparisonForm.Designer.cs

Error CS0234 The type or namespace name 'RibbonArrowDirection' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?) AlmToolkit C:\Users\englida\Downloads\Power-BI-ALM-Toolkit-master\Power-BI-ALM-Toolkit-master\AlmToolkit\ComparisonForm.Designer.cs

Am I potentially missing a step or an additional reference someplace? Is there a particular version of the .NET framework we should be targeting?

Also, will this tool strictly be for the data model portion, will it ever be able to detect changes in the reports as well to push changes. We use Live Connections to Analysis Services, so when it comes to Power BI this tool won't do much for us from what I can tell. Looks like primarily for users that use imported models or possibly DirectQuery.

Thanks.

danjenglish commented 6 years ago

I downloaded the Ribbon control and referenced the 4.6.1 dll version in the project and was able to get this project to build now and run the AlmToolkit.exe to test this out. Thanks. https://github.com/RibbonWinForms/RibbonWinForms/releases