I'm working on a project that I inherited from someone else who is no longer available to assist.
During execution of the application I get the following error
************** Exception Text **************
System.IO.FileLoadException: Could not load file or assembly 'Jasper.SharedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
File name: 'Jasper.SharedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
at SysUserInterfaceUtil.GridPopUpMenu.DoExport(String fileName, ExportTypes exportType)
at SysUserInterfaceUtil.GridPopUpMenu.exportXML_ItemClick(Object sender, ItemClickEventArgs e)
at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarButtonItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarItemLink.OnLinkClick()
at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
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 DevExpress.XtraBars.Controls.CustomControl.WndProc(Message& msg)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
From what I can tell though, SysUserInterfaceUtil makes no reference to Jasper.SharedCode. How do I resolve this issue? Do I need to sign Jasper.SharedCode? Is there a way to resolve this without signing Jasper.SharedCode?