Answered by:
intellisense in editing XAML - orcas march CTP

Question
-
I dont have intellisense in XAML editor. how can I get it back
Thanks
Friday, March 2, 2007 10:32 AMModerator
Answers
-
I now had this happen to me on one of my machines with an internal build of Orcas. Not only was I missing the IntelliSense drop-downs but also the collapsible outlining regions were completely gone. And I didn't see anything wrong with any of the registry entries either. The only way to get it all back was to "Repair" the installation.
Go to "Control Panel\Programs\Programs and Features". Select "Microsoft Visual Studio Codename Orcas Team Suite - ENU", click "Uninstall/Change" and choose the repair option in the VS setup wizard.
I hope that helps you as well.
Friday, March 9, 2007 3:57 PM
All replies
-
Could you please add some more information about this, such as:
- Does this happen in all projects? How about a plain new WPF Application project?
- What OS are you on?
- Are you using the Virtual PC image?
- Are there any errors/warnings in the Error List?
- Does the designer work correctly?
For me, in the VPC image the IntelliSense drop-down shows up just fine when I type an opening bracket '<', a space inside of a tag or an '=' sign after an attribute name.
Monday, March 5, 2007 4:59 PM -
I did not try other projects
plain wpf project - no intellisense in XAML editor
OS - Vista
virtual PC image - no
Errors - no
designer works correctly - yes
Monday, March 5, 2007 5:22 PMModerator -
Are you getting the red squiggly underlines for errors in XAML, e.g. for misspelled attributes like this?
<Grid BBackground="Red">
</Grid>Could you check the following registry settings for the XAML LanguageService? They should look like this:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Languages\Language Services\XAML]
@="{c9164055-039b-4669-832d-f257bd5554d4}"
"Package"="{e58c2a8b-bcc4-4559-ad59-d62eb6d58a22}"
"AutoOutlining"=dword:00000001
"LangResID"=dword:000003e9
"CodeSenseDelay"=dword:000001f4
"CodeSense"=dword:00000001
"EnableAsyncCompletion"=dword:00000001If not, could you export that key to a file and post the contents here?
Is anyone else here on this forum experiencing this problem? We woud love to here from you.
Tuesday, March 6, 2007 4:28 PM -
here is what I have
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Languages\Language Services\XAML]
@="{c9164055-039b-4669-832d-f257bd5554d4}"
"Package"="{e58c2a8b-bcc4-4559-ad59-d62eb6d58a22}"
"AutoOutlining"=dword:00000001
"LangResID"=dword:000003e9
"CodeSenseDelay"=dword:000001f4
"CodeSense"=dword:00000001
"EnableAsyncCompletion"=dword:00000001Wednesday, March 7, 2007 9:41 AMModerator -
I now had this happen to me on one of my machines with an internal build of Orcas. Not only was I missing the IntelliSense drop-downs but also the collapsible outlining regions were completely gone. And I didn't see anything wrong with any of the registry entries either. The only way to get it all back was to "Repair" the installation.
Go to "Control Panel\Programs\Programs and Features". Select "Microsoft Visual Studio Codename Orcas Team Suite - ENU", click "Uninstall/Change" and choose the repair option in the VS setup wizard.
I hope that helps you as well.
Friday, March 9, 2007 3:57 PM -
More information: This happens if you have recently installed the Windows SDK. There is an issue with mis-registration of DLLs, which is why repair works.
http://blogs.msdn.com/windowssdk/archive/2008/02/22/workaround-installing-win-sdk-after-vs2008-breaks-xaml-intellisense.aspx- Proposed as answer by Mark Wilson-ThomasMicrosoft employee Saturday, May 23, 2009 6:24 PM
Friday, May 15, 2009 4:58 AM