卸载DirectX9--装DirectX9--然后再装2003

解决方案 »

  1.   

    我倒觉得那个appWizard没有什么用。我一直没有用过。。全部自己写以前是边写边学,现在反正自己有一套了,就不用了:))呵呵。
      

  2.   

    appWizard对高手肯定没用拉,不过我是新手,没有那个不方便哦
      

  3.   

    try this:The registry key where the assemblies can be loaded from changed between
    VS.NET 2002 and VS.NET 2003.In your registry, in HKLM\Software\Microsoft\.NETFramework\AssemblyFolders
    you will see a key 'ManagedDX', that has a default value of the developer
    folder.In order for the MDX references to show up in VS.NET2003, you will need to
    create an identical key in the following location:
    HKLM\SOFTWARE\Microsoft\VisualStudio\7.1\AssemblyFolders(create new key, called 'ManagedDX' (no quotes), then use the same default
    value in the other reg key).You should now have your refrences working again.