visual studio 2013 - DirectX VSIX Installer Installation Failed -
i beginning directx programming on visual studio express 2013. searched online how begin it. found resource here
i downloaded zip , when ran vsix file got following error:
this extension not installable on installed products.
and following install log:
13-06-2015 14:04:12 - microsoft vsix installer 13-06-2015 14:04:12 - ------------------------------------------- 13-06-2015 14:04:13 - initializing install... 13-06-2015 14:04:14 - extension details... 13-06-2015 14:04:14 - identifier : wdcgametemplates..c3488525-c3e7-49c4-9619-e082f4a95772 13-06-2015 14:04:14 - name : wdc game templates 13-06-2015 14:04:14 - author : microsoft windows sdk 13-06-2015 14:04:14 - version : 1.0 13-06-2015 14:04:14 - description : create realtime, graphics-intensive windows store games using directx , native code. includes template code graphics, sound effects, background music, , input. 13-06-2015 14:04:14 - locale : en-us 13-06-2015 14:04:14 - moreinfourl : 13-06-2015 14:04:14 - installedbymsi : false 13-06-2015 14:04:14 - supportedframeworkversionrange : [0.0,2147483647.2147483647] 13-06-2015 14:04:14 - 13-06-2015 14:04:14 - supported products : 13-06-2015 14:04:14 - microsoft.visualstudio.pro 13-06-2015 14:04:14 - version : [12.0,13.0) 13-06-2015 14:04:14 - microsoft.visualstudio.premium 13-06-2015 14:04:14 - version : [12.0,13.0) 13-06-2015 14:04:14 - microsoft.visualstudio.ultimate 13-06-2015 14:04:14 - version : [12.0,13.0) 13-06-2015 14:04:14 - microsoft.visualstudio.integratedshell 13-06-2015 14:04:14 - version : [12.0,13.0) 13-06-2015 14:04:14 - microsoft.visualstudio.vswinexpress 13-06-2015 14:04:14 - version : [12.0,13.0) 13-06-2015 14:04:14 - 13-06-2015 14:04:14 - references : 13-06-2015 14:04:14 - ------------------------------------------------------- 13-06-2015 14:04:14 - identifier : microsoft.windows.developmentkit.windowsstore 13-06-2015 14:04:14 - name : windows software development kit windows store apps 13-06-2015 14:04:14 - version : [8.1,9.0) 13-06-2015 14:04:14 - moreinfourl : 13-06-2015 14:04:14 - nested : no 13-06-2015 14:04:14 - 13-06-2015 14:04:14 - 13-06-2015 14:04:14 - searching applicable products... 13-06-2015 14:04:15 - found installed product - microsoft visual studio express 2012 web 13-06-2015 14:04:15 - found installed product - microsoft visual studio express 2013 windows desktop 13-06-2015 14:04:15 - found installed product - global location 13-06-2015 14:04:15 - vsixinstaller.noapplicableskusexception: extension not installable on installed products. @ vsixinstaller.app.initializeinstall() @ system.threading.tasks.task.innerinvoke() @ system.threading.tasks.task.execute()
i refered thread
and followed instruction provided in each , every answer. still getting same error.
please tell me else need fix this. totally new directx.
fixed it.
downloaded visual studio community 2013 update 4. , worked fine.
Comments
Post a Comment