I am getting the ArgumentException:"Parameter is incorrect." when I call a method "PrepareToEncode()" in an application.
I am using... Windows Media Encoder 9 series with Visual Basics Dot Net Framework version 2.0.
I am actually upgrading the application to newer framework but before that I have to run the older version just to know what is going on. Older version of the application was not done by me so, I can't tell exactly what is going on. To add to that, I work on C# but the whole code is in VB.net. When I was building the solution it threw above mentioned exception.
Now I think that I should read the proper documentation on the method so I can work my way from there. I searched on internet but none of the results are of any help to me.
Can anybody explain to me what is actual use of PrepareToEncode() method and the Exception. Just a little direction would suffice.(I just need to know if it was you, where, when and how would you use that "PrepareToEncode" method?)
Thanks. Regards.