I do not understand where to look for the error. Debug works fine.
An unhandled exception of type "System.Windows.Markup.XamlParseException" in PresentationFramework.dll Additional Information: Setting the property "System.Windows.Controls.Primitives.RangeBase.Value" caused an exception.
System.Windows.Markup.XamlParseException not processed Message: An unhandled exception of type "System.Windows.Markup.XamlParseException" in PresentationFramework.dll Additional information: The setting of the property "System.Windows.Controls.Primitives.RangeBase.Value" caused an exception.
Does not reach to
InitializeComponent(); Does not reach to
public partial class App : Application { App() { } } Yes Removed "Only my code" and send errors
More information: The assembly "WpfXamlDiagnosticsTap" was downloaded from "file: /// C: /Users/7636~1/AppData/Local/Temp/VisualStudio.XamlDiagnostics.9236/WpfXamlDiagnosticsTap.dll" using the LoadFrom context. Using this context can lead to unexpected behavior during serialization, type casting, and dependency resolution. In almost all cases, it is recommended to avoid using the LoadFrom context. This can be achieved by installing assemblies in the Global Assembly Cache or in the ApplicationBase directory and using Assembly.Load when explicitly loading assemblies.
{"An attempt was made to load a program that has the wrong format. (Exception from HRESULT: 0x8007000B)"}



Valueat you is not attached anywhere? AnyProgressBar, for example? - Surfin Bird