This question is locked. New answers and comments are not allowed.
Hi,
We are creating an LOB that uses Prism 4.1 for modularity. One of the module uses Telerik.Windows.Controls.DataVisualization so it has a reference to the same only in the module and not with the Shell app.
But when the application is run, the Prism throws up the error Telerik.Windows.Controls.DataVisualization or its depending assembly was not found. I resolved this by adding the assembly to the Shell project...
Is this the correct way?
I seem to have similar problem with when a view in the module that uses the Telerik Grid view, on load, throws up this error - Could not load file or assembly 'Telerik.Windows.Controls.GridView, Version=2012.1.215.1050, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The system cannot find the file specified.
Am I doing something wrong here?
We are creating an LOB that uses Prism 4.1 for modularity. One of the module uses Telerik.Windows.Controls.DataVisualization so it has a reference to the same only in the module and not with the Shell app.
But when the application is run, the Prism throws up the error Telerik.Windows.Controls.DataVisualization or its depending assembly was not found. I resolved this by adding the assembly to the Shell project...
Is this the correct way?
I seem to have similar problem with when a view in the module that uses the Telerik Grid view, on load, throws up this error - Could not load file or assembly 'Telerik.Windows.Controls.GridView, Version=2012.1.215.1050, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The system cannot find the file specified.
Am I doing something wrong here?