Same problem

geardoom3

New member
Joined
Oct 19, 2003
Messages
1
I did everything I have read above + MORE AND MORE and

right now, nothing seems to work. Since I did uninstall
Halo that required DirectX 9.0b, I got this problem

I realy dont know what do to to get those Reference working
in VS.NET

Please if you have any other solution, just tell me or email me at geardoom3@hotmail.com

the best and simplier solution please
 
What exactly is your problem? The references for DirectX dont show up?

If thats the case, then the solution I used was simple (although it doesnt seem to work for everyone); When you click reference, click the browse button and go to your .NET directory which holds the class libraries (on my machine for win2k its C:\WINNT\Microsoft.NET). In that directory there should be a Managed DirectX folder.. follow that and there should be a folder with numbers (which is the version). Inside the version folder is where youll find the Managed DirectX libraries, which you can then reference and use.

The full path on my machine (win2k) for Managed DirectX libraries is C:\WINNT\Microsoft.NET\Managed DirectX\v9.00.1126\. It should be a similar path on your machine.
 
Back
Top