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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -