Hi Everyone,
I installed ArcGIS Pro 3.5 and then created a program with "ArcGIS Pro CoreHost application" template in Visual Studio 2022, and added little number line of code to open a FileGDB after Host.Initialize().
When Debuging it, it throw exception: "Unhandled exception: System.DllNotFoundException: Unable to load DLL 'CoreInterop.dll' or one of its dependencies: The specified procedure could not be found. (0x8007007F)"
And I have check that "C:\Program Files\ArcGIS\Pro\bin" have been added to the PATH System Environment Variable as here suggested.

If anyone know why? Please tell me how to solve it , thanks.