Задайте вопросЗадайте вопрос
 

ОтвеченоIntellisense in XAML not working anymore!

Ответы

  • 15 февраля 2008 г. 8:49Karin MeierMSFT, ВладелецМедали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     Отвечено

    UPDATED:  See here for the official workaround to this issue: http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=2892404&SiteID=1

     

    Daniel,

     

    I'm so sorry you've had this problem.  We’re investigating this issue right now.  It was reported by another user this morning.  We’re working on understanding what is causing XAML autocomplete to stop working when the SDK is installed.  We have been able to repro this issue in our test lab.  We’ve been able to fix the issue by running Repair on Visual Studio 2008 (Start, Control Panel, Program and Settings, select Visual Studio 2008, click Change, select Repair). 

     

    UPDATE:

    How to determine if  you are experiencing this issue

    (Review the article, Windows registry information for advanced users before using regedit.)

    1.       Using regedit, look at the key:  

    ·             On X86 machines: HKEY_CLASSES_ROOT\CLSID\{73B7DC00-F498-4ABD-AB79-D07AFD52F395}\InProcServer32

    ·             On X64 machines: HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{73B7DC00-F498-4ABD-AB79-D07AFD52F395}\InProcServer32

    2.       If (Default) is empty you are experiencing this issue.

     

     

    These are the repro steps we’re working with.  If you have a different scenario please let me know .

     

    Setup:

    1.            Vista Ultimate X86 or X64

    2.            Install VS 2008 Pro

    3.            Install 338649_ENU_i386_zip.exe hot fix for VS Editor (see http://weblogs.asp.net/scottgu/archive/2008/02/08/vs-2008-web-development-hot-fix-roll-up-available.aspx  for more info)

    (Machine was fully patched and update via MU day before installing SDK)

    4.            (Build XAML Project and use autocomplete – works fine)

    5.            Install Windows SDK for Server 2008 (build .367) default settings

     

     

    Steps to Repro

    1.            Open VS2008

    2.            Create a new Windows, WPF solution.

    3.            Open the window1.xaml file and edit the XAML.

    4.            By default a <Grid> </Grid> is the root element.

    5.            Add a child Button object.

    a.            After <Grid> press enter to get a new line between the two Grid markup elements.

    b.            Type <  at that point Intellisense autocomplete should open up and give you list of objects.  It won’t.

     

    K a r i n   M e i e r

    Windows SDK | Samples & Community PM

    http://blogs.msdn.com/KarinM

     

     

     

Все ответы