Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28381 Discussions

Load Failed for C projects in a mixed language solution

acar
Beginner
447 Views

I have recently migrated my VS2015 solution to a new computer and am having teething problems getting it to work.  

I have attached an image file showing the response in VS2015 and here is a list of the products in VS2015 and it includes C++ and the Intel Visual Fortran:

Microsoft Visual Studio Professional 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.7.02558
 
Installed Version: Professional
 
Visual Basic 2015   00325-60005-53699-AA785
Microsoft Visual Basic 2015
 
Visual C# 2015   00325-60005-53699-AA785
Microsoft Visual C# 2015
 
Visual C++ 2015   00325-60005-53699-AA785
Microsoft Visual C++ 2015
 
Application Insights Tools for Visual Studio Package   7.0.20622.1
Application Insights Tools for Visual Studio
 
ASP.NET and Web Tools 2015.1 (Beta8)   14.1.11107.0
ASP.NET and Web Tools 2015.1 (Beta8)
 
ASP.NET Web Frameworks and Tools 2012.2   4.1.41102.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563
 
ASP.NET Web Frameworks and Tools 2013   5.2.40314.0
For additional information, visit http://www.asp.net/
 
Common Azure Tools   1.8
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
 
Intel® Parallel Studio XE 2018 Update 2 Composer Edition for Fortran Windows*   Package ID: w_comp_lib_2018.2.185
Intel® Parallel Studio XE 2018 Update 2 Composer Edition for Fortran Windows* Integration for Microsoft Visual Studio* 2015, Version 18.0.0038.14, Copyright © 2002-2018 Intel Corporation. All rights reserved.
* Other names and brands may be claimed as the property of others.
 
JavaScript Language Service   2.0
JavaScript Language Service
 
JavaScript Project System   2.0
JavaScript Project System
 
Microsoft Azure Mobile Services Tools   1.4
Microsoft Azure Mobile Services Tools
 
NuGet Package Manager   3.4.4
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
 
PreEmptive Analytics Visualizer   1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
 
SQL Server Data Tools   14.0.60519.0
Microsoft SQL Server Data Tools
 
TypeScript   1.8.36.0
TypeScript tools for Visual Studio
 
I'd be grateful if anyone could point me to what I need to do.
 
Thanks.
0 Kudos
3 Replies
Lorri_M_Intel
Employee
447 Views

It is probably the case that the directory locations are different on the new computer from the old computer. 

The directory paths to the projects are stored in the solution file.

Try re-adding the projects to the solution.

 

0 Kudos
acar
Beginner
447 Views

Thanks for your suggestion Lorri.  However, as far as I am aware, I have exactly the same directory structure on the new computer that I had on the old one.  The error suggests that it has found the file but is unable to read it - although clearly it can't read it if it can't find it...

 

0 Kudos
acar
Beginner
447 Views

PROBLEM SOLVED!!!  In using the data recovered from my old computer I have found that when opening word documents the software has to go through a short repair of the document before it opens.  This must also be the case with the VS files and hence they can be opened but not read.  I have reverted to an old version of the VS project and everything seems fine.  So, thanks for your time.

0 Kudos
Reply