Thanks for comments.
The Microsoft Productivity Power Tools are still listed in the Extension Manager, but none of the expected features appear in the user interface, for example, the expand/collapse all in the Solution Explorer.
My suggestion regarding an interface with menu item for Enable/Disable derives from the fact that one of the things that I value most as a developer is consistency whether in code or in an interface. So it's natural for me to expect some consistency across the Telerik product line, and if JustMock has a Enable/Disable menu item, then I look for a similar Enable/Disable menu item for JustCode.
With regard to errors reported by JustCode, consider the following sequence of steps: Whether on build or rebuild of my entire solution with all projects, Visual Studio 2010 Ultimate completes the build without any errors or warnings. That proves that Visual Studio compiler does not complain about any problems in my code. Then I run a Refresh Code Analysis with JustCode. After a few seconds of processing, JustCode complains about the following errors:
"VisualBasic.Net: An instance of type 'System.Web.UI.Control' can not be assigned to a variable of type 'System.Web.UI.WebControls.LinkButton'" "PdsTrgReadOnly.ascx.vb" "
http://localhost/PdsRegAspWebSite/" "118" "16"
"VisualBasic.Net: An instance of type 'System.Web.UI.Control' can not be assigned to a variable of type 'System.Web.UI.WebControls.LinkButton'" "PdsTrgReadOnly.ascx.vb" "
http://localhost/PdsRegAspWebSite/" "123" "16"
"VisualBasic.Net: An instance of type 'System.Web.UI.MasterPage' can not be assigned to a variable of type 'PdsMasterPageBase'" "PdsContentPageBase.vb" "
http://localhost/PdsRegAspWebSite/" "56" "7"
"VisualBasic.Net: Unknown method 'op_Explicit' of 'System.Data.SqlTypes.SqlDateTime'" "CalDateTime.vb" "GtgCommon" "51" "60"
"VisualBasic.Net: Unknown method 'op_Explicit' of 'System.Data.SqlTypes.SqlDateTime'" "CalDateTime.vb" "GtgCommon" "77" "62"
"VisualBasic.Net: Unknown method 'op_Explicit' of 'System.Data.SqlTypes.SqlDateTime'" "CalDateTime.vb" "GtgCommon" "126" "44"
"VisualBasic.Net: Unknown method 'op_Explicit' of 'System.Data.SqlTypes.SqlDateTime'" "CalDateTime.vb" "GtgCommon" "133" "44"
As you can see from the above 7 errors, there are really only 3 kinds of errors reported with 2 instances of the first, 1 instance of the second, and 4 instances of the third.
Carl