I am developing a program that should read duration realplayer file and then install it in timer.Interval, when I debug a program, there are no errors, but when I try to get the length of the file, I get this error: System.Windows.Forms.Axhost+InvalidActiveXState exception. I am using an assembly called AxRealAudioObjects.dll, its version 2.0. I remember that it worked very well on .NET 2.0, but since the current version of .NET is 4.0, it gives this error. Is the dll damaged or is it something else?
user586399
source
share