Tuesday, February 07, 2012
Debugging add-in with VB.net
Last Post 03 Aug 2010 06:24 AM by Tymen. 2 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
TymenUser is Offline
New Member
New Member
Posts:11

--
17 Jul 2010 07:56 AM  

I started some time ago recreating my VB6 addin in VB.NET (2008). I have Visual Studio 2008 Professional.

In VB6, you could add any unknown object to the watch, and then view all its properties and methods. Without declaring the object as something specific.. But in VB.NET, I can't see a single property of an unspecified object.  It always says Children could not be evaluated. Only if I specifically declare it as something like, like dim objVariable as SolidedgeFramework.Variable, then it works.

Am I doing something wrong here? Or is this one of the other "cool" new features of .NET compared to the good ol' VB6?

Tymen

Jason NewellUser is Offline
Site Owner
Advanced Member
Advanced Member
Posts:895
Avatar

--
21 Jul 2010 07:25 PM  
Tymen,

COM programming got really difficult with .NET. No doubt VB6 spoiled us all. What you are seeing is unfortunately "Normal".
Jason Newell
Applications Architect
www.jasonnewell.net
TymenUser is Offline
New Member
New Member
Posts:11

--
03 Aug 2010 06:24 AM  

Thanks for your reply Jason.

Guess I can stop looking for a "fix"

You are not authorized to post a reply.

Active Forums 4.2
Copyright © 2011 JasonNewell.NET