The 32/64-bit issue between Visual Studio's XAML Designer and Pro SDK 2.8+ is well-documented, and it has been fixed in Visual Studio 2022, as long as the DLLs are referenced from disk. However, when I delete the on-machine references and add the 2.8 Extensions NuGet package, the XAML error shows up again, "Error: Could not load file or assembly 'ArcGIS.Desktop.Framework, Culture=neutral' or one of its dependencies. The system cannot find the file specified." A clean/rebuild doesn't make the error go away.
This leads to 2 questions:
- Why would the on-machine references work in the XAML Designer, but NuGet package fail?
- Is Visual Studio 2022 supported by the Pro 2.x SDKs? I got really excited when the XAML Designer worked, so I'd like to keep using 2022. However, it isn't listed in any documentation, and the Visual Studio Extension Manager doesn't list anything when I search for "ArcGIS Pro SDK".
Thanks for any insights!