Visual Studio代码Map错误:未能为数据库“Microsoft.VsCodeIndex”分配新页

ffvjumwh  于 2023-11-21  发布在  Vscode
关注(0)|答案(1)|浏览(180)

在使用Visual Studio Code MapMap我的源代码时,它索引了所有代码,但几分钟后我得到了这样的消息:

  • MyAssembly.dll:无法加载程序集:C:\PathToMySolution\PathToMyProject\bin\MyProject.dll未能为数据库“Microsoft.VsCodeIndex”分配新页,因为文件组“PRIMARY”中的磁盘空间不足。请通过删除文件组中的对象、向文件组添加其他文件或为文件组中的现有文件设置自动增长来创建所需的空间。

每次我尝试我得到相同的错误消息,但程序集更改为另一个。下面的打印显示了我的一个案例:


的数据
如果我点击“打开XML编辑器”什么也没有发生,如果我试图复制消息到剪贴板复制此消息:

  1. <DirectedGraph DataVirtualized="True" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
  2. <Nodes>
  3. <Node Id="(@1 @2 @3 Member=(Name=ProcessarBaseDeContribuicaoPorParticipante OverloadingParameters=[@7,@10,@11,@12,@13,@15,@7,@16,@17,@18]))" Visibility="Hidden" />
  4. <Node Id="(@1 @2 @3 Member=(Name=ProcessarCalculoDeContribuicaoPorParticipante OverloadingParameters=[@7,@10,@11,@11,@12,@13,@15,(@5 @6 Type=(Name=Action GenericParameterCount=2 GenericArguments=[(@8 Namespace=CM.CMPrevWeb.ContribuicaoPrev.Domain Type=HistoricoContribuicao),(@5 Namespace=System.Collections.Generic Type=(Name=IEnumerable GenericParameterCount=1 GenericArguments=[(@8 @9 Type=OpcaoPorContribuicaoDoParticipante)]))])),@7,@7,@7,@19,@7,@16,@13,@19,@7,@17,@20,(@5 Namespace=System.Collections.Generic Type=(Name=List GenericParameterCount=1 GenericArguments=[@20])),@19,@18,@7,@7]))" Visibility="Hidden" />
  5. <Node Id="(@1 @2 @3 Member=(Name=ProcessarRecalculoDeContribuicaoPorParticipante OverloadingParameters=[@7,@10,@11,@11,@12,@13,@15,(@5 @6 Type=(Name=Action GenericParameterCount=2 GenericArguments=[(@8 Namespace=CM.CMPrevWeb.ContribuicaoPrev.Domain Type=HistoricoContribuicao),(@5 Namespace=System.Collections.Generic Type=(Name=IEnumerable GenericParameterCount=1 GenericArguments=[(@8 @9 Type=OpcaoPorContribuicaoDoParticipante)]))])),@7,@7,@7,@19,@7,@16,@13,@19,@7,@17,@20,(@5 Namespace=System.Collections.Generic Type=(Name=List GenericParameterCount=1 GenericArguments=[@20])),@19,@18]))" Visibility="Hidden" />
  6. <Node Id="@21" Category="CodeSchema_Method" Bounds="245.639617141374,344.138240708159,287.226666666667,25.96" CodeSchemaProperty_IsPrivate="True" CommonLabel="ProcessarCalculoDeContribuicaoPorParticipante" IsDragSource="True" Label="ProcessarCalculoDeContribuicaoPorParticipante" />
  7. <Node Id="@4" Visibility="Hidden" />
  8. </Nodes>
  9. <Links>
  10. <Link Source="(@1 @2 @3 Member=(Name=ProcessarBaseDeContribuicaoPorParticipante OverloadingParameters=[@7,@10,@11,@12,@13,@15,@7,@16,@17,@18]))" Target="@21" Bounds="271.881336618329,314.138240708159,73.4740818749177,26.9052791831603" />
  11. <Link Source="(@1 @2 @3 Member=(Name=ProcessarCalculoDeContribuicaoPorParticipante OverloadingParameters=[@7,@10,@11,@11,@12,@13,@15,(@5 @6 Type=(Name=Action GenericParameterCount=2 GenericArguments=[(@8 Namespace=CM.CMPrevWeb.ContribuicaoPrev.Domain Type=HistoricoContribuicao),(@5 Namespace=System.Collections.Generic Type=(Name=IEnumerable GenericParameterCount=1 GenericArguments=[(@8 @9 Type=OpcaoPorContribuicaoDoParticipante)]))])),@7,@7,@7,@19,@7,@16,@13,@19,@7,@17,@20,(@5 Namespace=System.Collections.Generic Type=(Name=List GenericParameterCount=1 GenericArguments=[@20])),@19,@18,@7,@7]))" Target="@21" Bounds="434.2017616038,314.138240708159,75.8118420743332,26.9822403731616" />
  12. <Link Source="(@1 @2 @3 Member=(Name=ProcessarRecalculoDeContribuicaoPorParticipante OverloadingParameters=[@7,@10,@11,@11,@12,@13,@15,(@5 @6 Type=(Name=Action GenericParameterCount=2 GenericArguments=[(@8 Namespace=CM.CMPrevWeb.ContribuicaoPrev.Domain Type=HistoricoContribuicao),(@5 Namespace=System.Collections.Generic Type=(Name=IEnumerable GenericParameterCount=1 GenericArguments=[(@8 @9 Type=OpcaoPorContribuicaoDoParticipante)]))])),@7,@7,@7,@19,@7,@16,@13,@19,@7,@17,@20,(@5 Namespace=System.Collections.Generic Type=(Name=List GenericParameterCount=1 GenericArguments=[@20])),@19,@18]))" Target="@21" Bounds="390.264307080679,225.96,5.02618810087512,109.187761049876" />
  13. <Link Source="@4" Target="@21" Category="Contains" FetchingParent="@4" />
  14. </Links>
  15. <Categories>
  16. <Category Id="CodeSchema_Member" Label="Member" CanBeDataDriven="True" DefaultAction="Microsoft.Contains" Icon="CodeSchema_Field" NavigationActionLabel="Members" />
  17. <Category Id="CodeSchema_Method" Label="Method" BasedOn="CodeSchema_Member" CanBeDataDriven="True" DefaultAction="Link:Forward:CodeSchema_Calls" Icon="CodeSchema_Method" NavigationActionLabel="Methods" />
  18. <Category Id="Contains" Label="Contains" Description="Whether the source of the link contains the target object" CanBeDataDriven="False" CanLinkedNodesBeDataDriven="True" IncomingActionLabel="Contained By" IsContainment="True" OutgoingActionLabel="Contains" />
  19. </Categories>
  20. <Properties>
  21. <Property Id="Bounds" DataType="System.Windows.Rect" />
  22. <Property Id="CanBeDataDriven" Label="CanBeDataDriven" Description="CanBeDataDriven" DataType="System.Boolean" />
  23. <Property Id="CanLinkedNodesBeDataDriven" Label="CanLinkedNodesBeDataDriven" Description="CanLinkedNodesBeDataDriven" DataType="System.Boolean" />
  24. <Property Id="CodeSchemaProperty_IsPrivate" Label="Is Private" Description="Flag to indicate the scope is Private" DataType="System.Boolean" />
  25. <Property Id="CommonLabel" DataType="System.String" />
  26. <Property Id="DataVirtualized" Label="Data Virtualized" Description="If true, the graph can contain nodes and links that represent data for virtualized nodes/links (i.e. not actually created in the graph)." DataType="System.Boolean" />
  27. <Property Id="DefaultAction" Label="DefaultAction" Description="DefaultAction" DataType="System.String" />
  28. <Property Id="Expression" DataType="System.String" />
  29. <Property Id="FetchingParent" DataType="Microsoft.VisualStudio.GraphModel.GraphNodeId" />
  30. <Property Id="GroupLabel" DataType="System.String" />
  31. <Property Id="Icon" Label="Icon" Description="Icon" DataType="System.String" />
  32. <Property Id="IncomingActionLabel" Label="IncomingActionLabel" Description="IncomingActionLabel" DataType="System.String" />
  33. <Property Id="IsContainment" DataType="System.Boolean" />
  34. <Property Id="IsDragSource" Label="IsDragSource" Description="IsDragSource" DataType="System.Boolean" />
  35. <Property Id="IsEnabled" DataType="System.Boolean" />
  36. <Property Id="Label" Label="Label" Description="Displayable label of an Annotatable object" DataType="System.String" />
  37. <Property Id="NavigationActionLabel" Label="NavigationActionLabel" Description="NavigationActionLabel" DataType="System.String" />
  38. <Property Id="OutgoingActionLabel" Label="OutgoingActionLabel" Description="OutgoingActionLabel" DataType="System.String" />
  39. <Property Id="TargetType" DataType="System.Type" />
  40. <Property Id="Value" DataType="System.String" />
  41. <Property Id="ValueLabel" DataType="System.String" />
  42. <Property Id="Visibility" Label="Visibility" Description="Defines whether a node in the graph is visible or not" DataType="System.Windows.Visibility" />
  43. </Properties>
  44. <QualifiedNames>
  45. <Name Id="Assembly" Label="Assembly" ValueType="Uri" />
  46. <Name Id="GenericArguments" Label="Generic Arguments" ValueType="Microsoft.VisualStudio.GraphModel.GraphNodeIdCollection" />
  47. <Name Id="GenericParameterCount" Label="Generic Parameter Count" ValueType="System.String" />
  48. <Name Id="Member" Label="Member" ValueType="System.Object" />
  49. <Name Id="Name" Label="Name" ValueType="System.String" />
  50. <Name Id="Namespace" Label="Namespace" ValueType="System.String" />
  51. <Name Id="OverloadingParameters" Label="Parameter" ValueType="Microsoft.VisualStudio.GraphModel.GraphNodeIdCollection" Formatter="NameValueNoEscape" />
  52. <Name Id="ParamKind" Label="Parameter Kind" ValueType="Microsoft.VisualStudio.GraphModel.CodeSchema.ParamKind" />
  53. <Name Id="Type" Label="Type" ValueType="System.Object" />
  54. </QualifiedNames>
  55. <IdentifierAliases>
  56. <Alias n="1" Uri="Assembly=$(fcf5c60f-6a11-4ad4-bb66-72193ed0fae9.OutputPathUri)" />
  57. <Alias n="2" Id="Namespace=CM.CMPrevWeb.ContribuicaoPrev.Service" />
  58. <Alias n="3" Id="Type=CalcularContribuicaoService" />
  59. <Alias n="4" Id="(@1 @2 @3)" />
  60. <Alias n="5" Uri="Assembly=$(ProgramFilesUri) (x86)/Reference Assemblies/Microsoft/Framework/.NETFramework/v4.8/mscorlib.dll" />
  61. <Alias n="6" Id="Namespace=System" />
  62. <Alias n="7" Id="(@5 @6 Type=Boolean)" />
  63. <Alias n="8" Uri="Assembly=$(8d4b3d9c-bdfd-47d5-bacc-f11f6863879d.OutputPathUri)" />
  64. <Alias n="9" Id="Namespace=CM.CMPrevWeb.CadastroPrev.Domain" />
  65. <Alias n="10" Id="(@8 @9 Type=ParticipantePorPlano)" />
  66. <Alias n="11" Id="(@8 Namespace=CM.CMPrevWeb.CorePrev.Domain Type=AnoMesDeReferencia)" />
  67. <Alias n="12" Id="(@8 Namespace=CM.CMPrevWeb.ParamPrev.Domain Type=MotivoPorParametroParamPrev)" />
  68. <Alias n="13" Id="(@5 @6 Type=Int32)" />
  69. <Alias n="14" Uri="Assembly=$(0ea13118-a0d0-4e7d-98c3-da206ecc7ecf.OutputPathUri)" />
  70. <Alias n="15" Id="(@14 Namespace=CM.CMFlex.Core.Domain.Common Type=SistemaEnum)" />
  71. <Alias n="16" Id="(@5 @6 Type=Decimal)" />
  72. <Alias n="17" Id="(@8 @9 Type=EventoPorParticipante)" />
  73. <Alias n="18" Id="(@8 Namespace=CM.CMPrevWeb.CorePrev.Domain Type=ProcessoDeOrigemParaRegraEnum)" />
  74. <Alias n="19" Id="(@5 @6 Type=(Name=Nullable GenericParameterCount=1 GenericArguments=[(@5 @6 Type=DateTime)]))" />
  75. <Alias n="20" Id="(@8 @9 Type=BeneficioPorBeneficiario)" />
  76. <Alias n="21" Id="(@1 @2 @3 Member=(Name=ProcessarCalculoDeContribuicaoPorParticipante OverloadingParameters=[@10,@11,@11,@12,(@8 @9 Type=ContribuicaoPorParticipante ParamKind=Ref),@13,(@8 Namespace=CM.CMPrevWeb.ContribuicaoPrev.Domain Type=HistoricoContribuicao ParamKind=Ref),@15,@7,@7,@7,@7,@16,@13,@19,@7,@17,@20,(@5 Namespace=System.Collections.Generic Type=(Name=List GenericParameterCount=1 GenericArguments=[@20])),@19,@18,@7,@7]))" />
  77. </IdentifierAliases>
  78. <Styles>
  79. <Style TargetType="Node" GroupLabel="Results" ValueLabel="True">
  80. <Condition Expression="HasCategory('QueryResult')" />
  81. <Setter Property="Background" Value="#FFBCFFBE" />
  82. </Style>
  83. <Style TargetType="Node" GroupLabel="Test Project" ValueLabel="Test Project">
  84. <Condition Expression="HasCategory('CodeMap_TestProject')" />
  85. <Setter Property="Icon" Value="CodeMap_TestProject" />
  86. <Setter Property="Background" Value="#FF307A69" />
  87. </Style>
  88. <Style TargetType="Node" GroupLabel="Web Project" ValueLabel="Web Project">
  89. <Condition Expression="HasCategory('CodeMap_WebProject')" />
  90. <Setter Property="Icon" Value="CodeMap_WebProject" />
  91. </Style>
  92. <Style TargetType="Node" GroupLabel="Windows Store Project" ValueLabel="Windows Store Project">
  93. <Condition Expression="HasCategory('CodeMap_WindowsStoreProject')" />
  94. <Setter Property="Icon" Value="CodeMap_WindowsStoreProject" />
  95. </Style>
  96. <Style TargetType="Node" GroupLabel="Phone Project" ValueLabel="Phone Project">
  97. <Condition Expression="HasCategory('CodeMap_PhoneProject')" />
  98. <Setter Property="Icon" Value="CodeMap_PhoneProject" />
  99. </Style>
  100. <Style TargetType="Node" GroupLabel="Portable Library" ValueLabel="Portable Library">
  101. <Condition Expression="HasCategory('CodeMap_PortableLibraryProject')" />
  102. <Setter Property="Icon" Value="CodeMap_PortableLibraryProject" />
  103. </Style>
  104. <Style TargetType="Node" GroupLabel="WPF Project" ValueLabel="WPF Project">
  105. <Condition Expression="HasCategory('CodeMap_WpfProject')" />
  106. <Setter Property="Icon" Value="CodeMap_WpfProject" />
  107. </Style>
  108. <Style TargetType="Node" GroupLabel="VSIX Project" ValueLabel="VSIX Project">
  109. <Condition Expression="HasCategory('CodeMap_VsixProject')" />
  110. <Setter Property="Icon" Value="CodeMap_VsixProject" />
  111. </Style>
  112. <Style TargetType="Node" GroupLabel="Modeling Project" ValueLabel="Modeling Project">
  113. <Condition Expression="HasCategory('CodeMap_ModelingProject')" />
  114. <Setter Property="Icon" Value="CodeMap_ModelingProject" />
  115. </Style>
  116. <Style TargetType="Node" GroupLabel="Assembly" ValueLabel="Has category">
  117. <Condition Expression="HasCategory('CodeSchema_Assembly')" />
  118. <Setter Property="Background" Value="#FF094167" />
  119. <Setter Property="Stroke" Value="#FF094167" />
  120. <Setter Property="Icon" Value="CodeSchema_Assembly" />
  121. </Style>
  122. <Style TargetType="Node" GroupLabel="Namespace" ValueLabel="Has category">
  123. <Condition Expression="HasCategory('CodeSchema_Namespace')" />
  124. <Setter Property="Background" Value="#FF0E619A" />
  125. <Setter Property="Stroke" Value="#FF0E619A" />
  126. <Setter Property="Icon" Value="CodeSchema_Namespace" />
  127. </Style>
  128. <Style TargetType="Node" GroupLabel="Interface" ValueLabel="Has category">
  129. <Condition Expression="HasCategory('CodeSchema_Interface')" />
  130. <Setter Property="Background" Value="#FF1382CE" />
  131. <Setter Property="Stroke" Value="#FF1382CE" />
  132. <Setter Property="Icon" Value="CodeSchema_Interface" />
  133. </Style>
  134. <Style TargetType="Node" GroupLabel="Struct" ValueLabel="Has category">
  135. <Condition Expression="HasCategory('CodeSchema_Struct')" />
  136. <Setter Property="Background" Value="#FF1382CE" />
  137. <Setter Property="Stroke" Value="#FF1382CE" />
  138. <Setter Property="Icon" Value="CodeSchema_Struct" />
  139. </Style>
  140. <Style TargetType="Node" GroupLabel="Enumeration" ValueLabel="Has category">
  141. <Condition Expression="HasCategory('CodeSchema_Enum')" />
  142. <Setter Property="Background" Value="#FF1382CE" />
  143. <Setter Property="Stroke" Value="#FF1382CE" />
  144. <Setter Property="Icon" Value="CodeSchema_Enum" />
  145. <Setter Property="LayoutSettings" Value="List" />
  146. </Style>
  147. <Style TargetType="Node" GroupLabel="Delegate" ValueLabel="Has category">
  148. <Condition Expression="HasCategory('CodeSchema_Delegate')" />
  149. <Setter Property="Background" Value="#FF1382CE" />
  150. <Setter Property="Stroke" Value="#FF1382CE" />
  151. <Setter Property="Icon" Value="CodeSchema_Delegate" />
  152. </Style>
  153. <Style TargetType="Node" GroupLabel="Class" ValueLabel="Has category">
  154. <Condition Expression="HasCategory('CodeSchema_Type')" />
  155. <Setter Property="Background" Value="#FF0E70C0" />
  156. <Setter Property="Stroke" Value="#FF0E70C0" />
  157. <Setter Property="Icon" Value="CodeSchema_Class" />
  158. </Style>
  159. <Style TargetType="Node" GroupLabel="Property" ValueLabel="Has category">
  160. <Condition Expression="HasCategory('CodeSchema_Property')" />
  161. <Setter Property="Background" Value="#FFE0E0E0" />
  162. <Setter Property="Stroke" Value="#FFE0E0E0" />
  163. <Setter Property="Icon" Value="CodeSchema_Property" />
  164. </Style>
  165. <Style TargetType="Node" GroupLabel="Method" ValueLabel="Has category">
  166. <Condition Expression="HasCategory('CodeSchema_Method') Or HasCategory('CodeSchema_CallStackUnresolvedMethod')" />
  167. <Setter Property="Background" Value="#FFE0E0E0" />
  168. <Setter Property="Stroke" Value="#FFE0E0E0" />
  169. <Setter Property="Icon" Value="CodeSchema_Method" />
  170. <Setter Property="LayoutSettings" Value="List" />
  171. </Style>
  172. <Style TargetType="Node" GroupLabel="Event" ValueLabel="Has category">
  173. <Condition Expression="HasCategory('CodeSchema_Event')" />
  174. <Setter Property="Background" Value="#FFE0E0E0" />
  175. <Setter Property="Stroke" Value="#FFE0E0E0" />
  176. <Setter Property="Icon" Value="CodeSchema_Event" />
  177. </Style>
  178. <Style TargetType="Node" GroupLabel="Field" ValueLabel="Has category">
  179. <Condition Expression="HasCategory('CodeSchema_Field')" />
  180. <Setter Property="Background" Value="#FFE0E0E0" />
  181. <Setter Property="Stroke" Value="#FFE0E0E0" />
  182. <Setter Property="Icon" Value="CodeSchema_Field" />
  183. </Style>
  184. <Style TargetType="Node" GroupLabel="Out Parameter" ValueLabel="Has category">
  185. <Condition Expression="CodeSchemaProperty_IsOut = 'True'" />
  186. <Setter Property="Icon" Value="CodeSchema_OutParameter" />
  187. </Style>
  188. <Style TargetType="Node" GroupLabel="Parameter" ValueLabel="Has category">
  189. <Condition Expression="HasCategory('CodeSchema_Parameter')" />
  190. <Setter Property="Icon" Value="CodeSchema_Parameter" />
  191. </Style>
  192. <Style TargetType="Node" GroupLabel="Local Variable" ValueLabel="Has category">
  193. <Condition Expression="HasCategory('CodeSchema_LocalExpression')" />
  194. <Setter Property="Icon" Value="CodeSchema_LocalExpression" />
  195. </Style>
  196. <Style TargetType="Node" GroupLabel="Externals" ValueLabel="Has category">
  197. <Condition Expression="HasCategory('Externals')" />
  198. <Setter Property="Background" Value="#FF424242" />
  199. <Setter Property="Stroke" Value="#FF424242" />
  200. </Style>
  201. <Style TargetType="Link" GroupLabel="Inherits From" ValueLabel="True">
  202. <Condition Expression="HasCategory('InheritsFrom')" />
  203. <Setter Property="Stroke" Value="#FF00A600" />
  204. <Setter Property="StrokeDashArray" Value="2 0" />
  205. <Setter Property="DrawArrow" Value="true" />
  206. </Style>
  207. <Style TargetType="Link" GroupLabel="Implements" ValueLabel="True">
  208. <Condition Expression="HasCategory('Implements')" />
  209. <Setter Property="Stroke" Value="#8000A600" />
  210. <Setter Property="StrokeDashArray" Value="2 2" />
  211. <Setter Property="DrawArrow" Value="true" />
  212. </Style>
  213. <Style TargetType="Link" GroupLabel="Calls" ValueLabel="True">
  214. <Condition Expression="HasCategory('CodeSchema_Calls')" />
  215. <Setter Property="Stroke" Value="#FFFF00FF" />
  216. <Setter Property="StrokeDashArray" Value="2 0" />
  217. <Setter Property="DrawArrow" Value="true" />
  218. </Style>
  219. <Style TargetType="Link" GroupLabel="Function Pointer" ValueLabel="True">
  220. <Condition Expression="HasCategory('CodeSchema_FunctionPointer')" />
  221. <Setter Property="Stroke" Value="#FFFF00FF" />
  222. <Setter Property="StrokeDashArray" Value="2 2" />
  223. <Setter Property="DrawArrow" Value="true" />
  224. </Style>
  225. <Style TargetType="Link" GroupLabel="Field Read" ValueLabel="True">
  226. <Condition Expression="HasCategory('CodeSchema_FieldRead')" />
  227. <Setter Property="Stroke" Value="#FF00AEEF" />
  228. <Setter Property="StrokeDashArray" Value="2 2" />
  229. <Setter Property="DrawArrow" Value="true" />
  230. </Style>
  231. <Style TargetType="Link" GroupLabel="Field Write" ValueLabel="True">
  232. <Condition Expression="HasCategory('CodeSchema_FieldWrite')" />
  233. <Setter Property="Stroke" Value="#FF00AEEF" />
  234. <Setter Property="DrawArrow" Value="true" />
  235. <Setter Property="IsHidden" Value="false" />
  236. </Style>
  237. <Style TargetType="Link" GroupLabel="Inherits From" ValueLabel="True" Visibility="Hidden">
  238. <Condition Expression="HasCategory('InheritsFrom') And Target.HasCategory('CodeSchema_Class')" />
  239. <Setter Property="TargetDecorator" Value="OpenArrow" />
  240. </Style>
  241. <Style TargetType="Link" GroupLabel="Implements" ValueLabel="True" Visibility="Hidden">
  242. <Condition Expression="HasCategory('Implements') And Target.HasCategory('CodeSchema_Interface')" />
  243. <Setter Property="TargetDecorator" Value="OpenArrow" />
  244. </Style>
  245. <Style TargetType="Link" GroupLabel="Comment Link" ValueLabel="True" Visibility="Hidden">
  246. <Condition Expression="Source.HasCategory('Comment')" />
  247. <Setter Property="Stroke" Value="#FFE5C365" />
  248. </Style>
  249. <Style TargetType="Node" GroupLabel="Cursor Location Changed" ValueLabel="True" Visibility="Hidden">
  250. <Condition Expression="IsCursorLocation" />
  251. <Setter Property="IndicatorWest" Value="WestIndicator" />
  252. </Style>
  253. <Style TargetType="Node" GroupLabel="Disabled Breakpoint Location Changed" ValueLabel="True" Visibility="Hidden">
  254. <Condition Expression="DisabledBreakpointCount" />
  255. <Setter Property="IndicatorWest" Value="WestIndicator" />
  256. </Style>
  257. <Style TargetType="Node" GroupLabel="Enabled Breakpoint Location Changed" ValueLabel="True" Visibility="Hidden">
  258. <Condition Expression="EnabledBreakpointCount" />
  259. <Setter Property="IndicatorWest" Value="WestIndicator" />
  260. </Style>
  261. <Style TargetType="Node" GroupLabel="Instruction Pointer Location Changed" ValueLabel="True" Visibility="Hidden">
  262. <Condition Expression="IsInstructionPointerLocation" />
  263. <Setter Property="IndicatorWest" Value="WestIndicator" />
  264. </Style>
  265. <Style TargetType="Node" GroupLabel="Current Callstack Changed" ValueLabel="True" Visibility="Hidden">
  266. <Condition Expression="IsCurrentCallstackFrame" />
  267. <Setter Property="IndicatorWest" Value="WestIndicator" />
  268. </Style>
  269. <Style TargetType="Link" GroupLabel="Return" ValueLabel="True" Visibility="Hidden">
  270. <Condition Expression="HasCategory('CodeSchema_ReturnTypeLink')" />
  271. </Style>
  272. <Style TargetType="Link" GroupLabel="References" ValueLabel="True" Visibility="Hidden">
  273. <Condition Expression="HasCategory('References')" />
  274. </Style>
  275. <Style TargetType="Link" GroupLabel="Uses Attribute" ValueLabel="True" Visibility="Hidden">
  276. <Condition Expression="HasCategory('CodeSchema_AttributeUse')" />
  277. </Style>
  278. <Style TargetType="Node" GroupLabel="Solution Folder" ValueLabel="True" Visibility="Hidden">
  279. <Condition Expression="HasCategory('CodeMap_SolutionFolder')" />
  280. <Setter Property="Background" Value="#FFDEBA83" />
  281. </Style>
  282. <Style TargetType="Link" GroupLabel="Project Reference" ValueLabel="Project Reference">
  283. <Condition Expression="HasCategory('CodeMap_ProjectReference')" />
  284. <Setter Property="Stroke" Value="#9A9A9A" />
  285. <Setter Property="StrokeDashArray" Value="2 2" />
  286. <Setter Property="DrawArrow" Value="true" />
  287. </Style>
  288. <Style TargetType="Link" GroupLabel="External Reference" ValueLabel="External Reference">
  289. <Condition Expression="HasCategory('CodeMap_ExternalReference')" />
  290. <Setter Property="Stroke" Value="#9A9A9A" />
  291. <Setter Property="StrokeDashArray" Value="2 2" />
  292. <Setter Property="DrawArrow" Value="true" />
  293. </Style>
  294. </Styles>
  295. <Paths>
  296. <Path Id="0ea13118-a0d0-4e7d-98c3-da206ecc7ecf.OutputPathUri" Value="file:///F:/src/TST/Out/Core/CM.CMFlex.Core.Domain.dll" />
  297. <Path Id="8d4b3d9c-bdfd-47d5-bacc-f11f6863879d.OutputPathUri" Value="file:///F:/src/TST/Out/CorePrev/CM.CMPrevWeb.CorePrev.Domain.dll" />
  298. <Path Id="fcf5c60f-6a11-4ad4-bb66-72193ed0fae9.OutputPathUri" Value="file:///F:/src/TST/Out/ContribuicaoPrev/CM.CMPrevWeb.ContribuicaoPrev.Service.dll" />
  299. <Path Id="ProgramFilesUri" Value="file:///C:/Program Files" />
  300. </Paths>
  301. </DirectedGraph>

字符串
关于我的项目和解决方案的一个重要信息是,我的解决方案有300多个项目,编写了1400多万行代码,但我不能删除或隐藏我的一些项目,因为我需要将一些成员Map到我的所有解决方案上,而手动操作是不可能的。
在较小的解决方案中,我没有这个问题,但我不知道如何解决它。
此MS页面显示了有关Visual Studio代码Map的更多信息:

我已经搜索了这个错误,但在Google搜索中没有与这些术语完全相同的结果,但我发现的大部分是关于数据库管理期间的SQL Server,这不是我的情况。
如果Visual Studio正在创建一个DB来索引我的代码,也许我可以做错误消息的建议,但我不知道这个DB的本地化位置以及它是否可以访问。

5lhxktic

5lhxktic1#

您可以在C:\Users\[USER]\AppData\Local\Temp\VS11CodeIndex上找到导致此错误的Microsoft.VsCodeIndex_?.mdf数据库。您可以尝试对其进行一些维护,例如设置数据库自动增长,使其可以自动扩展。在我的情况下,我发现绕过此错误的简单方法是打开**(localdb)\MSSQLLocalDB**并从某些表中删除记录

  1. TRUNCATE TABLE [System.Runtime].[CalledMethodsTable]
  2. TRUNCATE TABLE [ArchitectureTools.Runtime].[AssemblyDependenciesTable]

字符串
现在你可以回到codemap再试一次

相关问题