Posted 16 years ago
by Jon von Gillern

When I turn on "break when exception is thrown" via Ctrl+Alt+E (http://www.vonsharp.net/MostUsefulVSFeatureNoOneKnowsAbout.aspx) I get a file not found exception in the InitializeComponent() of the main MainControl.xaml.cs
"Could not load file or assembly 'ActiproSoftware.SyntaxEditor.Wpf30.Aero, Version=4.5.485.0, Culture=neutral, PublicKeyToken=36ff2196ab5654b9' or one of its dependencies. The system cannot find the file specified."
I can't find a ActiproSoftware.SyntaxEditor.Wpf30.Aero dll. The app somehow recovers from this thrown error and keeps chugging along, but I thought I'd let you know about it.
If anyone else is getting this error, you can just uncheck the "FileNotFoundException" in the exceptions dialog box.
"Could not load file or assembly 'ActiproSoftware.SyntaxEditor.Wpf30.Aero, Version=4.5.485.0, Culture=neutral, PublicKeyToken=36ff2196ab5654b9' or one of its dependencies. The system cannot find the file specified."
I can't find a ActiproSoftware.SyntaxEditor.Wpf30.Aero dll. The app somehow recovers from this thrown error and keeps chugging along, but I thought I'd let you know about it.
If anyone else is getting this error, you can just uncheck the "FileNotFoundException" in the exceptions dialog box.