Problem with the navigation in a tree view menu

  • Thread starter Thread starter Minerva Delgado
  • Start date Start date
M

Minerva Delgado

Hello, i have an application developed in C# .NET, it has
a main window where is the tree view menu and it has
several options, and when i'm navigating through the
options suddenly i get an exception that says: "Exception
has been thrown by the target of an invocation object"

I hope you can help me to fixed this kind of error...

Thank you....
 
Hello Minerva,

Based on your description, I think you encountered
"System.Reflection.TargetInvocationException".

When we use VS.NET 2002 and use treeview control, we may encountered the
issue.

This is a wellknown issue with vs.net2002 and it should be fixed in
vs.net2003. Would you please try rebuild and test it with vs.net2003?

Regards,
Justin Wan
Microsoft Partner Online Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hello Minerva,

Based on the internal document, this is a bug of vs.net 2002 and is fixed
in vs.net 2003. Would you please send me a simple sample with which I can
repro the issue on my side. If I can repro the isssue, I will let our dev
know this.

I will send an email to you at (e-mail address removed) and please
reply the email with your sample.

Regards,
Justin Wan
Microsoft Partner Online Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top