Cant get intellisense working in my xml file in VS2012

HayfaD1995

New Member
I have this xml file\[code\]<?xml version="1.0" encoding="UTF-8"?><ElementStructure xmlns="http://www.composite.net/ns/management/trees/treemarkup/1.0" xmlns:f="http://www.composite.net/ns/function/1.0" > <ElementStructure.AutoAttachments > <NamedParent Name="PerspectivesRoot" Position="Bottom" /> <DataType Type="Composite.Data.Types.IPage" Position="Top" /> </ElementStructure.AutoAttachments> <ElementRoot> <Actions> <ReportFunctionAction ></ReportFunctionAction> </Actions> </ElementRoot></ElementStructure>\[/code\]Been trying \[code\]ctrl+space, ctrl+j\[/code\], but just cant get intellisense to help me out. The links are valid.
 
Back
Top