Can't run DirectX samples

  • Thread starter Thread starter Paul E Collins
  • Start date Start date
P

Paul E Collins

I've installed the DirectX 9.0 SDK, but the samples won't run because the
Microsoft.DirectX namespace cannot be found. It isn't in the References
dialogue, either.

What DLLs do I need to add to make the samples run? The documentation
doesn't seem to mention any of this.

P.
 
I've installed the DirectX 9.0 SDK, but the samples won't run because the
Microsoft.DirectX namespace cannot be found. It isn't in the References
dialogue, either.

What DLLs do I need to add to make the samples run? The documentation
doesn't seem to mention any of this.

P.


You need to install the DirectX 9.0b Developer Runtime. The 9.0a User
Runtime has a bug in the installation routine and removes the managed
libraries.

Check the following path to see if the libs are installed:

%windir%\Microsoft.NET\DirectX
 
Back
Top