We are using infragistics Data Grid to display the data in a view of WPF. In the previous version of our application we are able to load data in data grid. With new version of our application we are not able to load data in data grid. We have used dock manager, tile manager, split pane in the newer version of our application. The project built successfully but the control is not loaded during run time. I got following exception
Message: 0:Exception Controller base was unable to add view ViewName with view model ViewModelName to region ContentRegion. Error Resolution of the dependency failed, type = "InterfaceName", name = "ViewName".
Exception occurred while: Calling constructor of view.
Exception is: XamlParseException - Set connectionId threw an exception.
Hi,
As mentioned in the following stack overflow question http://stackoverflow.com/questions/4615597/xamlparseexception-after-deploying-wpf-project such an issues often occur when some of the referenced assemblies are not available. So you could probably try to rebuild all and make sure your project/solution have all the necessary assemblies referenced. Also similar error might occur if the versions of the referenced IG assemblies do not match.
Could you please share the complete exception details? I would expect the exception you’re getting to have an inner exception that might contain more details of what actually went wrong.