J'affiche L'exeption NullReferenceException qui se produit se produit sur l'instruction
il s'agit de l'exception System.NullReferenceException
Code : S�lectionner tout - Visualiser dans une fen�tre � part pWord->wsLemma = gcnew System::String( L"'a'");
L'exception System.NullReferenceException n'a pas �t� g�r�e
HResult=-2147467261
Message=La r�f�rence d'objet n'est pas d�finie � une instance d'un objet.
Source=SpecificationChecker
StackTrace:
� SpecificationChecker.BuildComponents.reformePredicat(List`1 plistePredicat) dans d:\usr\specificationchecker\dev\linguistic\coherence\src\buildcomponents.cpp:ligne 2065
� SpecificationChecker.OpenAFile.ProcessBuilder() dans d:\usr\specificationchecker\dev\aln_kernel\specificationchecker\specificationchecker\openafile.cpp:ligne 228
� SpecificationChecker.OpenAFile.button3_Click_1(Object sender, EventArgs e) dans d:\usr\specificationchecker\dev\aln_kernel\specificationchecker\specificationchecker\openafile.cpp:ligne 149
� System.Windows.Forms.Control.OnClick(EventArgs e)
� System.Windows.Forms.Button.OnClick(EventArgs e)
� System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
� System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
� System.Windows.Forms.Control.WndProc(Message& m)
� System.Windows.Forms.ButtonBase.WndProc(Message& m)
� System.Windows.Forms.Button.WndProc(Message& m)
� System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
� System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
� System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
� System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
� System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
� System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
� System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
� System.Windows.Forms.Application.RunDialog(Form form)
� System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
� System.Windows.Forms.Form.ShowDialog()
� SpecificationChecker.OpenAFile..ctor() dans d:\usr\specificationchecker\dev\aln_kernel\specificationchecker\specificationchecker\openafile.cpp:ligne 54
� SpecificationChecker.MainMenue.openAFileToolStripMenuItem_Click(Object sender, EventArgs e) dans d:\usr\specificationchecker\dev\aln_kernel\specificationchecker\specificationchecker\mainmenue.cpp:ligne 114
� System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
� System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
� System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
� System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
� System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
� System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
� System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
� System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
� System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
� System.Windows.Forms.Control.WndProc(Message& m)
� System.Windows.Forms.ScrollableControl.WndProc(Message& m)
� System.Windows.Forms.ToolStrip.WndProc(Message& m)
� System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
� System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
� System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
� System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
� System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
� System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
� System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
� System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
� System.Windows.Forms.Application.Run(Form mainForm)
� main(String[] args) dans d:\usr\specificationchecker\dev\aln_kernel\specificationchecker\specificationchecker\specificationchecker.cpp:ligne 17
InnerException:
Partager