Issue DetailsWhen working in Visual Studio or another program to design your ASP.NET application with NReco.VideoInfo component, you may experience this error.
Namespace Error
'FFProbe' is ambiguous in the namespace 'NReco.VideoInfo'
Line 83: Dim ffProbe = New NReco.VideoInfo.FFProbe()
Line 84: ffProbe.ToolPath = System.Web.HttpContext.Current.Server.MapPath("~/App Data")
Line 85: ffProbe.FFProbeExeName = "ffprobe.exe"