Hi Everyone,
Had a friend of my come up to me today to have a look at a very strange crash that he was experiencing with a Media player he's creating.
The application was previously running fine, but this time after reopening the project after a few months it crashes when trying to play an Audio file using the Microsoft.Directx.AudioVideoPlayback dll.
What makes this crash so strange is that it only crashes when Debugging in VS2008, i've tried debugging it on VS2010 with no crashes, and the file that is created with VS2008 runs without crashes when it is run outside of the debug environment.
the line of code specifically crashing the application is
Audio player
player = new Audio("track file path");
Any help would be greatly appreciated.
-Matt