i am not sure what is happening.....when i created a new wpf application then i get this:
now when i put a < in between the grid tag then i did not get any intellisense help.......even after pressing the < ; i pressed the Ctrl+Space to get the intellisense help but again in vain.....Code:<Window x:Class="Animation.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="300" Width="300">
<Grid>
</Grid>
</Window>
then how to get the intellisense help in the wpf application?
please help
thank you

