c++ - MSB6001: Invalid command line switch for "cmd.exe". | Qt + Windows Phone RT -


hi i've got problem visual studio express 2013. when want compile code drive me crazy. beacause serching solution of error:

error   1   error msb6001: invalid command line switch "cmd.exe". illegal characters in path.   c:\program files (x86)\msbuild\microsoft.cpp\v4.0\v120\microsoft.cppcommon.targets  170 5   tablicechemiczne 

i can compile code using qt , deploy on device. app looks great cannot deploy shop. 1 reason of assets file not avaible during developer console:

package acceptance validation error: following image(s) specified in appxmanifest.xml of 13084artmetic.tablicamendelejewa-artmetic_1q966j2m0cjrj.appx not found: assets/logo_71x71.png, assets/logo_150x150.png, assets/logo_71x71.png, assets/logo_310x150.png, assets/logo_480x800.png 

but in fact in package, because found manually. , second reason cannot add signature package:

package acceptance validation error: package 13084artmetic.tablicamendelejewa-artmetic_1q966j2m0cjrj.appx uses incorrect hash algorithm: http://www.w3.org/2001/04/xmlenc#sha512. packages must use sha-256 hash algorithm. 

so decided install visual studio agter trying create signature using command prompt, cannot compile code during error relates xml code:

 <target name="custombuild"           condition="'@(custombuild)' != ''"           dependsontargets="selectcustombuild;computecustombuildoutput"           beforetargets="$(custombuildtoolbeforetargets)"           aftertargets="$(custombuildtoolaftertargets)"           >      <propertygroup>       <custombuildtoolarchitecture condition="'$(custombuildtoolarchitecture)' == ''">native32bit</custombuildtoolarchitecture>     </propertygroup>      <custombuild       sources                     ="@(custombuild)"       buildsuffix                 ="$(_buildsuffix)"        trackerlogdirectory         ="%(custombuild.trackerlogdirectory)"       minimalrebuildfromtracking  ="%(custombuild.minimalrebuildfromtracking)"        tlogreadfiles               ="@(custombuildtlogreadfiles)"       tlogwritefiles              ="@(custombuildtlogwritefiles)"       trackfileaccess             ="$(trackfileaccess)"       toolarchitecture            ="$(custombuildtoolarchitecture)"       trackerframeworkpath        ="$(custombuildtrackerframeworkpath)"       trackersdkpath              ="$(custombuildtrackersdkpath)"        acceptablenonzeroexitcodes  ="%(custombuild.acceptablenonzeroexitcodes)"       >     </custombuild> 


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -