DarthAffe / RGBSyncPlus

Tool to synchronize RGB devices
GNU General Public License v2.0
151 stars 25 forks source link

Error Building with VS Community 2016 #1

Open fionafibration opened 6 years ago

fionafibration commented 6 years ago

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 ==========```
DarthAffe commented 6 years ago

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)

fionafibration commented 6 years ago

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 notifications@github.com 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 .

DarthAffe commented 6 years ago

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