Forum Discussion
JariMy
Sep 25, 2020Copper Contributor
Problems installing Biztalk2020 CU1
Just yesterday we tried to upgrade our new BTS2020 dev environment to CU1. Installation went through without problems, but after the installation Biztalk Admin Tool mmc-plugin fails to load with erro...
WenJun_Zhang
Microsoft
Sep 29, 2020
Looks like some assemblies were not properly upgraded by CU1 installation on your server. Please consider submit a support ticket to Microsoft for assistance on this. Basically we will need to look into the following two kinds of data to troubleshoot such issue:
1. The CU1 setup log.
2. Generate a dump of the crashed mmc with command like the following:
procdump -ma -e 1 -f "TypeInitializationException" <PID of mmc.exe found in task manager>
Procdump
https://docs.microsoft.com/en-us/sysinternals/downloads/procdump
- JariMySep 29, 2020Copper ContributorThank you for this!
We'll start working with this as well.