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

After installing VS2019 and Ifort, it shows that it “'failed to load correctly'IntelGfxDbgPackage'”

hzh
初学者
1,281 次查看

I recently installed VS2019, but after installing the Intel Fortran compiler as an add-on, when I reopened VS2019, it displayed “failed to load correctly'IntelGfxDbgPackage”(see the picture).The ActivityLog.xml file shows "Failed to load the file or assembly 'Microsoft.VisualStudio.Threading, Version=16.10.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the specified file."

By the way, I'm performing the offline installation on a computer without internet connection. Is this related to it?

1.JPG

2.JPG

0 项奖励
9 回复数
andrew_4619
名誉分销商 III
1,198 次查看
0 项奖励
hzh
初学者
1,105 次查看

Thank you.

I read the thread and found it very helpful.

I checked and found that the “Microsoft.VisualStudio.Threading 16.10.0.0”file was missing.Maybe it is the reason.

0 项奖励
Ron_Green
主持人
1,152 次查看

I think the answer is to install the GDB stand-alone kit


That is part of the toolkits but there is a stand-alone GDB kit you can install: installer https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-gdb-download.html you could try that.

If you have the oneAPI Base Toolkit, try a 'Repair' on that app.

 

0 项奖励
hzh
初学者
1,124 次查看

Thanks for your advice,I install the GDB stand-alone but it does not work.

I check I checked and found that the “Microsoft.VisualStudio.Threading 16.10.0.0”file was missing. Do you know how to install it?

 

 

0 项奖励
jimdempseyatthecove
名誉分销商 III
1,022 次查看

I too have this problem.

A week or so back, I downloaded from the distribution-for-gdb, installed it, and that worked.

At least for a while.

Now the warning is back.

I do not know what happened (possibly a MS VS or Windows update)

Re installing the distribution-for-gdb did not work

Performing a Repair on the Intel oneAPI Base toolkit did not work

and performing Repair on the other Intel drivers did not work.

 

I'd rather not perform an uninstall of oneAPI, Intel drivers, and MS VS, then re-install everything.

 

If IntelGfxDbgPackage is used only for inserting break point within an offload region, then I can work around this for a while.

 

Jim

0 项奖励
hzh
初学者
982 次查看

I think the key issue might be related to the version of my "Microsoft.VisualStudio.Threading" file. If VS2019 can be updated, this problem should be resolved. However, I installed it on an offline workstation, so the problem has not been solved yet.

0 项奖励
hzh
初学者
948 次查看

Hi jim:

I disabled the IntelGfxDbgPackage within VS2019, and It stopped reporting the error.

So I would like to know what the function of this package is. Can I work without opening this package?

0 项奖励
jimdempseyatthecove
名誉分销商 III
926 次查看

>>Can I work without opening this package?

I am ignoring the warning (but keeping displaying). I can work without the use of the package...

... build, run, debug with OpenMP

... but I am awaiting resolution of a different issue regarding allocators and device specification to get the integration of GPU code into my simulation code.

 

I prefer to use the allocators for persistent data and/or control the data migration between host and target.

 

Jim Dempsey

0 项奖励
hzh
初学者
715 次查看

I have solved this problem. I replaced Intel Fortran 2020 and no longer encounter this issue. I suspect that the original ifort2024 was incompatible with VS2019 16.3.3.

0 项奖励
回复