I recently took delivery of a new shiny laptop running Windows 10. I installed Visual Studio 2015 Community Edition and then the Intel Parallel Studio 2017 Beta. I am using the Fortran compiler and it all works very well.
I have a licence for the 2016 XE Composer package and I have now downloaded and installed this as well. I would like, for various operational reasons, to switch between the two Fortran compilers. When I open Visual Studio I get the message:
the 'Intelpackage' package did not load correctly.The problem may have been caused by a configuration change or by the installation of another extension ....
The Activity Log file contains:
<guid>{8E5A44DA-6B19-4803-8018-716C51016B52}</guid>
</entry>
<entry>
<record>378</record>
<time>2016/04/17 09:09:02.015</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [IntelPackage][Could not load file or assembly 'IntelPkg, Version=16.0.0.0, Culture=neutral, PublicKeyToken=edf82db605c24ff6' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]:{ at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
 at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
 at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
 at System.Activator.CreateInstance(String assemblyString, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
 at System.Activator.CreateInstance(String assemblyName, String typeName)
 at System.AppDomain.CreateInstance(String assemblyName, String typeName)}</description>
<guid>{8E5A44DA-6B19-4803-8018-716C51016B52}</guid>
<hr>80131040</hr>
<errorinfo>Could not load file or assembly 'IntelPkg, Version=16.0.0.0, Culture=neutral, PublicKeyToken=edf82db605c24ff6' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)</errorinfo>
</entry>
</activity>
I presume I can run both compilers on one computer and I would be grateful for some advice.
ChrisG