SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

ERROR!!!

Last post 11-30-2009 3:08 PM by Rhett Trappman. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 11-30-2009 5:11 AM

    ERROR!!!

    When I try to open my project I get the message below, please help I've worked hard on this project!

    SharpDevelop Version : 3.1.0.4977
    .NET Version         : 2.0.50727.1434
    OS Version           : Microsoft Windows NT 6.0.6001 Service Pack 1
    Current culture      : English (United States) (en-US)
    Working Set Memory   : 57824kb
    GC Heap Memory       : 16679kb

    Exception thrown:
    System.MissingMethodException: Method not found: 'Boolean System.Threading.WaitHandle.WaitOne(Int32)'.
       at ICSharpCode.SharpDevelop.DefaultEditor.ClipboardHandling.UpdateClipboardContainsText()
       at ICSharpCode.SharpDevelop.DefaultEditor.ClipboardHandling.GetClipboardContainsText()
       at ICSharpCode.TextEditor.TextAreaClipboardHandler.get_EnablePaste()
       at ICSharpCode.SharpDevelop.DefaultEditor.Gui.Editor.TextEditorDisplayBindingWrapper.get_EnablePaste()
       at ICSharpCode.SharpDevelop.Commands.Paste.GetEnabled(IClipboardHandler editable)
       at ICSharpCode.SharpDevelop.Commands.AbstractClipboardCommand.get_IsEnabled()
       at ICSharpCode.Core.WinForms.ToolBarCommand.UpdateStatus()
       at ICSharpCode.Core.WinForms.ToolbarService.UpdateToolbar(ToolStrip toolStrip)
       at ICSharpCode.SharpDevelop.Gui.DefaultWorkbench.UpdateToolbars()
       at ICSharpCode.SharpDevelop.Gui.DefaultWorkbench.UpdateMenu(Object sender, EventArgs e)
       at System.Windows.Forms.Timer.OnTick(EventArgs e)
       at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ---- Recent log messages:
    21:05:23.138 [loadSolutionProjects] DEBUG - Try find XMLDoc @C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.xml
    21:05:23.138 [loadSolutionProjects] DEBUG - Try find XMLDoc @C:\Windows\Microsoft.NET\Framework\v2.0.50727\en\System.Windows.Forms.xml
    21:05:23.138 [loadSolutionProjects] DEBUG - Loading XmlDoc for C:\Windows\Microsoft.NET\Framework\v2.0.50727\en\System.Windows.Forms.xml
    21:05:23.230 [loadSolutionProjects] DEBUG - RefreshProjectContentForReference: not refreshing (rpc.IsUpToDate) C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll
    21:05:23.250 [loadSolutionProjects] DEBUG - Adding existing class Reset from Reset.vb
    21:05:23.250 [loadSolutionProjects] INFO - Duplicate class Foxy.Reset, creating compound
    21:05:23.262 [loadSolutionProjects] DEBUG - Adding existing class Dialog1 from Dialog1.vb
    21:05:23.262 [loadSolutionProjects] INFO - Duplicate class Foxy.Dialog1, creating compound
    21:05:23.267 [loadSolutionProjects] DEBUG - Adding existing class Form1 from Form1.Designer.vb
    21:05:23.267 [loadSolutionProjects] DEBUG - Creating compound for Foxy.Form1
    21:05:23.273 [loadSolutionProjects] DEBUG - Adding existing class MyApplication from Application.Designer.vb
    21:05:23.274 [loadSolutionProjects] DEBUG - Creating compound for Foxy.My.MyApplication
    21:05:23.279 [loadSolutionProjects] INFO - LoadSolutionProjects thread ended
    21:05:23.279 [loadSolutionProjects] DEBUG - NavigationService -- resume logging
    21:05:24.503 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Project.ProjectBrowserPad
    21:05:24.563 [1] INFO - CurrentProject changed to DesktopReplacer
    21:05:26.261 [1] INFO - Initialize DirectoryNode C:\Users\Rhett\Desktop\DesktopReplacer\DesktopReplacer
    21:05:27.605 [1] INFO - Initialize DirectoryNode C:\Users\Rhett\Desktop\DesktopReplacer\DesktopReplacer\My Project
    21:05:29.455 [1] INFO - Open file C:\Users\Rhett\Desktop\DesktopReplacer\DesktopReplacer\My Project\Application.myapp
    21:05:29.549 [1] DEBUG - Trying to restore memento of '[TextEditorDisplayBindingWrapper C:\Users\Rhett\Desktop\DesktopReplacer\DesktopReplacer\My Project\Application.myapp]' from key '84ea2023:c:\users hett\desktop\desktopreplacer\desktopreplacer\my project\application.myapp'
    21:05:29.605 [1] DEBUG - ActiveWorkbenchWindowChanged to ICSharpCode.SharpDevelop.Gui.SdiWorkspaceWindow, Text: Application.myapp
    21:05:29.606 [1] DEBUG - NavigationService
     ActiveViewContent: Application.myapp
               Subview: ${res:FormsDesigner.DesignTabPages.SourceTabPage}
    21:05:29.606 [1] DEBUG - ActiveViewContentChanged to [TextEditorDisplayBindingWrapper C:\Users\Rhett\Desktop\DesktopReplacer\DesktopReplacer\My Project\Application.myapp]
    21:05:29.607 [1] DEBUG - ActiveContentChanged to [TextEditorDisplayBindingWrapper C:\Users\Rhett\Desktop\DesktopReplacer\DesktopReplacer\My Project\Application.myapp]
    21:05:29.669 [1] ERROR - ThreadException caught
    --> Exception:
    System.MissingMethodException: Method not found: 'Boolean System.Threading.WaitHandle.WaitOne(Int32)'.
       at ICSharpCode.SharpDevelop.DefaultEditor.ClipboardHandling.UpdateClipboardContainsText()
       at ICSharpCode.SharpDevelop.DefaultEditor.ClipboardHandling.GetClipboardContainsText()
       at ICSharpCode.TextEditor.TextAreaClipboardHandler.get_EnablePaste()
       at ICSharpCode.SharpDevelop.DefaultEditor.Gui.Editor.TextEditorDisplayBindingWrapper.get_EnablePaste()
       at ICSharpCode.SharpDevelop.Commands.Paste.GetEnabled(IClipboardHandler editable)
       at ICSharpCode.SharpDevelop.Commands.AbstractClipboardCommand.get_IsEnabled()
       at ICSharpCode.Core.WinForms.ToolBarCommand.UpdateStatus()
       at ICSharpCode.Core.WinForms.ToolbarService.UpdateToolbar(ToolStrip toolStrip)
       at ICSharpCode.SharpDevelop.Gui.DefaultWorkbench.UpdateToolbars()
       at ICSharpCode.SharpDevelop.Gui.DefaultWorkbench.UpdateMenu(Object sender, EventArgs e)
       at System.Windows.Forms.Timer.OnTick(EventArgs e)
       at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ---- Post-error application state information:
    Installed 3rd party AddIns:
    Workbench.ActiveContent: [TextEditorDisplayBindingWrapper C:\Users\Rhett\Desktop\DesktopReplacer\DesktopReplacer\My Project\Application.myapp]
    ProjectService.OpenSolution: [Solution: FileName=C:\Users\Rhett\Desktop\DesktopReplacer\DesktopReplacer.sln, HasProjects=True, ReadOnly=False]
    ProjectService.CurrentProject: [VBNetProject: DesktopReplacer]

    Filed under: ,
  • 11-30-2009 12:57 PM In reply to

    Re: ERROR!!!

    SharpDevelop 3.1 requires .NET 3.5 SP1 - your machine seems to have some earlier version of .NET installed.

  • 11-30-2009 3:08 PM In reply to

    Re: ERROR!!!

     

    I needed to reboot my computer after I installed the .NET Framework... It works now thanks!

Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.