Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I get the following error when i am playing video by video class

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in VideoPlayerProject.exe

Additional information: Could not load file or assembly 'Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.


please give a solution for this

Thanx
Posted

1 solution

I guess that you don't have 'Microsoft.DirectX' assembly in your GAC. Before getting them, check out this: Microfoft.Directx.dll and Microsoft.Directx.DirectSound.dll[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900