Hi,
I'm having issues since upgrading with msbuild. I already checked this link here:http://software.intel.com/en-us/articles/build-the-visual-c-2010-project-with-msbuild-and-intel-c-compiler-from-command-line/
I get the following;
"
C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\Platforms\\x64\\PlatformTools
ets\\Intel C++ Compiler XE 12.1\\Microsoft.Cpp.x64.Intel C++ Compiler XE 12.1.tar
gets(38,5): error MSB4062: The "ICMessage" task could not be loaded from the as
sembly Intel.Build.ICLTasks.ICMsgTask, Version=12.0.0.0, Culture=neutral, Publi
cKeyToken=3c0c138f5bbab72f. Could not load file or assembly 'Intel.Build.ICLTas
ks.ICMsgTask, Version=12.0.0.0, Culture=neutral, PublicKeyToken=3c0c138f5bbab72
f' or one of its dependencies. The system cannot find the file specified. Confi
rm that the declaration is correct, that the assembly and all its d
ependencies are available, and that the task contains a public class that imple
ments Microsoft.Build.Framework.ITask. [C:\\Data\\softmetal_1_2\\Common\\Server\\ope
nslp-2.0.beta1\\win32\\slpdcommon\\slpdcommon.vcxproj]
C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\Platforms\\x64\\PlatformToolsets\\Intel C++ Compiler XE 12.1\\Microsoft.Cpp.x64.Intel C++ Compiler XE 12.1.targets(38,5): error MSB4062: The "ICMessage" task could not be loaded from the assembly Intel.Build.ICLTasks.ICMsgTask, Version=12.0.0.0, Culture=neutral, PublicKeyToken=3c0c138f5bbab72f. Could not load file or assembly 'Intel.Build.ICLTasks.ICMsgTask, Version=12.0.0.0, Culture=neutral, PublicKeyToken=3c0c138f5bbab72f' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. [C:\\Data\\softmetal_1_2\\Common\\Server\\openslp-2.0.beta1\\win32\\slpdcommon\\slpdcommon.vcxproj]"



