c# - Zune Lcd API Source On My PC -


i'm trying source of project build , run on computer (64-bit, visual studio 2010 ultimate (though believe copy of vs 32-bit, , zune software is, of course, 64-bit)). solution comes several projects, i'm concerned zunelcdapi , zunelcdapidebug. if try running debug program, xamlparseexception. didn't want bother that, started own project in solution. program zunelcdapi.launch(), doesn't work. "could not load file or assembly 'x, version=4.8.0.0, culture=neutral, publickeytoken=(some characters)' or 1 of dependencies. system cannot find file specified." x 1 of zunelcdapi dependencies (uix, zunedbapi, or zuneshell).

anyone have ideas? project sort of old don't know if i'll able reach out developer. i'll try, in meantime, i'd know how start using api, because it's incredible.

-edit-

i tried different computer, , debug wpf application works fine. still, own windows form c# application gives me "could not load file or assembly 'uix, version=4.8.0.0, culture=neutral, publickeytoken=ddd0da4d3e678217' or 1 of dependencies. attempt made load program incorrect format." how come can't found in project can found in debug program? both copied exact same directory!

figured out. x86 instead of cpu. had go build>configuration manager switch project over. once did that, smooth sailing.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -