This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I've just downloaded WPF Element trial, added a Multicolumn TreeView to my view (using VS2012) and it builds OK but when I run the app I get the following, can you help? Thanks System.Windows.Markup.XamlParseException occurred HResult=-2146233087 Message=Could not load file or assembly 'Mindscape.WpfElements, PublicKeyToken=0a92c4b7d9c14aa4' or one of its dependencies. The system cannot find the file specified. Source=PresentationFramework LineNumber=15 LinePosition=14 StackTrace: [abbreviated] |
|
|
Hello The most common scenario that can cause this issue is if you have one project that uses WPF Elements, and then another project that references the first project and tries to use a class that uses a WPF Element. To resolve this, make sure that all of your projects that directly or indirectly use WPF Elements has a reference to the WPF Elements dll. (Also, all projects that reference WPF Elements will need to have the WPF Elements license). If this is not applicable, or if this does not solve the issue, please send me your project(s) or a simplified repro and I'll look into this further for you. You can attach a zip to a forum reply. -Jason Fauchelle |
|
|
That sorted it, thanks |
|