Alxandr / SpotiFire

A project to make a SpotifyClient in C#
http://nudoc.azurewebsites.net/SpotiFire
40 stars 19 forks source link

Error on building using VS2012 #20

Closed ztzven closed 11 years ago

ztzven commented 11 years ago

When I try to build the solution (opening and pressing F6) I get a few errors relating to files not being found...

Metadata file 'C:\Users\Steven\Downloads\SpotiFire-master\SpotiFire-master\Debug\SpotiFire.Native.dll' could not be found C:\Users\Steven\Downloads\SpotiFire-master\SpotiFire-master\SpotiFire.SpotifyLib\CSC SpotiFire.SpotifyLib

Any ideas? (Downloaded the .zip source)

Alxandr commented 11 years ago

This just basically means that another project was not built sucessfully. At least that's what I read out of it (you seem to have left out some of the error-message).

If you want help, and are available, I could probably help you with this on some soft of IM.

On Thu, Nov 8, 2012 at 10:28 AM, Steven French notifications@github.comwrote:

When I try to build the solution (opening and pressing F6) I get a few errors relating to files not being found...

Metadata file 'C:\Users\Steven\Downloads\SpotiFire-master\SpotiFire-master\Debug\SpotiFire.Native.dll' could not be found C:\Users\Steven\Downloads\SpotiFire-master\SpotiFire-master\SpotiFire.SpotifyLib\CSC SpotiFire.SpotifyLib

Any ideas? (Downloaded the .zip source)

— Reply to this email directly or view it on GitHubhttps://github.com/Alxandr/SpotiFire/issues/20.

/Alxandr

ztzven commented 11 years ago

If you try to build the solution found in the .zip file here https://github.com/Alxandr/SpotiFire/downloads you will get this error. Do you want to try that?

Alxandr commented 11 years ago

What version of Visual Studio do you use?

Alxandr commented 11 years ago

The issue has been resolved with the latest commit. The problem was the lack of libspotify.lib (which my .gitignore had left out).