c# - WindowsAPICodePack property null when deployed -
While debugging locally, I am able to read the title from .mp4 video.
However, I have posted this application in IIS, the title property is zero.
Any thoughts on why this is happening? Var f () in foreach (var directoryinfo (videosLocation) where (x => gt; x.fullName.EndsWith (".mp4", string compiler.content culture ignor seas)
) .list ()) {usage (var so = ShellObject.FromParsingName (f.FullName)) {var titleProp = so .Properties.GetProperty (SystemProperties.System.Title) .ValueAsObject; Var Title = TitlePress == Tap? "No Title": titleProp.ToString (); // is zero while employing title}}
Comments
Post a Comment