- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[Pretext: Have submitted this to Telerik here but they are scratching their heads about it.]
This week i began working on our next iteration of one of our tools "Hanger Preparation" which is part of an addin toolset for Autodesk Revit built using WPF, MVVM, C#, Visual Studio 2017 and Telerik Controls for WPF.
We decided to split our"Hanger Tools" features into a separate windows/workflows "Hanger Preparation 2019" and "Hanger Tagging 2019".
I simply copied the original View and View Model and created two new Views and ViewModels and renamed all of the required Classes, Constructors, etcetera.
The new Views/View Models render/open as expected in Revit 2018 but not in Revit 2019.
The problem is that the two new Views, "Hanger Preparation 2019" and "Hanger Tagging 2019", return a "System.IO.FileNotFound" exception for the assembly/.dll "Telerik.Windows.Controls.Input" then the window actually opens but it is rendered black.
You can utimately get them to open if you fist open the original "Hanger Preparation" tool, close it and again attempt to open either of the problem windows "Hanger Preparation 2019" and "Hanger Tagging 2019". Screen capture video of behavior can be seen here. Quality is better if downloaded rather than streamed from Dropbox.
Screenshot 2 shows the references are intact in the project
Screenshot 3 shows the exception in the XAML of the View.
Screenshot 4 shows the new and existing Views/View Models are in the same directory within the project
Trying the solution in this forumn thread had no affect - https://www.telerik.com/forums/could-not-load-file-or-assembly-'telerik-windows-controls-anycontrol-...3
VDC Software Development
IBEW 48 Wireman
ISA CCST 1
JH Kelly, LLC
Solved! Go to Solution.