I have a Visual Studio 2019 Plugin Project for D365 CE and had to rename numerous things.
I renamed the assembly name, the plugin class, and the namespace, as well as several things within the RegisterFile.cmregister file.
I had several issues but have been able to resolve all of them up to this.
The project deploys to D365, creates the assembly, and pushes everything into D365 successfully.
The problem is I need to make changes rapidly and do everything from within Visual Studio 2019 and am getting the following errors from within the CRMExplorer area of Visual Studio 2019.
The first issue is when I try and edit the plugin registration itself by right clicking the registration and click "Edit Plugin" as shown below.

I get the following error.

The second issue is when I try and edit the individual steps as shown below.

As soon as I click "Edit Step" I get the error shown below.

What else do I need to adjust for this to work?
Is there some xml in a file that I have missed somewhere or that does not show up when doing a find/replace in the entire solution?
Any help of guidance would be greatly appreciated.