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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -