strange UnindexedFileException for Expression Encoder MediaItem
- by George2
Hello everyone,
When I use the following statement to create a new instance of MediaItem (VSTS 2008 + .Net 3.5 + C# + Windows 7), and I met with the following exception, any ideas what is wrong? I have tried with other wmv files, and there are no such issues. BTW: I am using Expression Encoder 3 SDK.
MediaItem video = new MediaItem("1.wmv");
Microsoft.Expression.Encoder.UnindexedFileException
{"Cannot seek file."}
thanks in advance,
George