Exception when dealing with method call (.net addon)

SyntaxEditor .NET Languages Add-on for Windows Forms Forum

Posted 17 years ago by Miha Markic - Righthand
Version: 4.0.0276
Platform: .NET 3.5
Environment: Windows Vista (32-bit)
Avatar
I am getting the exception below when I hover over method calls (or any other IntelliSense action on method call) in the code.
"Object reference not set to an instance of an object."

   at ActiproSoftware.SyntaxEditor.Addons.DotNet.Dom.DotNetProjectResolver.a(IDomType A_0)
   at ActiproSoftware.SyntaxEditor.Addons.DotNet.Dom.DotNetProjectResolver.GetExtensionMethods(IDomType contextType, String[] importedNamespaces, IDomType targetType, String name, DomBindingFlags flags)
   at ActiproSoftware.SyntaxEditor.Addons.DotNet.Dom.DotNetProjectResolver.a(DotNetLanguage A_0, DotNetContext A_1, IDomType A_2, IDomMember A_3, Int32 A_4, Boolean A_5)
   at ActiproSoftware.SyntaxEditor.Addons.DotNet.Dom.DotNetProjectResolver.GetQuickInfo(DotNetLanguage language, DotNetContext context)
   at ActiproSoftware.SyntaxEditor.Addons.DotNet.Dom.DotNetSyntaxLanguage.a(DotNetLanguage A_0, SyntaxEditor A_1, Int32& A_2)
   at ActiproSoftware.SyntaxEditor.Addons.CSharp.CSharpSyntaxLanguage.OnSyntaxEditorViewMouseHover(SyntaxEditor syntaxEditor, EditorViewMouseEventArgs e)
   at ActiproSoftware.SyntaxEditor.SyntaxLanguage.a(SyntaxEditor A_0, EditorViewMouseEventArgs A_1)
   at ActiproSoftware.SyntaxEditor.SyntaxEditor.b(EditorViewMouseEventArgs A_0)
   at ActiproSoftware.SyntaxEditor.EditorView.OnMouseHover(MouseEventArgs e)
   at ActiproSoftware.WinUICore.UIElement.ActiproSoftware.WinUICore.IInputElement.RaiseMouseHoverEvent(MouseEventArgs e)
   at ActiproSoftware.WinUICore.UIControl.OnMouseHover(EventArgs e)
   at System.Windows.Forms.Control.WmMouseHover(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at ActiproSoftware.SyntaxEditor.SyntaxEditor.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.Run(Form mainForm)
   at RhORMQuery.Pilot.UI.Program.Main() in C:\Progs\Righthand\RhORMQuery\RhORMQuery.Pilot.UI\Program.cs:line 22
[Modified at 10/10/2008 12:36 PM]

Miha Markic Righthand .net consulting and software development

Comments (3)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Sorry we're not seeing it happen. Please either tell us how to reproduce it in the .NET Reflection QuickStart or email us a simple project showing it happen. Thanks!


Actipro Software Support

Posted 17 years ago by Miha Markic - Righthand
Avatar
Repro sent via e-mail

Miha Markic Righthand .net consulting and software development

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks for the repro. I can confirm this is already fixed for the next build which we hope to get out shortly. I believe there's just one remaining issue to sort out before it's ready.


Actipro Software Support

The latest build of this product (v25.1.0) was released 12 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.