unverifiable assembly directx

  • Thread starter Thread starter Dave Brown
  • Start date Start date
D

Dave Brown

Hi all,

Can anyone tell me why I would get a Unverifiable Assembly exception when
using directx from a IE hosted user control ?

Thanks,

Dave.
 
Dave,

What is the type of the exception? Also, are you using direct X
wrappers generated by TLBIMP or that are part of an interop library (that
might have been developed by hand and not by TLBIMP).

Also, do you have the appropriate rights to run unverifiable code? By
default the rights for running .NET controls in IE are reduced.

Hope this helps.
 
I'm using the managed directx sdk 9, the AudioVideoPlayBack class..

the exception i get is
"Unverifiable Assembly ' Microsoft.DirectX.AudioVideoPlayback' failed
policy check"

I'm wondering if its even being added correctly to my assembly when its
deployed. hmmm







Nicholas Paldino said:
Dave,

What is the type of the exception? Also, are you using direct X
wrappers generated by TLBIMP or that are part of an interop library (that
might have been developed by hand and not by TLBIMP).

Also, do you have the appropriate rights to run unverifiable code? By
default the rights for running .NET controls in IE are reduced.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Dave Brown said:
Hi all,

Can anyone tell me why I would get a Unverifiable Assembly exception when
using directx from a IE hosted user control ?

Thanks,

Dave.
 
Back
Top