I built the solution in Visual Studio 2022 (Version 17.8.2) after first changing the project to target 4.8
<configuration><startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
Now when I run it, there are a bunch of FileNotFoundExceptions in output...which keep getting added whenever the ttheme is switched and slows down theme switch subtantially.
Resolution sought: A clean working sample project that does not have a single exception in output and built using the latest version of .NET Framework & Visual Studio.
I built the solution in Visual Studio 2022 (Version 17.8.2) after first changing the project to target 4.8
<configuration><startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>Now when I run it, there are a bunch of FileNotFoundExceptions in output...which keep getting added whenever the ttheme is switched and slows down theme switch subtantially.
Resolution sought: A clean working sample project that does not have a single exception in output and built using the latest version of .NET Framework & Visual Studio.