Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey all,
I have a very annoying problem.
I'm trying to implement a user control in one of my pages/windows and whenever i type xmlns: i can't see any intelliSense and therefore i can't implement it.
The wierd thing is i've opened a different project which i downloaded(code example) and in that project i can see the intellisense.
When i open a new project using my VS12(express) i still can't get see the intellisense.

Please help me solve this issue.
Posted
Comments
[no name] 7-Oct-14 8:58am    
Why is the temporary unavailability of intellisense somehow preventing you from simply typing the rest of the namespace declaration? Just type it without the use of intellisense.
Sergey Alexandrovich Kryukov 7-Oct-14 13:15pm    
It would be my response, too. There is no such thing as "implementing intellisense". It either works or not, and, right, if it doesn't, it should be temporary. After everything comes through complete build, next use of the symbols will be taken into account by Intellisense.
—SA

1 solution

There is no such thing as "implementing Intellisense". It either works or not. If it doesn't, it should be temporary. After everything comes through complete build, next use of the symbols will be taken into account by Intellisense.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900