I'm getting an exception in Factory Design Utilities when after creating a factory asset, I want to leave the publish window by pressing either OK or Cancel. I'm getting a 'System.IO.FileNotFoundException: Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.'
I've tried to uninstall both FDU and Inventor and reinstalled both but with the same result.
I find it strange that I FDU is looking for a ConfigurationManager 9.0 version whilst a ConfigurationManager 8.0 is loaded (zie below).
What could be the cause for this exception?
Thanks,
Mark
-----------------------------------------------------------------------------------------------------------
(partial) Content of excepetion :
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
File name: 'System.Configuration.ConfigurationManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
at System.Reflection.RuntimeAssembly.
at System.Windows.Forms.Form.CheckCloseDialog(Boolean closingOnly)
************** Loaded Assemblies **************
System.Runtime
Assembly Version: 8.0.0.0
Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.22\System.Runtime.dll
----------------------------------------
System.Configuration.ConfigurationManager
Assembly Version: 8.0.0.0
Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.22\System.Configuration.ConfigurationManager.dll
----------------------------------------