asp.net中的语音聊天错误

问题描述:

在执行语音聊天时出现以下错误


使用Microsoft.DirectX.DirectSound;
类型或名称空间名称"DirectX"在名称空间"Microsoft"中不存在(您是否缺少程序集引用?)C

while executing my voice chatting the following error appears


using Microsoft.DirectX.DirectSound;
The type or namespace name ''DirectX'' does not exist in the namespace ''Microsoft'' (are you missing an assembly reference?) C

是服务器上未安装DirectX(已弃用).
Ny guess is that DirectX (deprecated) is not installed on the server.