Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Error after inser TabControl

$
0
0

SharpDevelop Version : 4.3.3.9663-463ee024
.NET Version         : 4.0.30319.18408
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : German (Germany) (de-DE)
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 152424kb
GC Heap Memory       : 37867kb

Unhandled WPF exception
Exception thrown:
System.InvalidOperationException: Der Container kann nicht zur Entwurfszeit verworfen werden.
   bei System.ComponentModel.Design.DesignerHost.Dispose(Boolean disposing)
   bei System.ComponentModel.Container.Dispose()
   bei System.ComponentModel.Design.ServiceContainer.Dispose(Boolean disposing)
   bei System.ComponentModel.Design.DesignSurface.Dispose(Boolean disposing)
   bei ICSharpCode.FormsDesigner.FormsDesignerViewContent.UnloadDesigner()
   bei ICSharpCode.FormsDesigner.FormsDesignerViewContent.Dispose()
   bei ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.<Dispose>b__b(IViewContent vc)
   bei System.Collections.Generic.List`1.ForEach(Action`1 action)
   bei ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.Dispose()
   bei ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.OnClosed()
   bei AvalonDock.DocumentContent.Close()
   bei ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.CloseWindow(Boolean force)
   bei ICSharpCode.SharpDevelop.Gui.WpfWorkbench.OnClosing(CancelEventArgs e)
   bei System.Windows.Window.WmClose()
   bei System.Windows.Window.WindowFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

---- Recent log messages:
10:07:22.695 [1] DEBUG - FormsDesigner view content deactivated, setting ActiveDesignSurface to null
10:07:22.697 [1] DEBUG - ActiveContentChanged to [AvalonEditViewContent S:\SharpDevelop\ISSQLEdit\Forms\MainForm.Designer.cs]
10:07:22.697 [1] DEBUG - IDEContainer: Disconnecting property grid from service provider
10:07:23.060 [6] DEBUG - Removing part S:\SharpDevelop\ISSQLEdit\Forms\MainForm.Designer.cs from compound class ISSqlEdit.MainForm
10:07:23.060 [6] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
10:07:23.060 [6] DEBUG - Adding existing class MainForm from MainForm.Designer.cs
10:07:23.060 [6] DEBUG - Creating compound for ISSqlEdit.MainForm
10:07:23.060 [1] DEBUG - ParseInformationUpdated S:\SharpDevelop\ISSQLEdit\Forms\MainForm.Designer.cs new!=null:True
10:07:23.495 [7] DEBUG - Telling worker process to exit
10:07:23.495 [7] DEBUG - Waiting for thread-join
10:07:23.497 [8] DEBUG - Cannot read from WorkerProcess 3512: end of stream
10:07:23.497 [8] DEBUG - Stopped reading from WorkerProcess 3512.
10:07:23.497 [8] DEBUG - Telling worker process to exit
10:07:23.497 [8] DEBUG - End of reader thread on WorkerProcess 3512.
10:07:23.498 [7] DEBUG - Joined!
10:07:24.584 [1] DEBUG - Saving memento of '[AvalonEditViewContent S:\SharpDevelop\ISSQLEdit\Forms\MainForm.cs]' to key '1e13ec5:S:\SHARPDEVELOP\ISSQLEDIT\FORMS\MAINFORM.CS'
10:07:24.624 [1] DEBUG - FormsDesigner unloading, setting ActiveDesignSurface to null
10:07:24.625 [1] DEBUG - Saving memento of '[AvalonEditViewContent S:\SharpDevelop\ISSQLEdit\Forms\MainForm.Designer.cs]' to key '1e13ec5:S:\SHARPDEVELOP\ISSQLEDIT\FORMS\MAINFORM.DESIGNER.CS'
10:07:24.641 [1] DEBUG - ActiveContentChanged to
10:07:24.648 [1] DEBUG - ActiveViewContentChanged to
10:07:24.649 [1] DEBUG - OpenedFileClosed: S:\SharpDevelop\ISSQLEdit\Forms\MainForm.Designer.cs
10:07:24.649 [1] DEBUG - OpenedFileClosed: S:\SharpDevelop\ISSQLEdit\Forms\MainForm.cs
10:07:24.649 [1] DEBUG - OpenedFileClosed: S:\SharpDevelop\ISSQLEdit\Forms\MainForm.resx
10:07:24.649 [1] DEBUG - FormsDesigner unloading, setting ActiveDesignSurface to null
10:07:24.650 [1] DEBUG - Forms designer: Removing ComponentAdded handler for nested container setup

---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: <null>
ProjectService.OpenSolution: [Solution: FileName=S:\SharpDevelop\ISSQLEdit\ISSqlEdit.sln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: ISSqlEdit]


Viewing all articles
Browse latest Browse all 1764

Trending Articles