When I tried to open a tas file by doing 'File | Open File' I get the following error:
System.Runtime.InteropServices.COMException
Element not found. (Exception from HRESULT: 0x80070490) Stack Trace:
at System.Reflection.Assembly.nLoadFile(String path, Evidence
evidence)
at System.Reflection.Assembly.LoadFile(String path)
at Quest.Toad.Loading.AssemblyLoader.LoadAssemblies(IEnumerable
filenames, Boolean initialize)
at Quest.Toad.Util.Facility.Load()
at Quest.Toad.Util.Facility.get_ImplementationType()
at Quest.Toad.Gui.MainForm.OpenFile(String file, PredefinedParameterCollection predefinedParameters)
at Quest.Toad.Gui.MainForm.openFileButton_ItemClick(Object sender, ItemClickEventArgs e)
at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarItemLink.OnLinkClick()
at DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction
action, Object actionArgs)
at DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction
action, Object actionArgs)
at
DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink
link)
at
DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink
link)
at
DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs
e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&
m)