473,404 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Microsoft.DirectX missing from Add Reference dialog

I've got Visual Studio 7.0.9466 and have installed the
Framework 1.1 and its SDK and DirectX 9.0 (Summer 2003
release) SDK. OS is Windows XP Pro. I'm logged on with
Administrator rights.

I can't open the DirectX Summer release sample Direct3D
tutorial solutions as I get an error saying that my VS
version is too early. However, if I do a check for
updates to VS, it says I'm up-to-date! I can open the
tutorials from an earlier DirectX SDK release though.

The next problem is that the tutorials require a
reference to Microsoft.DirectX,
Microsoft.DirectX.Direct3D (and sometimes ...3DX) but,
even though they show in my C:\Windows\Assembly folder
they don't appear in either the .NET or COM tabs of the
Add Reference dialog and I can't select the
C:\Windows\Assembly entry by browsing to it.

Can I download a later version of VS? Also, how do I
select a reference to the DirectX assemblies?

I've already uninstalled an re-installed parts of the
Framework, VS, DirectX SDK etc. in various permutations
but to no avail.

Anyone help please?

Cheers

Paul
Jul 21 '05 #1
4 10316
Hello Paul,

Thanks for your post.

The reason why it fails to open some DirectX samples in VS .NET 2002 is
that they are created with VS .NET 2003. If you are a MSDN Subscriber, you
can download Visual Studio .NET 2003 from MSDN Subscriber Downloads at
http://msdn.microsoft.com/subscripti...ds/default.asp. Please refer
to the following article for detailed information:

Purchasing Options
http://msdn.microsoft.com/vstudio/ho...g/default.aspx

Could you use DirectX 9 Wizard to create DirectX projects?

BTW, in the future, it would be best to post these questions in the
following newsgroup:
Microsoft.public.win32.programmer.directx.sdk
Microsoft.public.win32.programmer.directx.managed

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #2
-----Original Message-----
Hello Paul,

Thanks for your post.

The reason why it fails to open some DirectX samples in VS .NET 2002 isthat they are created with VS .NET 2003. If you are a MSDN Subscriber, youcan download Visual Studio .NET 2003 from MSDN Subscriber Downloads athttp://msdn.microsoft.com/subscripti...nloads/default ..asp. Please referto the following article for detailed information:

Purchasing Options
http://msdn.microsoft.com/vstudio/ho...purchasing/def ault.aspx

I am an MSDN subscriber but which level of subscription
do I need to get VS? I downgraded to the OS/Library-only
subscription at the start of this year (cost reasons);
the VS I have is from last year's disks. I'm not keen to
get into the Passport scheme do I *absolutely have* to
use Passport as the only way to download VS .NET 2003 or
can I apply to MS (subscription level permitting) to get
VS .NET 2003 on disk?
Could you use DirectX 9 Wizard to create DirectX projects?

I haven't tried that yet - I wanted to get the tutorials
working first before I started creating my own.
BTW, in the future, it would be best to post these questions in thefollowing newsgroup:
Microsoft.public.win32.programmer.directx.sdk
Microsoft.public.win32.programmer.directx.manag ed


Thanks, I'm new to the forum and didn't spot them.

Cheers

Paul
Jul 21 '05 #3
Oops...

I posted the reply above without saying thanks for your
response - sorry about the rudeness of my slip-up...

Many thanks for your help - it's very much appreciated.

Cheers

Paul
Jul 21 '05 #4
Hi Paul,

You are welcome. ;-)
I'm not keen to get into the Passport scheme do I *absolutely have* to use Passport as the only way to download VS .NET 2003 or can I apply to MS
(subscription level permitting) to get VS .NET 2003 on disk?

I think the best group to refer this question is the Customer Service
group. Please refer to
<http://msdn.microsoft.com/subscriptions/resources/phonelist.asp>. As
stated there, to speak to a customer service representative for general
questions like the one you have now, you can call the MSDN Customer Service
Center at (800) 759-5474 department A622WEB. You can also call from outside
the United States using, (925) 275-0763.
how do I select a reference to the DirectX assemblies?


I'd like to perform the following steps:

1. Please make sure you have installed the DirectX debug runtime.

2. Go to the directory <Windows>\Microsoft.NET\Managed
DirectX\v4.09.00.1126\, and use the gacutil /i command to install each one
of the dll's into the GAC.

3. Create a registry entry DirectX with a key value that is the path to the
folder containing the dll's under the
HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramewor k\Assembly Folders.

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: dave | last post by:
I instaled the DirectX on my XP machine, but cannot resolve : using Microsoft.DirectX; What should I do to get it in the visual studio? Thanks
1
by: Chuck Glenn | last post by:
I installed visual studio 2002 (aka 7.0) enterprise architect, then directx 9.0b. Directx acted like it was installing .net extensions, but I when I open someone else's (tested and working) code,...
2
by: Walid Koleilat | last post by:
I have created an assembly and assigned a strong name to it. However I want to reference it from another application and i want its name to appear in the add reference dialog box, I think I should...
6
by: ammd | last post by:
Hi, I installed Microsoft DirectX 9.0 SDK (Summer 2004) but when I create a project and try to add the necessary references I can't find them. Does anybody know where to look for them? BTW, I have VS...
2
by: Diego_Atos | last post by:
I want to create objects using directX. I downloaded SDK version of DirectX. I've installed it. Which is the right dll to add to references? I can't find it. thanks -- -Diego (Atos)-
2
by: Lee Swanson | last post by:
Hi, I am trying to run a Direct3D tutorial, namely "hello teapot": http://www.gotdotnet.com/team/directx/learn/tutorials/helloteapot.aspx Unfortunately I am getting the following error when I...
3
by: David T. | last post by:
How to make .NET dll appear in the Add Reference dialog. What in general is the Add Reference dialog for?
4
by: Dr Paul A Daniels | last post by:
I've got Visual Studio 7.0.9466 and have installed the Framework 1.1 and its SDK and DirectX 9.0 (Summer 2003 release) SDK. OS is Windows XP Pro. I'm logged on with Administrator rights. I...
1
by: Vipul Pathak | last post by:
Hi Every one, I am working on deployment of a library. When the library installs on a user's machine, I want that the installed assemblies should get listed in the "Add Reference" (AddRef)...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.