RGBSyncPlus icon indicating copy to clipboard operation
RGBSyncPlus copied to clipboard

Error Building with VS Community 2016

Open fionafibration opened this issue 5 years ago • 3 comments

Build log is below. Is there anything I'm doing wrong? Thanks.

1>D:\Fin\Desktop\VS\RGBSync\RGBSync+\App.xaml(13,14): error MC3074: The tag 'TaskbarIcon' does not exist in XML namespace 'http://www.hardcodet.net/taskbar'. Line 13 Position 14.
1>D:\Fin\Desktop\VS\RGBSync\RGBSync+\UI\ConfigurationWindow.xaml(157,46): error MC3072: The property 'DragDrop.IsDragSource' does not exist in XML namespace 'urn:gong-wpf-dragdrop'. Line 157 Position 46.
1>D:\Fin\Desktop\VS\RGBSync\RGBSync+\Styles\Navigation.xaml(12,6): error MC3074: The tag 'FadeTransition' does not exist in XML namespace 'clr-namespace:Transitionals.Transitions;assembly=Transitionals'. Line 12 Position 6.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========```

fionafibration avatar Jul 26 '18 23:07 fionafibration

It seems like you didn't restore all nuget packages. (I also expect that you meant vs 2017 - there's no 2016 and with 2015 it won't build at all)

DarthAffe avatar Jul 28 '18 08:07 DarthAffe

Oh yes, sorry. VS 2017. How do I restore packages with nuget? I just cloned the RGBSync library into the same folder.

On Sat, Jul 28, 2018, 2:04 AM DarthAffe [email protected] wrote:

It seems like you didn't restore all nuget packages. (I also expect that you meant vs 2017 - there's no 2016 and with 2015 it won't build at all)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DarthAffe/RGBSyncPlus/issues/1#issuecomment-408590997, or mute the thread https://github.com/notifications/unsubscribe-auth/AQDJZKsJ8xG3P0utVFF9-0VATmbZJQttks5uLBsJgaJpZM4VitoQ .

fionafibration avatar Jul 28 '18 16:07 fionafibration

I'm not sure what you mean with RGBSync library. Normally all you need to do is to clone this repository and build it. Regarding nuget: https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio

DarthAffe avatar Jul 28 '18 16:07 DarthAffe