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

The 'CompatibilityToolPackage' package did not load correctly.

cean
New Contributor I
798 Views

Hi, 

Just installed VS2022 & Fortran 2022.2.

When trying to open an old project, this error message pops up. 

Follow the message, opened ActivityLog.xml and found some error entries, like these:

 

 

  <entry>
    <record>1211</record>
    <time>2022/08/19 12:59:01.761</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>Error loading UI library for package ICXOneAPIPackage. HrLoadNativeUILibrary failed with 0x800a006f.</description>
  </entry>
  <entry>
    <record>1212</record>
    <time>2022/08/19 12:59:01.792</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>Loading UI library</description>
    <guid>{BFE74C3F-A2E9-43C0-811E-2794CB8AC0A3}</guid>
    <hr>0x800a006f</hr>
    <errorinfo>Cannot find the requested resource: 'VSPackage.ctmenu'.</errorinfo>
  </entry>

 

What's this ICXOneAPIPackage package ?

 

Cheers,

Cean

0 Kudos
4 Replies
Steve_Lionel
Black Belt Retired Employee
783 Views

I think that's part of Intel C++.

0 Kudos
cean
New Contributor I
765 Views

Created a new project. But when trying to reopen it, a new error message pops up (attached).

 

After disable it as suggest, it could be reopened.

0 Kudos
cean
New Contributor I
760 Views

Tried to reopen again, this time it says one source file has problem to open. (error msg attached. 0x80004005)

That source file is added as existing into the newly created project. But I can see it is listed in the solution tree. Double click it and it is opened without problem.

And I have to do it every time when reopen.

 

If it is old project, nothing is in the solution tree.

0 Kudos
Steve_Lionel
Black Belt Retired Employee
735 Views

I haven't seen that "oneAPI menu" issue before. The file opening issue is allegedly fixed in the next Fortran update - I find it annoying, but not a deal-breaker.

0 Kudos
Reply