Exceptions thrown when running WPF App in Debug Mode (VS 2019 - Windows 7Pro - 64bit)

  • Thread starter Thread starter jluisi
  • Start date Start date
J

jluisi

Guest
In the Output Window it shows these exceptions:

Exception thrown: 'System.DllNotFoundException' in WindowsBase.dll
Exception thrown: 'System.EntryPointNotFoundException' in WindowsBase.dll
Exception thrown: 'System.EntryPointNotFoundException' in PresentationCore.dll
Exception thrown: 'System.EntryPointNotFoundException' in PresentationCore.dll
Exception thrown: 'System.EntryPointNotFoundException' in PresentationCore.dll

Event tough the App runs fine, this gives me a concern that something can go wrong (or maybe it is going wrong).

I also notice that XAML is slow displaying the data.

Thank you,

Jorge

Continue reading...
 
Back
Top