Advertisement
Guest User

Untitled

a guest
Jan 31st, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "HistoryLib.ImageHistoryForm.resources" was correctly embedded or linked into assembly "HistoryLib" at compile time, or that all the satellite assemblies required are loadable and fully signed.
  2. at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
  3. at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
  4. at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
  5. at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
  6. at HistoryLib.ImageHistoryForm.InitializeComponent()
  7. at HistoryLib.ImageHistoryForm..ctor(String historyPath, Int32 viewMode, Size thumbnailSize, Int32 maxItemCount)
  8. at ShareX.MainForm.tsbImageHistory_Click(Object sender, EventArgs e)
  9. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  10. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  11. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  12. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  13. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  14. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  15. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  16. at System.Windows.Forms.Control.WndProc(Message& m)
  17. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  18. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  20. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement