[DX9] Conflicting versions?

Started by
-1 comments, last by Mr_Fhqwhgads 17 years, 11 months ago
This is mroe of a DLL problem then a DirectX programming problem. I am developing a App in C# with Managed DX9. When I try to reference the latest DirectX dll, I get these errors...

Error	1	The type 'Microsoft.DirectX.Direct3D.Device' exists in both 'c:\WINDOWS\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.Direct3D.dll' and 'c:\WINDOWS\assembly\GAC_32\Microsoft.DirectX\2.0.0.0__31bf3856ad364e35\Microsoft.DirectX.dll'	C:\Documents and Settings\ryan\Desktop\SoC\SoC\cDirectX.cs	21	44	SoC
Error	2	The type 'Microsoft.DirectX.DirectInput.Device' exists in both 'c:\WINDOWS\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectInput.dll' and 'c:\WINDOWS\assembly\GAC_32\Microsoft.DirectX\2.0.0.0__31bf3856ad364e35\Microsoft.DirectX.dll'	C:\Documents and Settings\ryan\Desktop\SoC\SoC\cDirectX.cs	22	47	SoC
Error	3	The type 'Microsoft.DirectX.DirectInput.Device' exists in both 'c:\WINDOWS\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectInput.dll' and 'c:\WINDOWS\assembly\GAC_32\Microsoft.DirectX\2.0.0.0__31bf3856ad364e35\Microsoft.DirectX.dll'	C:\Documents and Settings\ryan\Desktop\SoC\SoC\cDirectX.cs	23	47	SoC
Error	4	The type 'Microsoft.DirectX.Direct3D.Texture' exists in both 'c:\WINDOWS\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.Direct3D.dll' and 'c:\WINDOWS\assembly\GAC_32\Microsoft.DirectX\2.0.0.0__31bf3856ad364e35\Microsoft.DirectX.dll'	C:\Documents and Settings\ryan\Desktop\SoC\SoC\cDirectX.cs	25	17	SoC
Error	5	The type 'Microsoft.DirectX.Direct3D.Device' exists in both 'c:\WINDOWS\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.Direct3D.dll' and 'c:\WINDOWS\assembly\GAC_32\Microsoft.DirectX\2.0.0.0__31bf3856ad364e35\Microsoft.DirectX.dll'	C:\Documents and Settings\ryan\Desktop\SoC\SoC\cDirectX.cs	28	43	SoC
Warning	6	Found conflicts between different versions of the same dependent assembly.	SoC
Any help would be great!
Blupix Games

This topic is closed to new replies.

Advertisement