This is a migrated thread and some comments may be shown as answers.

JustCode exceptions and VS hangs

28 Answers 228 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
mark leavesley
Top achievements
Rank 1
mark leavesley asked on 10 Jun 2010, 03:05 PM
Hello,

I installed the latest internal build today and still get exceptions like I do in the official build. It does seem a lot faster though! 

More worryingly is that VS2008 now hangs on startup more than half the time. I get the splash screen and that's it, just sits there. I've ran it with the logging option, and after 15 minutes it's still sitting there after seemingly loading the addins.

JC Log

INFO 2010-06-10 12:34:32.025 : Framework Version:2.0.50727.4927
INFO 2010-06-10 12:34:37.198 : JustCode Version: 2010.1.401.7
INFO 2010-06-10 12:34:37.218 : VS Version: 9.0
INFO 2010-06-10 12:35:02.456 : Solution initialization started.
INFO 2010-06-10 12:35:02.866 : Started engine service process id 4244
INFO 2010-06-10 12:35:03.050 : Server (4244): Code analysis process started.
INFO 2010-06-10 12:35:03.054 : Server (4244): Framework Version:2.0.50727.4927
SILENT 2010-06-10 12:35:03.281 : Server (4244): Applying dispatch error handler behavior
INFO 2010-06-10 12:35:03.489 : Server (4244): Code analysis service is ready.
SILENT 2010-06-10 12:35:03.495 : Applying client error handler behavior
INFO 2010-06-10 12:35:03.532 : Connection to engine service elapsed: 695
INFO 2010-06-10 12:35:06.936 : Solution initialization completed.
INFO 2010-06-10 12:35:15.730 : Registering solution!
SILENT 2010-06-10 12:35:17.306 : Synchronize engine filesystem
SILENT 2010-06-10 12:35:17.568 : Synchronize engine filesystem
SILENT 2010-06-10 12:35:27.055 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29783700, Trees: 4
SILENT 2010-06-10 12:35:27.458 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 18670900, Trees: 4
SILENT 2010-06-10 12:35:31.924 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 18326480, Trees: 4
SILENT 2010-06-10 12:35:32.218 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29439280, Trees: 4
SILENT 2010-06-10 12:35:32.420 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17926480, Trees: 3
SILENT 2010-06-10 12:35:33.942 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29039280, Trees: 3
INFO 2010-06-10 12:35:35.790 : Server (4244): Error analyzing 'D:\dotnet\DLLs\KSDLLInp\D007.vb' in 'D:\dotnet\DLLs\KSDLLInp\KSDLLInp.vbproj'
ERROR 2010-06-10 12:35:35.813 : Server (4244): System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBTypeSystem.IsBetterMethod(FileEntry file, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, ArgumentInfo[] arguments1, Int32 off1, Int32 count1, Boolean inExpandedForm1, ArgumentInfo[] arguments2, Int32 off2, Int32 count2, Boolean inExpandedForm2, TypeEntity[] typearguments, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBTypeSystem.cs:line 1945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.....IsBetterMethod(TypeEntity type, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, Int32 argumentpos1, Int32 count1, Boolean inExpandedForm1, Boolean isExtensionMethodCall1, Int32 argumentpos2, Int32 count2, Boolean inExpandedForm2, Boolean isExtensionMethodCall2, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 9171
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, MapOf`2 methods, MapOfIntInt extensionMethodPriority, TypeEntity type, Node argumentsNode, Node typeArgumentsNode, Node identifierNode, Boolean isStaticCall, Boolean isConstructorCall, Boolean isIndexerCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6774
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity type, Boolean isSuperCall, Boolean isStaticCall, Boolean isSimpleCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6533
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 7945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...•(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 5145
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 3467
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2823
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2765
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2807
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‰(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1450
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‡(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1209
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...„(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1048
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 487
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 444
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(SyntaxTree ast, SetOfNodes nodesToAnalyze, Boolean loadConstants, Boolean errors, Boolean warnings) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 358
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.AnalyzeErrors(SyntaxTree ast) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 60
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡(FileEntry file) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1621
SILENT 2010-06-10 12:43:09.987 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 18810436, Trees: 5
SILENT 2010-06-10 12:43:10.221 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29923236, Trees: 5
SILENT 2010-06-10 12:43:13.941 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 18328190, Trees: 4
SILENT 2010-06-10 12:43:14.222 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29440990, Trees: 4
SILENT 2010-06-10 12:43:14.441 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17926480, Trees: 3
SILENT 2010-06-10 12:43:17.098 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17926480, Trees: 3
SILENT 2010-06-10 12:43:17.645 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29039280, Trees: 3
SILENT 2010-06-10 12:43:20.021 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17926480, Trees: 3
SILENT 2010-06-10 12:43:21.912 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29039280, Trees: 3
SILENT 2010-06-10 12:43:23.459 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17926480, Trees: 3
SILENT 2010-06-10 12:43:23.990 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29039280, Trees: 3
INFO 2010-06-10 12:43:24.912 : Server (4244): Error analyzing 'D:\dotnet\DLLs\KSDLLInp\D007.vb' in 'D:\dotnet\DLLs\KSDLLInp\KSDLLInp.vbproj'
ERROR 2010-06-10 12:43:24.912 : Server (4244): System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBTypeSystem.IsBetterMethod(FileEntry file, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, ArgumentInfo[] arguments1, Int32 off1, Int32 count1, Boolean inExpandedForm1, ArgumentInfo[] arguments2, Int32 off2, Int32 count2, Boolean inExpandedForm2, TypeEntity[] typearguments, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBTypeSystem.cs:line 1945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.....IsBetterMethod(TypeEntity type, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, Int32 argumentpos1, Int32 count1, Boolean inExpandedForm1, Boolean isExtensionMethodCall1, Int32 argumentpos2, Int32 count2, Boolean inExpandedForm2, Boolean isExtensionMethodCall2, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 9171
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, MapOf`2 methods, MapOfIntInt extensionMethodPriority, TypeEntity type, Node argumentsNode, Node typeArgumentsNode, Node identifierNode, Boolean isStaticCall, Boolean isConstructorCall, Boolean isIndexerCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6774
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity type, Boolean isSuperCall, Boolean isStaticCall, Boolean isSimpleCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6533
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 7945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...•(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 5145
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 3467
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2823
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2765
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2807
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‰(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1450
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‡(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1209
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...„(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1048
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 487
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 444
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(SyntaxTree ast, SetOfNodes nodesToAnalyze, Boolean loadConstants, Boolean errors, Boolean warnings) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 358
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.AnalyzeErrors(SyntaxTree ast) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 60
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡(FileEntry file) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1621
SILENT 2010-06-10 12:43:53.790 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 18803612, Trees: 5
SILENT 2010-06-10 12:43:54.009 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29916412, Trees: 5
SILENT 2010-06-10 12:43:55.476 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 18321366, Trees: 4
SILENT 2010-06-10 12:43:55.773 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29434166, Trees: 4
SILENT 2010-06-10 12:43:55.992 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17926480, Trees: 3
SILENT 2010-06-10 12:43:57.537 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29039280, Trees: 3
INFO 2010-06-10 12:43:59.020 : Server (4244): Error analyzing 'D:\dotnet\DLLs\KSDLLInp\D007.vb' in 'D:\dotnet\DLLs\KSDLLInp\KSDLLInp.vbproj'
ERROR 2010-06-10 12:43:59.020 : Server (4244): System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBTypeSystem.IsBetterMethod(FileEntry file, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, ArgumentInfo[] arguments1, Int32 off1, Int32 count1, Boolean inExpandedForm1, ArgumentInfo[] arguments2, Int32 off2, Int32 count2, Boolean inExpandedForm2, TypeEntity[] typearguments, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBTypeSystem.cs:line 1945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.....IsBetterMethod(TypeEntity type, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, Int32 argumentpos1, Int32 count1, Boolean inExpandedForm1, Boolean isExtensionMethodCall1, Int32 argumentpos2, Int32 count2, Boolean inExpandedForm2, Boolean isExtensionMethodCall2, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 9171
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, MapOf`2 methods, MapOfIntInt extensionMethodPriority, TypeEntity type, Node argumentsNode, Node typeArgumentsNode, Node identifierNode, Boolean isStaticCall, Boolean isConstructorCall, Boolean isIndexerCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6774
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity type, Boolean isSuperCall, Boolean isStaticCall, Boolean isSimpleCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6533
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 7945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...•(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 5145
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 3467
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2823
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2765
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2807
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‰(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1450
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‡(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1209
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...„(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1048
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 487
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 444
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(SyntaxTree ast, SetOfNodes nodesToAnalyze, Boolean loadConstants, Boolean errors, Boolean warnings) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 358
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.AnalyzeErrors(SyntaxTree ast) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 60
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡(FileEntry file) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1621
SILENT 2010-06-10 12:44:00.566 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17926480, Trees: 3
SILENT 2010-06-10 12:44:01.097 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29039280, Trees: 3
INFO 2010-06-10 12:44:01.924 : Server (4244): Error analyzing 'D:\dotnet\DLLs\KSDLLInp\D007.vb' in 'D:\dotnet\DLLs\KSDLLInp\KSDLLInp.vbproj'
ERROR 2010-06-10 12:44:01.924 : Server (4244): System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBTypeSystem.IsBetterMethod(FileEntry file, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, ArgumentInfo[] arguments1, Int32 off1, Int32 count1, Boolean inExpandedForm1, ArgumentInfo[] arguments2, Int32 off2, Int32 count2, Boolean inExpandedForm2, TypeEntity[] typearguments, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBTypeSystem.cs:line 1945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.....IsBetterMethod(TypeEntity type, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, Int32 argumentpos1, Int32 count1, Boolean inExpandedForm1, Boolean isExtensionMethodCall1, Int32 argumentpos2, Int32 count2, Boolean inExpandedForm2, Boolean isExtensionMethodCall2, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 9171
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, MapOf`2 methods, MapOfIntInt extensionMethodPriority, TypeEntity type, Node argumentsNode, Node typeArgumentsNode, Node identifierNode, Boolean isStaticCall, Boolean isConstructorCall, Boolean isIndexerCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6774
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity type, Boolean isSuperCall, Boolean isStaticCall, Boolean isSimpleCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6533
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 7945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...•(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 5145
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 3467
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2823
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2765
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2807
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‰(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1450
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‡(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1209
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...„(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1048
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 487
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 444
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(SyntaxTree ast, SetOfNodes nodesToAnalyze, Boolean loadConstants, Boolean errors, Boolean warnings) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 358
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.AnalyzeErrors(SyntaxTree ast) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 60
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡(FileEntry file) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1621
SILENT 2010-06-10 12:44:02.799 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17926480, Trees: 3
SILENT 2010-06-10 12:44:03.329 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29039280, Trees: 3
SILENT 2010-06-10 12:44:04.625 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17926480, Trees: 3
SILENT 2010-06-10 12:44:05.172 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29039280, Trees: 3
INFO 2010-06-10 12:44:05.984 : Server (4244): Error analyzing 'D:\dotnet\DLLs\KSDLLInp\D007.vb' in 'D:\dotnet\DLLs\KSDLLInp\KSDLLInp.vbproj'
ERROR 2010-06-10 12:44:05.984 : Server (4244): System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBTypeSystem.IsBetterMethod(FileEntry file, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, ArgumentInfo[] arguments1, Int32 off1, Int32 count1, Boolean inExpandedForm1, ArgumentInfo[] arguments2, Int32 off2, Int32 count2, Boolean inExpandedForm2, TypeEntity[] typearguments, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBTypeSystem.cs:line 1945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.....IsBetterMethod(TypeEntity type, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, Int32 argumentpos1, Int32 count1, Boolean inExpandedForm1, Boolean isExtensionMethodCall1, Int32 argumentpos2, Int32 count2, Boolean inExpandedForm2, Boolean isExtensionMethodCall2, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 9171
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, MapOf`2 methods, MapOfIntInt extensionMethodPriority, TypeEntity type, Node argumentsNode, Node typeArgumentsNode, Node identifierNode, Boolean isStaticCall, Boolean isConstructorCall, Boolean isIndexerCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6774
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity type, Boolean isSuperCall, Boolean isStaticCall, Boolean isSimpleCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6533
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 7945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...•(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 5145
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 3467
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2823
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2765
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2807
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‰(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1450
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‡(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1209
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...„(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1048
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 487
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 444
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(SyntaxTree ast, SetOfNodes nodesToAnalyze, Boolean loadConstants, Boolean errors, Boolean warnings) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 358
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.AnalyzeErrors(SyntaxTree ast) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 60
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡(FileEntry file) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1621
SILENT 2010-06-10 12:44:08.388 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 18826480, Trees: 5
SILENT 2010-06-10 12:44:08.591 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29939280, Trees: 5
SILENT 2010-06-10 12:44:09.652 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 18326224, Trees: 4
SILENT 2010-06-10 12:44:09.918 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29439024, Trees: 4
SILENT 2010-06-10 12:44:10.168 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17926480, Trees: 3
SILENT 2010-06-10 12:44:11.182 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29039280, Trees: 3
INFO 2010-06-10 12:44:12.166 : Server (4244): Error analyzing 'D:\dotnet\DLLs\KSDLLInp\D007.vb' in 'D:\dotnet\DLLs\KSDLLInp\KSDLLInp.vbproj'
ERROR 2010-06-10 12:44:12.166 : Server (4244): System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBTypeSystem.IsBetterMethod(FileEntry file, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, ArgumentInfo[] arguments1, Int32 off1, Int32 count1, Boolean inExpandedForm1, ArgumentInfo[] arguments2, Int32 off2, Int32 count2, Boolean inExpandedForm2, TypeEntity[] typearguments, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBTypeSystem.cs:line 1945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.....IsBetterMethod(TypeEntity type, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, Int32 argumentpos1, Int32 count1, Boolean inExpandedForm1, Boolean isExtensionMethodCall1, Int32 argumentpos2, Int32 count2, Boolean inExpandedForm2, Boolean isExtensionMethodCall2, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 9171
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, MapOf`2 methods, MapOfIntInt extensionMethodPriority, TypeEntity type, Node argumentsNode, Node typeArgumentsNode, Node identifierNode, Boolean isStaticCall, Boolean isConstructorCall, Boolean isIndexerCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6774
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity type, Boolean isSuperCall, Boolean isStaticCall, Boolean isSimpleCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6533
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 7945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...•(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 5145
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 3467
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2823
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2765
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2807
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‰(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1450
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‡(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1209
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...„(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1048
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 487
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 444
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(SyntaxTree ast, SetOfNodes nodesToAnalyze, Boolean loadConstants, Boolean errors, Boolean warnings) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 358
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.AnalyzeErrors(SyntaxTree ast) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 60
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡(FileEntry file) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1621
SILENT 2010-06-10 12:44:25.123 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 31645280, Trees: 3
SILENT 2010-06-10 12:44:26.169 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 31513280, Trees: 2
SILENT 2010-06-10 12:44:31.368 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 29039280, Trees: 3
INFO 2010-06-10 12:44:33.475 : Server (4244): Error analyzing 'D:\dotnet\DLLs\KSDLLInp\D007.vb' in 'D:\dotnet\DLLs\KSDLLInp\KSDLLInp.vbproj'
ERROR 2010-06-10 12:44:33.491 : Server (4244): System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBTypeSystem.IsBetterMethod(FileEntry file, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, ArgumentInfo[] arguments1, Int32 off1, Int32 count1, Boolean inExpandedForm1, ArgumentInfo[] arguments2, Int32 off2, Int32 count2, Boolean inExpandedForm2, TypeEntity[] typearguments, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBTypeSystem.cs:line 1945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.....IsBetterMethod(TypeEntity type, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, Int32 argumentpos1, Int32 count1, Boolean inExpandedForm1, Boolean isExtensionMethodCall1, Int32 argumentpos2, Int32 count2, Boolean inExpandedForm2, Boolean isExtensionMethodCall2, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 9171
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, MapOf`2 methods, MapOfIntInt extensionMethodPriority, TypeEntity type, Node argumentsNode, Node typeArgumentsNode, Node identifierNode, Boolean isStaticCall, Boolean isConstructorCall, Boolean isIndexerCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6774
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity type, Boolean isSuperCall, Boolean isStaticCall, Boolean isSimpleCall, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6533
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 7945
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...•(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 5145
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, TypeEntity expectedtype) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 3467
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2823
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2765
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2807
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‰(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1450
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‡(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1209
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...„(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1048
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 487
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 444
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(SyntaxTree ast, SetOfNodes nodesToAnalyze, Boolean loadConstants, Boolean errors, Boolean warnings) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 358
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.AnalyzeErrors(SyntaxTree ast) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 60
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡(FileEntry file) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1621
SILENT 2010-06-10 12:45:49.179 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 31645280, Trees: 3
SILENT 2010-06-10 12:59:24.148 : Synchronize engine filesystem
SILENT 2010-06-10 12:59:24.710 : Synchronize engine filesystem
SILENT 2010-06-10 12:59:25.039 : Synchronize engine filesystem
SILENT 2010-06-10 12:59:26.007 : Synchronize engine filesystem
SILENT 2010-06-10 12:59:26.204 : Synchronize engine filesystem
SILENT 2010-06-10 12:59:26.704 : Synchronize engine filesystem
SILENT 2010-06-10 12:59:28.954 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 17662480, Trees: 1
SILENT 2010-06-10 12:59:29.188 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 20532480, Trees: 3
SILENT 2010-06-10 12:59:35.091 : Server (4244): Warning: Could not release enough syntax trees to get below maximum cache size - Cache size: 32250128, Trees: 5
SILENT 2010-06-10 12:59:37.748 : Server (4244): Server shutdown pending.
SILENT 2010-06-10 12:59:40.935 : Server (4244): Server shutdown completed.

VS Log

<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
  <entry>
    <record>1</record>
    <time>2010/06/10 13:47:37.692</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Visual Studio Version: 9.0.30729.1</description>
  </entry>
  <entry>
    <record>2</record>
    <time>2010/06/10 13:47:37.693</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Running in User Groups: Administrators Users</description>
  </entry>
  <entry>
    <record>3</record>
    <time>2010/06/10 13:47:37.695</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>ProductID: 92357-152-0000034-60057</description>
  </entry>
  <entry>
    <record>4</record>
    <time>2010/06/10 13:47:37.696</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Available Drive Space: C:\ drive has 28607332352 bytes; D:\ drive has 103160991744 bytes; E:\ drive has 6183739392 bytes</description>
  </entry>
  <entry>
    <record>5</record>
    <time>2010/06/10 13:47:37.707</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Internet Explorer Version: 8.0.7600.16588</description>
  </entry>
  <entry>
    <record>6</record>
    <time>2010/06/10 13:47:37.707</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Microsoft Data Access Version: 6.1.7600.16385</description>
  </entry>
  <entry>
    <record>7</record>
    <time>2010/06/10 13:47:37.708</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>.NET Framework Version: 2.0.50727.4927</description>
  </entry>
  <entry>
    <record>8</record>
    <time>2010/06/10 13:47:37.711</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>MSXML Version: 6.30.7600.16385</description>
  </entry>
  <entry>
    <record>9</record>
    <time>2010/06/10 13:47:37.713</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading UI library</description>
    <guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
    <path>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\*\msenvui.dll</path>
  </entry>
  <entry>
    <record>10</record>
    <time>2010/06/10 13:47:37.805</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
  </entry>
  <entry>
    <record>11</record>
    <time>2010/06/10 13:47:37.806</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Source Control Integration Package]</description>
    <guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
  </entry>
  <entry>
    <record>12</record>
    <time>2010/06/10 13:47:38.180</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{1EA47954-8515-402D-82D9-B5C332120A8D}</guid>
  </entry>
  <entry>
    <record>13</record>
    <time>2010/06/10 13:47:38.190</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{1EA47954-8515-402D-82D9-B5C332120A8D}</guid>
  </entry>
  <entry>
    <record>14</record>
    <time>2010/06/10 13:47:38.198</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{1EA47954-8515-402D-82D9-B5C332120A8D}</guid>
  </entry>
  <entry>
    <record>15</record>
    <time>2010/06/10 13:47:38.207</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [SourceGearLLC.VaultVsipClient.VaultVsipClient, VaultVsipClient, Version=4.1.4.18402, Culture=neutral, PublicKeyToken=d0dd1817f18e65b3]</description>
    <guid>{1EA47954-8515-402D-82D9-B5C332120A8D}</guid>
  </entry>
  <entry>
    <record>16</record>
    <time>2010/06/10 13:47:38.595</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
  </entry>
  <entry>
    <record>17</record>
    <time>2010/06/10 13:47:38.596</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Text Management Package]</description>
    <guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
  </entry>
  <entry>
    <record>18</record>
    <time>2010/06/10 13:47:38.600</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Text Management Package]</description>
    <guid>{F5E7E720-1401-11D1-883B-0000F87579D2}</guid>
  </entry>
  <entry>
    <record>19</record>
    <time>2010/06/10 13:47:38.636</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
  </entry>
  <entry>
    <record>20</record>
    <time>2010/06/10 13:47:38.637</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Task List Package]</description>
    <guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
  </entry>
  <entry>
    <record>21</record>
    <time>2010/06/10 13:47:38.638</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Task List Package]</description>
    <guid>{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}</guid>
  </entry>
  <entry>
    <record>22</record>
    <time>2010/06/10 13:47:38.683</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [SourceGearLLC.VaultVsipClient.VaultVsipClient, VaultVsipClient, Version=4.1.4.18402, Culture=neutral, PublicKeyToken=d0dd1817f18e65b3]</description>
    <guid>{1EA47954-8515-402D-82D9-B5C332120A8D}</guid>
  </entry>
  <entry>
    <record>23</record>
    <time>2010/06/10 13:47:38.684</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Source Control Integration Package]</description>
    <guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
  </entry>
  <entry>
    <record>24</record>
    <time>2010/06/10 13:47:38.685</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
  </entry>
  <entry>
    <record>25</record>
    <time>2010/06/10 13:47:38.774</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
  </entry>
  <entry>
    <record>26</record>
    <time>2010/06/10 13:47:38.778</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
  </entry>
  <entry>
    <record>27</record>
    <time>2010/06/10 13:47:38.781</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Telerik.CommonPackage.Telerik_CommonPackagePackage, Telerik.CommonPackage, Version=1.0.8.0, Culture=neutral, PublicKeyToken=d63abc9583eb6f32]</description>
    <guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
  </entry>
  <entry>
    <record>28</record>
    <time>2010/06/10 13:47:38.801</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Telerik.CommonPackage.Telerik_CommonPackagePackage, Telerik.CommonPackage, Version=1.0.8.0, Culture=neutral, PublicKeyToken=d63abc9583eb6f32]</description>
    <guid>{D4F5086C-54B9-4B07-BD22-AF72D5B9228F}</guid>
  </entry>
  <entry>
    <record>29</record>
    <time>2010/06/10 13:47:38.802</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
  </entry>
  <entry>
    <record>30</record>
    <time>2010/06/10 13:47:38.887</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
  </entry>
  <entry>
    <record>31</record>
    <time>2010/06/10 13:47:38.890</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
  </entry>
  <entry>
    <record>32</record>
    <time>2010/06/10 13:47:38.892</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Telerik.Windows.Silverlight.VSPackage.VsPackage, Telerik.Windows.Silverlight.VSPackage, Version=2010.1.309.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
    <guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
  </entry>
  <entry>
    <record>33</record>
    <time>2010/06/10 13:47:38.939</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Telerik.Windows.Silverlight.VSPackage.VsPackage, Telerik.Windows.Silverlight.VSPackage, Version=2010.1.309.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
    <guid>{FB968C41-4DE8-4876-8562-5366442CA9AA}</guid>
  </entry>
  <entry>
    <record>34</record>
    <time>2010/06/10 13:47:38.940</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
  </entry>
  <entry>
    <record>35</record>
    <time>2010/06/10 13:47:39.033</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
  </entry>
  <entry>
    <record>36</record>
    <time>2010/06/10 13:47:39.036</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
  </entry>
  <entry>
    <record>37</record>
    <time>2010/06/10 13:47:39.038</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Telerik.Web.UI.VSPackage.VSPackage, Telerik.Web.UI.VSPackage, Version=2010.1.519.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
    <guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
  </entry>
  <entry>
    <record>38</record>
    <time>2010/06/10 13:47:39.069</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Telerik.Web.UI.VSPackage.VSPackage, Telerik.Web.UI.VSPackage, Version=2010.1.519.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4]</description>
    <guid>{057D8865-D4BB-46E8-B71E-E24FED08F4B9}</guid>
  </entry>
  <entry>
    <record>39</record>
    <time>2010/06/10 13:47:39.070</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
  </entry>
  <entry>
    <record>40</record>
    <time>2010/06/10 13:47:39.238</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
  </entry>
  <entry>
    <record>41</record>
    <time>2010/06/10 13:47:39.241</time>
    <type>Warning</type>
    <source>Microsoft Visual Studio Appid Stub</source>
    <description>CheckPackageSignature failed; invalid Package Load Key</description>
    <guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
  </entry>
  <entry>
    <record>42</record>
    <time>2010/06/10 13:47:39.244</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Telerik.JustCode.JustCode, JustCode, Version=1.0.2081.18291, Culture=neutral, PublicKeyToken=14647eeb08016fa3]</description>
    <guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
  </entry>
  <entry>
    <record>43</record>
    <time>2010/06/10 13:47:39.294</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Telerik.JustCode.JustCode, JustCode, Version=1.0.2081.18291, Culture=neutral, PublicKeyToken=14647eeb08016fa3]</description>
    <guid>{90D8D596-D6EA-40E5-816F-E74F21C92BBC}</guid>
  </entry>
  <entry>
    <record>44</record>
    <time>2010/06/10 13:47:39.308</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>45</record>
    <time>2010/06/10 13:47:39.309</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function LoadDTETypeLib</description>
  </entry>
  <entry>
    <record>46</record>
    <time>2010/06/10 13:47:39.323</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function LoadDTETypeLib</description>
  </entry>
  <entry>
    <record>47</record>
    <time>2010/06/10 13:47:39.323</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>48</record>
    <time>2010/06/10 13:47:39.324</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>49</record>
    <time>2010/06/10 13:47:39.332</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{18BEB7F2-CA98-11D1-B6E7-00A0C90F2744}</guid>
  </entry>
  <entry>
    <record>50</record>
    <time>2010/06/10 13:47:39.332</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>51</record>
    <time>2010/06/10 13:47:39.333</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>52</record>
    <time>2010/06/10 13:47:39.333</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>53</record>
    <time>2010/06/10 13:47:39.334</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>54</record>
    <time>2010/06/10 13:47:39.348</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>55</record>
    <time>2010/06/10 13:47:39.349</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>56</record>
    <time>2010/06/10 13:47:39.456</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>57</record>
    <time>2010/06/10 13:47:39.457</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>58</record>
    <time>2010/06/10 13:47:39.466</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>59</record>
    <time>2010/06/10 13:47:39.467</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>60</record>
    <time>2010/06/10 13:47:39.473</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function VBDispatch::GetTypeLib</description>
  </entry>
  <entry>
    <record>61</record>
    <time>2010/06/10 13:47:39.473</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Leaving function VBDispatch::GetTypeLib</description>
    <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
  </entry>
  <entry>
    <record>62</record>
    <time>2010/06/10 13:47:39.475</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading .NET AddIn: JustCode</description>
  </entry>
  <entry>
    <record>63</record>
    <time>2010/06/10 13:47:39.499</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
  </entry>
  <entry>
    <record>64</record>
    <time>2010/06/10 13:47:39.501</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Environment Menu Package]</description>
    <guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
  </entry>
  <entry>
    <record>65</record>
    <time>2010/06/10 13:47:39.502</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Environment Menu Package]</description>
    <guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
  </entry>
  <entry>
    <record>66</record>
    <time>2010/06/10 13:47:39.573</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Calling OnConnection for Addin: JustCode</description>
  </entry>
  <entry>
    <record>67</record>
    <time>2010/06/10 13:47:39.575</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading .NET AddIn: RedGate.SQLPrompt.VSUI.Connect</description>
  </entry>
  <entry>
    <record>68</record>
    <time>2010/06/10 13:47:40.717</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{A659F1B3-AD34-11D1-ABAD-0080C7B89C95}</guid>
  </entry>
  <entry>
    <record>69</record>
    <time>2010/06/10 13:47:40.723</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Begin package load [Visual Studio Macros Package]</description>
    <guid>{A659F1B3-AD34-11D1-ABAD-0080C7B89C95}</guid>
  </entry>
  <entry>
    <record>70</record>
    <time>2010/06/10 13:47:40.725</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading UI library</description>
    <guid>{A659F1B3-AD34-11D1-ABAD-0080C7B89C95}</guid>
    <path>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\*\vsmacrosui.dll</path>
  </entry>
  <entry>
    <record>71</record>
    <time>2010/06/10 13:47:40.774</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>End package load [Visual Studio Macros Package]</description>
    <guid>{A659F1B3-AD34-11D1-ABAD-0080C7B89C95}</guid>
  </entry>
  <entry>
    <record>72</record>
    <time>2010/06/10 13:47:41.246</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Calling OnConnection for Addin: RedGate.SQLPrompt.VSUI.Connect</description>
  </entry>
  <entry>
    <record>73</record>
    <time>2010/06/10 13:47:41.249</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading .NET AddIn: RedGate.Reflector.Addin.Connect9</description>
  </entry>

Regards,
Mark Leavesley

28 Answers, 1 is accepted

Sort by
0
mark leavesley
Top achievements
Rank 1
answered on 10 Jun 2010, 03:14 PM
Uninstalling JC fixed the problem :(

Windows 7 32-bit, service packed to the hilt, load of new updates this morning.
0
Kaloyan
Telerik team
answered on 14 Jun 2010, 02:33 PM
Hello Mark,

 The log says that the version of JustCode you have is rather old. We've just officially released a beta for our next major release last week with lots of fixes, improvements and new features. So, you might try it and let me know if the problem persists.

Sorry for the inconvenience and keep us posted on your experience with our tool. 

Greetings,
Kaloyan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
mark leavesley
Top achievements
Rank 1
answered on 14 Jun 2010, 03:42 PM
Hello,

Yes, I noticed that despite being pretty sure I had downloaded and installed the latest internal build. I will try again...


Regards,
Mark Leavesley
0
mark leavesley
Top achievements
Rank 1
answered on 15 Jun 2010, 08:57 AM
Just the one exception!

INFO 2010-06-15 08:50:03.116 : JustCode Version: 2010.1.610.1
INFO 2010-06-15 08:50:03.132 : VS Version: 9.0.30729.1 built by: SP, Professional Edition
INFO 2010-06-15 08:50:16.389 : Resetting Commands
INFO 2010-06-15 08:50:17.795 : Resetting menus
INFO 2010-06-15 08:55:50.986 : Solution initialization started.
INFO 2010-06-15 08:55:51.418 : Started engine service process id 5116
INFO 2010-06-15 08:55:52.638 : Connection to engine service elapsed: 1291
INFO 2010-06-15 08:56:01.685 : Solution initialization completed.
INFO 2010-06-15 08:56:18.378 : Creating solution elapsed: 695
INFO 2010-06-15 08:56:18.597 : Sending solution elapsed: 216
INFO 2010-06-15 08:57:26.550 : Error analyzing 'D:\dotnet\DLLs\KSDLLInp\D007.vb' in 'D:\dotnet\DLLs\KSDLLInp\KSDLLInp.vbproj'
ERROR 2010-06-15 08:57:26.665 : System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBTypeSystem.IsBetterMethod(FileEntry file, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, ArgumentInfo[] arguments1, Int32 off1, Int32 count1, Boolean inExpandedForm1, ArgumentInfo[] arguments2, Int32 off2, Int32 count2, Boolean inExpandedForm2, TypeEntity[] typearguments, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBTypeSystem.cs:line 1961
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.....IsBetterMethod(TypeEntity type, Member method1, TypeEntity containingType1, Member method2, TypeEntity containingType2, Int32 argumentpos1, Int32 count1, Boolean inExpandedForm1, Boolean isExtensionMethodCall1, Int32 argumentpos2, Int32 count2, Boolean inExpandedForm2, Boolean isExtensionMethodCall2, Int32 typeargoff, Int32 typeargcount) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 9205
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, MapOf`2 methods, MapOfIntInt extensionMethodPriority, TypeEntity type, Node argumentsNode, Node typeArgumentsNode, Node identifierNode, Boolean isStaticCall, Boolean isSuperCall, Boolean isConstructorCall, Boolean isIndexerCall, TypeEntity expectedType) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6725
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...›(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity type, Boolean isSuperCall, Boolean isStaticCall, Boolean isInvoked, TypeEntity expectedType) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6266
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity type, Boolean isSuperCall, Boolean isStaticCall, Boolean isSimpleCall, TypeEntity expectedType) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 6490
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, Node identifierNode, Node argumentsNode, Node typeArgumentsNode, TypeEntity expectedType) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 7924
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...•(Node node, TypeEntity expectedType) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 5173
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node, TypeEntity expectedType) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 3490
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2846
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2791
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 2830
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‰(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1461
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...‡(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1220
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...„(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 1059
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 498
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(Node node) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 455
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer...(SyntaxTree ast, SetOfNodes nodesToAnalyze, Boolean loadConstants, Boolean errors, Boolean warnings) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 368
   at Telerik.JustCode.LanguageFrontend.VisualBasic.VBCodeAnalyzer.AnalyzeErrors(SyntaxTree ast) in c:\B10\Manticore\Production2010\Sources\source\LanguageFrontend.VisualBasic\VBCodeAnalyzer.cs:line 60
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡(FileEntry file) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1620
Log Site Stacktrace:
   at Telerik.JustCode.Common.Logging.ExceptionInfo.GetExceptionString(Exception ex) in c:\B10\Manticore\Production2010\Sources\source\Common\Logging\ExceptionInfo.cs:line 85
   at Telerik.JustCode.Common.Logging.LogService.LogException(Exception ex, String message) in c:\B10\Manticore\Production2010\Sources\source\Common\Logging\LogService.cs:line 78
   at Telerik.JustCode.Common.Logging.LogService.LogException(Exception ex) in c:\B10\Manticore\Production2010\Sources\source\Common\Logging\LogService.cs:line 69
   at Telerik.JustCode.Common.Logger.LogException(Exception ex) in c:\B10\Manticore\Production2010\Sources\source\Common\Logger.cs:line 115
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.(Exception e, String moduleName) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1732
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.(Exception e) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1700
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡(FileEntry file) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 16777215
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.(SetOfFileEntry filesToCheck, Boolean& aborted) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1567
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.(Int32 assembly, Dictionary`2 filesPerAssembly, SetOfFileEntry cachedFiles, SetOfInt visitedAssemblies, Int32 indent, Boolean evict, Boolean& aborted) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1497
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.(Int32 assembly, Dictionary`2 filesPerAssembly, SetOfFileEntry cachedFiles, SetOfInt visitedAssemblies, Int32 indent, Boolean evict, Boolean& aborted) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1483
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.(Int32 assembly, Dictionary`2 filesPerAssembly, SetOfFileEntry cachedFiles, SetOfInt visitedAssemblies, Int32 indent, Boolean evict, Boolean& aborted) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1483
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.(Int32 assembly, Dictionary`2 filesPerAssembly, SetOfFileEntry cachedFiles, SetOfInt visitedAssemblies, Int32 indent, Boolean evict, Boolean& aborted) in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1483
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡() in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1390
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.‡() in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 1094
   at Telerik.JustCode.CommonLanguageModel.Engine.CLMEngine.”†() in c:\B10\Manticore\Production2010\Sources\source\CommonLanguageModel.Engine\CLMEngine.cs:line 624
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

0
mark leavesley
Top achievements
Rank 1
answered on 15 Jun 2010, 03:08 PM
VS is hanging again, just like before, 2nd time today.

What with the false errors as well it'll have to come off, shame.


Regards,
Mark Leavesley
0
Hans Kratz
Telerik team
answered on 18 Jun 2010, 08:58 AM
Hi Mark,

it looks like there are two issues which seem to be unrelated.

1) Hangs on startup

If I understand that correctly Visual Studio sometimes just hangs during startup before the main window is opened while still displaying the splash screen. Just correct me if I am missing something.

We have not seen this behavior here.

Maybe you could answer the following questions to shed some light on this issue:
  1. Do you start VS on a solution (e.g. by double-clicking on it in the Solution Explorer)
  2. Is there any CPU load or disk activity during the hang?
  3. Is there anything in AppData\Local\JustCode\Logs\NotReportedExceptions?

2) The NullReferenceException exception that is logged during the error analysis of 'D:\dotnet\DLLs\KSDLLInp\D007.vb' in 'D:\dotnet\DLLs\KSDLLInp\KSDLLInp.vbproj'

Judging from the stack trace and associated source code the VB code analyzer is thrown off balance by something in this file or the used API. In order to investigate that you could send us the file privately or try to reduce the contents until the exception is no longer thrown in a similar fashion like your excellent Good Code Red investigation.

 

All the best,
Hans Kratz
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
mark leavesley
Top achievements
Rank 1
answered on 18 Jun 2010, 09:08 AM
Hello,

1)

1. Always open VS, if I double-click a solution nothing happens.
2. Idle.
3. Yes!

2010-04-22 08:37:46.062: System.ServiceModel.CommunicationObjectAbortedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it has been Aborted.

Server stack trace: 
   at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()
   at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Telerik.JustCode.CodeAnalysisService.Common.IEngineService.Shutdown(Boolean waitForCompletion)
   at Telerik.JustCode.CodeAnalysisService.Client.RemoteEngine.Shutdown(Boolean freeMemory, Boolean waitForCompletion) in c:\B10\Manticore\Production2010_Release\Sources\source\CodeAnalysisService.Client\RemoteEngine.cs:line 542
   at Telerik.JustCode.UserInterface.UI.ShutDown() in c:\B10\Manticore\Production2010_Release\Sources\source\UserInterface\UI.cs:line 331
   at Telerik.JustCode.JustCodeApplication.•€() in c:\B10\Manticore\Production2010_Release\Sources\source\JustCode.Application\JustCodeApplication.cs:line 569

2) Umm, I would have to whittle that down and maybe still send it privately. Presumably I can delete all the log files and do a re-analysis to see if it's still happening rather than closing and re-opening VS after each change?


Regards,
Mark Leavesley
0
Hans Kratz
Telerik team
answered on 18 Jun 2010, 09:30 AM
Hi Mark,

Unfortunately the unreported exception is quite old (2010-04-22 08:37:46.062) so it does not have anything to do with current hangs. Do you have any other addins/packages installed with which JustCode could have compatibility issues?

"2) Umm, I would have to whittle that down and maybe still send it privately. Presumably I can delete all the log files and do a re-analysis to see if it's still happening rather than closing and re-opening VS after each change?"

Actually you should see exceptions as they are reported by selecting the JustCode drop-down in the Output Window. It is possible that you have to close the Output window and reopen it again if you do not see the drop-down. Each time you change the file the exception should occur again until you removed the problematic code so you should not have to use JustCode | Refresh analysis.


Regards,
Hans Kratz
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
mark leavesley
Top achievements
Rank 1
answered on 18 Jun 2010, 10:57 AM
Hello,

1) Spent a while starting and re-starting VS with different combinations of addins, I couldn't draw any conclusions. The 4 listed in the add-in manager are:

.NET Reflector (RedGate I think)
Breakpoint Splatter (my own personal add in, very very basic)
JustCode AddIn (obviously)
SQLPrompt 4 (RedGate)

Most of the time it started normally, but twice it didn't. The one time I also had NT Internals Process Monitor capturing all events that had an image path containing 'devenv.eve'. In this capture I started VS, fine, and then started another copy, which hung. I closed the good instance, waited a bit and then killed the other one. I don't know how useful this will be but it will I guess show everything that both instances tried to access. I've had a quick look at the log and I can't obviously differentiate one instance from another, but I'm happy to repeat the exercise with different filters if that would be more useful.

I can't attach the log here so I've raised a ticket to send it.

Regards,
Mark Leavesley
0
mark leavesley
Top achievements
Rank 1
answered on 18 Jun 2010, 12:13 PM
Hello,

The exception. Originally I thought JC was having an issue with Crystal, but when it started happening in my test solution even without Crystal I found it was actually because there is a call to a function that omits an optional on a function with multiple definitions.

This code does NOT generate an exception:

Option Strict On 
Option Explicit On 
Public Class D007 
 
  Public Overloads Function Z(ByRef strr_UPD() As String, _ 
                                               ByVal strv_SQL As String, _ 
                                               ByVal strv_REPORT_NUMBER As StringAs Boolean 
 
  End Function 
 
  Public Overloads Function Z(ByRef strr_UPD() As String, _ 
                                               ByVal strv_SQL As String, _ 
                                               ByVal strv_HEADING As String, _ 
                                               ByVal strv_FORMAT As String, _ 
                                      Optional ByVal objv_CRY_DOC As Object = Nothing, _ 
                                      Optional ByVal strv_FILE_NAME As String = ""As Boolean 
 
 
    Return Z(strr_UPD, strv_SQL, strv_HEADING, strv_FORMAT, False, objv_PARENT_OBJECT:=Nothing, objv_CRY_DOC:=objv_CRY_DOC, strv_FILE_NAME:=strv_FILE_NAME) 
 
 
  End Function 
 
  Public Overloads Function Z(ByRef strr_UPD() As String, _ 
                                               ByVal strv_SQL As String, _ 
                                               ByVal strv_HEADING As String, _ 
                                               ByVal strv_FORMAT As String, _ 
                                               ByVal boov_MODAL As Boolean, _ 
                                      Optional ByVal objv_PARENT_OBJECT As Object = Nothing, _ 
                                      Optional ByVal objv_CRY_DOC As Object = Nothing, _ 
                                      Optional ByVal strv_FILE_NAME As String = ""As Boolean 
 
  End Function 
 
 
 
End Class 
 


But this code DOES:

 
Option Strict On 
Option Explicit On 
Public Class D007 
 
  Public Overloads Function Z(ByRef strr_UPD() As String, _ 
                                               ByVal strv_SQL As String, _ 
                                               ByVal strv_REPORT_NUMBER As StringAs Boolean 
 
  End Function 
 
  Public Overloads Function Z(ByRef strr_UPD() As String, _ 
                                               ByVal strv_SQL As String, _ 
                                               ByVal strv_HEADING As String, _ 
                                               ByVal strv_FORMAT As String, _ 
                                      Optional ByVal objv_CRY_DOC As Object = Nothing, _ 
                                      Optional ByVal strv_FILE_NAME As String = ""As Boolean 
 
 
    'Return Z(strr_UPD, strv_SQL, strv_HEADING, strv_FORMAT, False, objv_PARENT_OBJECT:=Nothing, objv_CRY_DOC:=objv_CRY_DOC, strv_FILE_NAME:=strv_FILE_NAME) 
     Return Z(strr_UPD, strv_SQL, strv_HEADING, strv_FORMAT, False,                              objv_CRY_DOC:=objv_CRY_DOC, strv_FILE_NAME:=strv_FILE_NAME) 
 
 
  End Function 
 
  Public Overloads Function Z(ByRef strr_UPD() As String, _ 
                                               ByVal strv_SQL As String, _ 
                                               ByVal strv_HEADING As String, _ 
                                               ByVal strv_FORMAT As String, _ 
                                               ByVal boov_MODAL As Boolean, _ 
                                      Optional ByVal objv_PARENT_OBJECT As Object = Nothing, _ 
                                      Optional ByVal objv_CRY_DOC As Object = Nothing, _ 
                                      Optional ByVal strv_FILE_NAME As String = ""As Boolean 
 
  End Function 
 
 
 
End Class 
 

This code also does NOT generate an exception, so maybe it's confused with a function calling a version of itself? (a wild guess!):

Option Strict On 
Option Explicit On 
Public Class D007 
 
  Public Overloads Function Z(ByRef strr_UPD() As String, _ 
                                               ByVal strv_SQL As String, _ 
                                               ByVal strv_REPORT_NUMBER As StringAs Boolean 
 
  End Function 
 
  Public Overloads Function Z2(ByRef strr_UPD() As String, _ 
                                               ByVal strv_SQL As String, _ 
                                               ByVal strv_HEADING As String, _ 
                                               ByVal strv_FORMAT As String, _ 
                                      Optional ByVal objv_CRY_DOC As Object = Nothing, _ 
                                      Optional ByVal strv_FILE_NAME As String = ""As Boolean 
 
 
    Return Z(strr_UPD, strv_SQL, strv_HEADING, strv_FORMAT, False, objv_CRY_DOC:=objv_CRY_DOC, strv_FILE_NAME:=strv_FILE_NAME) 
 
 
  End Function 
 
  Public Overloads Function Z(ByRef strr_UPD() As String, _ 
                                               ByVal strv_SQL As String, _ 
                                               ByVal strv_HEADING As String, _ 
                                               ByVal strv_FORMAT As String, _ 
                                               ByVal boov_MODAL As Boolean, _ 
                                      Optional ByVal objv_PARENT_OBJECT As Object = Nothing, _ 
                                      Optional ByVal objv_CRY_DOC As Object = Nothing, _ 
                                      Optional ByVal strv_FILE_NAME As String = ""As Boolean 
 
  End Function 
 
 
 
End Class 
 


Regards,
Mark Leavesley

0
Hans Kratz
Telerik team
answered on 18 Jun 2010, 02:07 PM
Hi Mark,

thanks for the code sample, with it the exception is perfectly reproducable. Marked for fixing in the Q2 release. I have awarded you some Telerik Points to compensate you for your efforts.

Using the Process Monitor to find out what goes wrong is a good idea. Unfortunately the Process Monitor refuses to open files in the XML format, only files in PML format can be opened. So finding somethin in the XML file is pretty much like searching for the needle in the haystack.
 
Another idea would be using Debugging Tools for Windows to capture a stacktrace of all threads when Visual Studio hangs using this command (can take a while due to remote module loading):

"%ProgramFiles%\Debugging Tools for Windows (x86)\cdb.exe" -pn devenv.exe -y srv*http://msdl.microsoft.com/download/symbols  -c ".loadby sos mscorwks;!EEStack;.detach;q"

Of course you could also try to use the latest SysInternals Process Explorer to capture a full dump of the devenv.exe process and send it to us. A minidump would probably be easier to send but it did not work for me when I tried to capture one of devenv.exe.

Also comparing the activity log of a hanging VS versus a non-hanging VS could shed some light on the issue. E.g. in the activity log your posted the Reflector add-in is the last entry, so either this or the one following it in a non-hanging activity log for could be to blame (if the order is deterministic).

Best wishes,
Hans Kratz
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
mark leavesley
Top achievements
Rank 1
answered on 18 Jun 2010, 02:13 PM
Hello,

Thanks for the points.

Interesting you mention Reflector because that had a run time error when I turned it back on from within VS. I'll turn it off and see what happens. If the problem persists I will look at some more capturing.


Regards,
Mark Leavesley


0
mark leavesley
Top achievements
Rank 1
answered on 21 Jun 2010, 03:07 PM
Hello,

The evidence seems fairly conclusive....NET Reflector and JC do not like each other! I turned .NET Reflector off on Friday and no hangs since. Turned it back and VS hung on the next startup. Convincing if not scientific.


Regards,
Mark Leavesley
0
mark leavesley
Top achievements
Rank 1
answered on 21 Jun 2010, 03:16 PM
PS I'm using 6.0.0.918, and it is Red Gate.

The website does not list the current version other than 6 but I will get the latest and see what happens.
0
mark leavesley
Top achievements
Rank 1
answered on 22 Jun 2010, 09:09 AM
Using the latest version (6.1.0.11) makes no difference, still getting hangs.


Regards,
Mark Leavesley
0
Hans Kratz
Telerik team
answered on 22 Jun 2010, 09:43 AM
Hi Mark,

I am also using the Reflector 6.1.0.11 add-in with Visual Studio 2008 version 9.0.30729.1 SP but have not experienced any hangs on startup. The only difference I see compared to your environment is that I use Windows 7 64 bit but that should not really make a difference since VS2008 is 32-bit only.

Do you use the Reflector add-in frequently? If not you could turn off it's "Startup" option in the Add-In Manager and start it up only when needed. If you do not get any hangs after a week or so we could be confident that the there are interoperability problems between Reflector and JustCode in some configurations.

Alternatively you could also capture some data at the time of the hang (dump, stack traces, open files, etc.) which could shed some light on what actually goes wrong.



Best wishes,
Hans Kratz
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
mark leavesley
Top achievements
Rank 1
answered on 22 Jun 2010, 09:46 AM
Hello,

I don't use it at all actually, it came bundled with something else we looked at. I'll turn it off and report back next week.


Regards,
Mark Leavesley
0
mark leavesley
Top achievements
Rank 1
answered on 30 Jun 2010, 08:30 AM
Hello,

No problems starting VS at all. I did however have to turn JC off (I deselected all the project types rather than uninstall it) as it just pounds my PC when editting code and VS starts to lag behind my typing. I tried changing the delay before code analysis, but no matter what you set it to, once it starts VS becomes annoyingly slow. 

Why does VS hit the CPU so hard when the JC service is? Perhaps you could make JC run at idle priority or something?


Regards,
Mark Leavesley
0
Hans Kratz
Telerik team
answered on 30 Jun 2010, 09:45 AM
Hi Mark,

sorry to hear that you had to turn JC off. It is strange that both JC service (JustCodeAnalysis.Net4.exe) and the VS process (devenv.exe) pound on your machine. In particular the devenv.exe process should not generate much more CPU load than it does without JustCode. Does it get better if your turn off the Color identifiers option in the JustCode options dialog?

Btw: How exactly did you turn off JC? Using the Code Analysis section of the JustCode Options dialog?

Sincerely yours,
Hans Kratz
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
mark leavesley
Top achievements
Rank 1
answered on 01 Jul 2010, 10:09 AM
Hello,

I turned JC off by unticking everything under 'Code Analysis'.

See attached. This happened when I commented out a small number of lines whilst the code was paused. It's dual-core so that's 84% CPU they are using. Maybe it's a coincidence as it doesn't happen all the time.


Regards,
Mark Leavesley
0
Hans Kratz
Telerik team
answered on 01 Jul 2010, 11:20 AM
Hello Mark,

Did unticking all the options under Code Analysis this way resolve your performance problems completely?
 

Best wishes,
Hans Kratz
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
mark leavesley
Top achievements
Rank 1
answered on 05 Jul 2010, 09:51 AM
Hello,

Yes, it did. It seemed to have he same effect as uninstalling it.

We all have new PCs now so I may not be able to help with performance issues any more!


Regards,
Mark Leavesley
0
Hans Kratz
Telerik team
answered on 05 Jul 2010, 11:09 AM
Hi Mark,

thanks, that is good to know because it narrows down the area where the performance problems are.

Greetings,
Hans Kratz
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
mark leavesley
Top achievements
Rank 1
answered on 14 Jul 2010, 09:48 AM
I have now installed the current version of .NET Reflector and the hanging came back right away, this is v6.1.0.11.

This PC is only 10 days old so it's not had much chance to be contaminated by numerous other programs being installed and uninstalled.


Regards,
Mark Leavesley
0
Hans Kratz
Telerik team
answered on 16 Jul 2010, 10:00 AM
Hello Mark,

we will definitely try to reproduce (and fix) the interoperability problem with the Reflector add-in for the Service Pack. 

If you want to help fixing this you could capture a stacktrace of all threads or sends us a dump of the Visual Studio process as I described before. A stacktrace would probably the best.


Best wishes,

Hans Kratz
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
mark leavesley
Top achievements
Rank 1
answered on 20 Jul 2010, 09:36 AM
Hello,

I will try and do that for you sometime this week.

Regards,
Mark Leavesley
0
Daniel Brownell
Top achievements
Rank 1
answered on 20 Jan 2011, 02:13 PM
Hi,

I am running JustCode on Windows 7 Professional 64 bits and Visual Studio 2010.  When I added MVC3 to the mix I get 15 errors reported on the JustCode error list before I do anything.  When I look on the VS error list it is empty.  I am able to complie and run successfully.  I am attaching a screen shot. Please let know if you already have a patch for this.
0
Kaloyan
Telerik team
answered on 25 Jan 2011, 03:32 PM
Hello Daniel,

 Do these errors disappear when you refresh the code analysis from JustCode->Refresh Code Analysis menu? If not, can you post a sample solution that behaves the way you described?

Best wishes,
Kaloyan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
mark leavesley
Top achievements
Rank 1
Answers by
mark leavesley
Top achievements
Rank 1
Kaloyan
Telerik team
Hans Kratz
Telerik team
Daniel Brownell
Top achievements
Rank 1
Share this question
or