Results 1 to 3 of 3

Thread: Intellisense problem

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    904

    Intellisense problem

    i am not sure what is happening.....when i created a new wpf application then i get this:
    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>
    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.....

    then how to get the intellisense help in the wpf application?

    please help

    thank you

  2. #2
    Lively Member
    Join Date
    Jul 2007
    Posts
    127

    Re: Intellisense problem

    this happens to me sometimes. I usually just create stuff without it and it comes back. try just putting a <Button></Button> in the grid and then see if it fixes it. the intellisense in the xaml is def kinda screwy sometimes. its much better in VS2010 but still not perfect. What version of visual studio are u using?

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    904

    Re: Intellisense problem

    Quote Originally Posted by bflosabre91 View Post
    this happens to me sometimes. I usually just create stuff without it and it comes back. try just putting a <Button></Button> in the grid and then see if it fixes it.
    Sorry it did not solve the problem

    Even i had a look at these sites:

    http://social.msdn.microsoft.com/For...0-335e38b2f89e

    http://social.msdn.microsoft.com/for...-0275d592a509/

    http://www.geektrainer.com/Blog/post...t-Working.aspx

    but still in vain since i cant understand what regedit is all about and how to solve the problem using the regedit......

    do i need to execute some command prompts?

    please tell me step by step........

    thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width