DirectX 9

R

Raul

Hi everyone

Wonder if anyone can please help me, have this urgent
work to get done and the major problem is that I am
complete noive to C Sharp & Directx 9 (SDK) which I have
installed on my home PC, but everytime I try run a
example I get the following error messages in Visual
Studio.Net:-

The referenced component 'Microsoft.DirectX.Direct3D'
could not be found.
The referenced component 'Microsoft.DirectX' could not be
found.

Can you please advise on how I can resolve these issues.
Step by step instructions will be much apprciated!. I
have also gone to the 'Add a Ref' option, and clicked
on 'COM'. Can not see anything that referes to
MicroSoft.DirectX....

Reagrds
 
S

Sebastian Sylvan

Raul said:
Hi everyone

Wonder if anyone can please help me, have this urgent
work to get done and the major problem is that I am
complete noive to C Sharp & Directx 9 (SDK) which I have
installed on my home PC, but everytime I try run a
example I get the following error messages in Visual
Studio.Net:-

The referenced component 'Microsoft.DirectX.Direct3D'
could not be found.
The referenced component 'Microsoft.DirectX' could not be
found.

Can you please advise on how I can resolve these issues.
Step by step instructions will be much apprciated!. I
have also gone to the 'Add a Ref' option, and clicked
on 'COM'. Can not see anything that referes to
MicroSoft.DirectX....

Add references to Microsoft.DirectX, Microsoft.DirectX.Direct3D etc. Not
the COM-objects, just the regular managed assemblies.

/S
 
G

Guest

I'm having the same prob. I tried all of the above. I even re-installed
dirext x and vb.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top