Exceptions med Microsoft.DirectX.AudioVideoPlayback
Er der nogle der har erfaring med afspilning af mp3 filer med Microsoft.DirectX.AudioVideoPlayback?Jeg har downloaded DirectX SDK - August 2006 fra Microsoft: http://msdn.microsoft.com/directx/sdk/
Jeg får 2 forskellige exceptions, som jeg ikke kan greje...
1)
Audio audio = new Audio(fileName);
Giver:
MissingFieldException was unhandled
Field not found: 'Microsoft.DirectX.DirectXException.IsExceptionIgnored'
2)
Audio audio = new Audio(fileName, true);
Giver:
TypeLoadException was unhandled
Could not load type 'Microsoft.DirectX.Security.SoundPermission' from assembly 'Microsoft.DirectX, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
På forhånd tak