|
FOROS PROFESIONALES WINDEV, WEBDEV y WINDEV Mobile |
| | | | | |
| [WD18] Compile error with Windows Store Apps API |
| Iniciado por rob, 17,feb. 2015 16:20 - No hay respuesta |
| |
| | | |
|
| |
Miembro registrado 105 mensajes |
|
| Publicado el 17,febrero 2015 - 16:20 |
Hey everyone. I'm working on my first windows store app in WinDev, I've gone through all the pre-requisites for doing so, and can compile my application just fine.
However, whenever I try to include the WIndows Store Apps API "Windows" "C:\Program Files (x86)\Windows Kits\8.0\References\CommonConfiguration\Neutral\Windows.winmd" I get the error I've pasted below during the compile.
Obviously something is wrong here, but I'm not sure what to look at. I've uninstalled and reinstalled the Windows 8 SDK. Tried installing the Windows 8.1 SDK and pointing my application to that. Verified that the file "Windows.winmd" it says it can't find is actually there in the correct path.
Any help would be greatly appreciated.
**********************************************
Failure creating the .NET executable (<C:\My Projects\SSCS Warehouse Companion for RT\Exe\SSCS Warehouse Companion for RT_ARM\wrapper.winmd>).
Command Line: "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe" /nologo /noconfig /warn:0 /optimize+ /nostdlib+ /noconfig /errorreport:prompt /define:NETFX_CORE /errorendlocation /preferreduilang:fr-FR /highentropyva+ /filealign:512 /subsystemversion:6.02 /reference:"C:\Program Files (x86)\Windows Kits\8.0\References\CommonConfiguration\Neutral\Windows.winmd" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Collections.dll" /target:winmdobj /out:"wrapper.winmdobj" /reference:"Windows.winmd" *.cs
Error returned: error CS0006: Metadata file 'Windows.winmd' could not be found
**********************************************
Technical Information
What happened? Failure creating the .NET executable (<C:\My Projects\SSCS Warehouse Companion for RT\Exe\SSCS Warehouse Companion for RT_ARM\wrapper.winmd>).
Command Line: "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe" /nologo /noconfig /warn:0 /optimize+ /nostdlib+ /noconfig /errorreport:prompt /define:NETFX_CORE /errorendlocation /preferreduilang:fr-FR /highentropyva+ /filealign:512 /subsystemversion:6.02 /reference:"C:\Program Files (x86)\Windows Kits\8.0\References\CommonConfiguration\Neutral\Windows.winmd" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Collections.dll" /target:winmdobj /out:"wrapper.winmdobj" /reference:"Windows.winmd" *.cs
Error returned: error CS0006: Metadata file 'Windows.winmd' could not be found
Error code: 13 Level: fatal error (EL_FATAL)
Dump of the error of 'wdnet.dll' module (18.0.43.1). Identifier of detailed information (.err): 13 |
| |
| |
| | | |
|
| | | | |
| | |
| | |
| |
|
|
|