can't find references Microsoft.DirectX.AudioVideoPlayback and Microsoft.DirectX

邮差的信 提交于 2020-06-24 21:28:49

问题


I've installed .net 4.0 as well as XNA 4.0 . A while ago I used Microsoft.DirectX to play some music and now when I try to redo the work, I can't find the reference. Did the new changes on the platform modify or moved something in the references?


回答1:


Visual Studio 2010:

right click on project

Menu select "Add reference..."

select tab "Browse"

select directory "C:\windows\assembly\ GAC\Microsoft.DirectX.AudioVideoPlayback

The DLL to reference is in that folder.

You will need to download and install the DirectX Software Development Kit first, if you haven't done so already.



来源:https://stackoverflow.com/questions/4015217/cant-find-references-microsoft-directx-audiovideoplayback-and-microsoft-directx

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!