Doublevil / Houhou-SRS

Japanese dictionary and SRS self-learning application for Windows.
http://houhou-srs.com
Other
149 stars 29 forks source link

Can't compile #7

Closed hammeron-art closed 8 years ago

hammeron-art commented 8 years ago

Hello, I'm trying to build with VS 2015 after following the "Compiling the solution (for developers)" but I get this error:

Error   CS1061  'TrayWindow' does not contain a definition for 'Tray' and no extension method 'Tray' accepting a first argument of type 'TrayWindow' could be found (are you missing a using directive or an assembly reference?)   ~\Kanji.Interface\Business\TrayBusiness.cs  90  Active

Is something missing in the setup?

Doublevil commented 8 years ago

Hello, Are you sure you are compiling the project NotifyIconWpf (in the solution) properly? Try to compile that project alone first. Does the build on this project alone succeed? Is the reference from Kanji.Interface to NotifyIconWpf not broken? In any case, have you tried cleaning and rebuilding?

hammeron-art commented 8 years ago

I managed to build it. The Tray error for some reason goes away when I build, close and then reopen the solution.

However I had to reinstall SharpVectors, Extended.Wpf.Toolkit (installation seemed incomplete on its folders) and remove Microsoft.Speech reference to be able to build.

Doublevil commented 8 years ago

Okay thank you for your report.