c# - Exception on loading main window XamlParseException on startup -
getting , exception thrown: 'system.windows.markup.xamlparseexception' in presentationframework.dll additional information 'the invocation of constructor on type 'wpf.controller' matches specified binding constraints threw exception.'
where wpf.controller controller class.... so, i've re-targeted wpf app dll, , have environmental wpf applications using xaml dll core ui. (minor changes wpf.exe deployment).
this error isn't happening wpf.exe projects... (3 of 5 running without issue - code same, outside app.config , properties have deployment differences.
when re-targeted wpf.exe wpf.dll, didn't change it's name, wpf.dll , wpf.exe project clashed. once renamed dll else, worked. error made sense, gotcha.
Comments
Post a Comment