KB11: Error reports with no fix possible

Despite of our efforts, there are a couple of (rare) errors which might pop up as error reports and we simply cannot fix. Here is a list with explanations and possible solutions.

AccessViolationException or InteropServices.SEHException at startup

System.AccessViolationException: Attempted to read or write
protected memory. This is often an indication that other
memory is corrupt.
   at
System.Windows.Forms.UnsafeNativeMethods.ThemingScope.
DeactivateActCtx(Int32 dwFlags, IntPtr lpCookie)
...

Possibly a bug in the .NET framework. Neither do we know a fix, nor a cause for this error.

ArgumentException when opening a dialog

System.ArgumentException : Font 'Arial' does not support 
style 'Regular'.
   at System.Drawing.Font.CreateNativeFont()
...

This may happen if you have corrupt fonts installed on your system. You need to restore the named font from your OS setup disc. Arial can also be downloaded.

Win32Exception

System.ComponentModel.Win32Exception: Error creating window handle.
   at
System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
...

Rare problem with unknown cause. Restarting the application should help.

Configuration.ConfigurationErrorsException on exit

System.Configuration.ConfigurationErrorsException: Failed to
save settings: An error occurred loading a configuration
file ...

Nothing we can do about that. If you get such errors, try to delete your config file at the specified location. There seem to be various bugs in the .NET framework which may cause a corrupt settings file.

DllNotFoundException

System.DllNotFoundException: Unable to load DLL 'shfolder.dll'

Just make sure that the specified DLL is present on your system. If it is not, use Google to find resources on how to fix missing DLLs.

FileNotFoundException on startup

System.IO.FileNotFoundException: Could not load file or
assembly 'XYZ, Version=XYZ, Culture=neutral, 
PublicKeyToken=b7566c273e6ef480' or one of its dependencies

Don't know why this would happen. Try reinstalling CDBurnerXP, or if that does not help, reinstall the .NET framework.