Problems with importing Microsoft.DirectX.Direct3D assembly

Started by
1 comment, last by Kubo 16 years, 2 months ago
hi, i want to use Mesh class, it is in Microsoft.DirectX.Direct3DX assembly. But when I add reference to this assembly program does not execute. I have all versions of .Net(s). Where is the problem ????
Advertisement
have you added reference to DX? i mean to visual studio project, not just using "using Microsoft..."
Yes I have and i am importing assemblies like this:

using Microsoft.DirectX;
using Microsoft.DirectX.Direct3D;

i do not know where is problem ....

Visual Studio:
Error 1
The type or namespace name 'Direct3DX' does not exist in the namespace 'Microsoft.DirectX' (are you missing an assembly reference?)

This topic is closed to new replies.

Advertisement