TheMagician1 / redmine-desktop-client

A port of the original RedmineClient to use the REST API of Redmine
http://themagician1.github.io/redmine-desktop-client/
30 stars 12 forks source link

Can't open the solution on Visual Studio Ultimate 2013 #59

Closed crmun closed 7 years ago

crmun commented 8 years ago

I have compatibility errors on the solution explorer:

Some kind of log file was generated (Any easy way of update or migrate the project?):

[67408:67440][2016-05-02T12:04:46]i052: Condition '(VersionNT = v6.3) AND (WindowsBuildNumber < 9600)' evaluates to false. [67408:67440][2016-05-02T12:04:46]i052: Condition 'CompatibilityMode = 0' evaluates to false. [67408:67440][2016-05-02T12:04:46]i052: Condition 'NOT((VersionNT > v6.1) OR (VersionNT = v6.1 AND ServicePackLevel >= 1))' evaluates to false. [67408:67440][2016-05-02T12:04:46]i052: Condition '(NOT IsLanguagePack) AND ( CurrentOperation = "Install" ) AND ( FLP_Version > v12.0.30723 )' evaluates to false. [67408:67440][2016-05-02T12:04:46]i052: Condition 'RebootPending = 1' evaluates to false. [67408:67440][2016-05-02T12:04:46]i052: Condition 'NOT (IEsvcVersionExists) OR (IEsvcVersion < v10.0)' evaluates to false. [67408:67440][2016-05-02T12:04:46]i052: Condition '(VersionNT < v6.2) AND ((NetworkAvailable = 0) OR (DisableRootAutoUpdate = 1)) AND NOT ((MicrosoftRootCertificateAuthority2011RootExists OR MicrosoftRootCertificateAuthority2011AuthRootExists) AND (MicrosoftRootCertificateAuthority2010RootExists OR MicrosoftRootCertificateAuthority2010AuthRootExists))' evaluates to false. [67408:67440][2016-05-02T12:04:46]i052: Condition '(CurrentOperation = "Install") AND RelatedBundleTag_vs_ultimate AND (RelatedBundleTag_vs_ultimate <> 1033) AND (BaselineBundleVersion <= FLP_Version)' evaluates to false. [67408:67440][2016-05-02T12:04:46]i052: Condition '(VersionNT = v6.3) AND (netfxfullredist_43_DetectKey < v4.5.30723)' evaluates to false. [67408:67440][2016-05-02T12:04:46]i000: MUX: Warning Block: ProcessBlock : Please close Visual Studio now to reduce the chance that a computer restart will be required later. [67408:67440][2016-05-02T12:04:46]i052: Condition 'VersionNT < v6.2' evaluates to false. [67408:67440][2016-05-02T12:04:46]i052: Condition 'NOT ((VersionNT >= v6.2 OR (VersionNT = v6.1 AND NTProductType>=3 AND ServicePackLevel >= 1)) AND VersionNT64)' evaluates to false. [67408:67440][2016-05-02T12:04:46]i000: MUX: Detect Completed [67408:67440][2016-05-02T12:04:46]i000: MUX: Wait for View to be loaded [67408:6A840][2016-05-02T12:04:46]i000: MUX: Detect Completed, now create view [67408:67440][2016-05-02T12:05:16]i000: MUX: View loaded [67408:67440][2016-05-02T12:05:16]i000: MUX: Go to Blocker page. [67408:67440][2016-05-02T12:05:16]i199: Detect complete, result: 0x0

Jopie64 commented 8 years ago

Hi,

I think you forgot to checkout the submodules git submodule update --init

Also, the installer is dependent on wix. If you want to build the setup, you need wix. http://wixtoolset.org/

Greetings, Johan

Jopie64 commented 7 years ago

Closing due to inactivity. Please feel free to reopen this when this issue persists.