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

Unable to open solutions and projects after upgrade to 2024.1

Andrew_Smith
Valued Contributor I
615 Views

On opening the solution, first Visual Studio 2022 freezes for a few seconds they dies without any messages. On re-starting VS, it says the crash is caused by the extension Fortran IDE 2021.11.

How can I roll back the update, this is going to block my work otherwise.

I don't have the latest Visual Studio as I was reluctant to update this for fear of breaking Fortran. But now its broken anyway.

I am able to open a few very small projects. Obviously I cant upload code to replicate this as it proprietary. But how about crash logs, are these available for me to send ?

VS about info:

Microsoft Visual Studio Professional 2022
Version 17.8.5
VisualStudio.17.Release/17.8.5+34511.84
Microsoft .NET Framework
Version 4.8.09032

Installed Version: Professional

Visual C++ 2022 00476-80000-00000-AA377
Microsoft Visual C++ 2022

ASP.NET and Web Tools 17.8.358.6298
ASP.NET and Web Tools

Azure App Service Tools v3.0.0 17.8.358.6298
Azure App Service Tools v3.0.0

C# Tools 4.8.0-7.23572.1+7b75981cf3bd520b86ec4ed00ec156c8bc48e4eb
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Cookiecutter 17.0.23262.1
Provides tools for finding, instantiating and customizing templates in cookiecutter format.

GitHub Copilot 1.156.0.0 (v1.156.0.0@82fafb995)
GitHub Copilot is an AI pair programmer that helps you write code faster and with less work.

GitHub Copilot Agent 1.156.0

Intel® Advisor 2024 1.3.25
Intel® Advisor 2024, (Plugin Version 1.3.25), Copyright © 2009-2023 Intel Corporation. All rights reserved.

Intel® C++ Compiler 2024.1
Intel® C++ Compiler 2024.1, Copyright © 2002-2024 Intel Corporation. All rights reserved.

Intel® DPC++ Compatibility Tool 2024.1
Intel® DPC++ Compatibility Tool 2024.1, Copyright © 2019-2024 Intel Corporation. All rights reserved.

Intel® Fortran Compiler 2024.1
Intel® Fortran Compiler 2024.1, Copyright © 2002-2024 Intel Corporation. All rights reserved.

Intel® Libraries for oneAPI 2024.1
Intel® Libraries for oneAPI 2024.1, Copyright © 2019-2024 Intel Corporation. All rights reserved.

Intel® oneAPI DPC++ Compiler 2024.1
Intel® oneAPI DPC++ Compiler 2024.1, Copyright © 2019-2024 Intel Corporation. All rights reserved.

Intel® oneAPI Menu & Samples 10.10.392.9731
Intel® oneAPI Visual Studio Menu & Samples Extension

Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

NuGet Package Manager 6.8.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/

Python - Profiling support 17.0.23262.1
Profiling support for Python projects.

Python with Pylance 17.0.23262.1
Provides IntelliSense, projects, templates, debugging, interactive windows, and other support for Python developers.

Test Adapter for Boost.Test 1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.

Test Adapter for Google Test 1.0
Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.

Visual Basic Tools 4.8.0-7.23572.1+7b75981cf3bd520b86ec4ed00ec156c8bc48e4eb
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual F# Tools 17.8.0-beta.23475.2+10f956e631a1efc0f7f5e49c626c494cd32b1f50
Microsoft Visual F# Tools

Visual Studio IntelliCode 2.2
AI-assisted development for Visual Studio.

0 Kudos
2 Replies
Andrew_Smith
Valued Contributor I
605 Views

I have narrowed it down to this simple code:

submodule(Main) MainSub
implicit none

contains

module procedure foo
end

end submodule

0 Kudos
Andrew_Smith
Valued Contributor I
604 Views

By setting the Visual Studio text editor option Disable database = True. It fixes the issue and my projects load faster than before. I wasn't using the database anyway.

Reply