Using the NReco.VideoInfo.dll on a website without a reference to the DLL library, you will receive Type 'FFProbe' is not defined.
Issue Details
When using Visual Studio, you add a reference to the NReco.VideoInfo.dll, which will add files to the /bin folder within your website directory. You can then make references to the Library using simple code like this.
C:\Windows\system32>
::type incd G:\ (Replacing the G with the drive you have your DLL files on)
G:\>
::Copy and paste in cdG:\InetPub\wwwroot\MyWebSite\Upload\Bin\G:\InetPub\wwwroot\MyWebSite\Upload\Bin>gacutil -iNReco.VideoInfo.dll
Skip to section 3 once done.
section 2 (Microsoft SDK installation) View video here.)
In the CMD (Windows Command Prompt) Type in the following to put yourself in the C Folder.
cd\
:: Then navigate to Microsoft SDKscd"Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools":: add this line.
gacutil -iG:\InetPub\wwwroot\MyWebSite\Upload\Bin\NReco.VideoInfo.dll:: Next run this line
gacutil -lNReco.VideoInfo
[Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.0
Copyright (c) Microsoft Corporation. All rights reserved.
The Global Assembly Cache contains the following assemblies:
NReco.VideoInfo, =1.2.0.0, =neutral, =8f59ee36d2987295, =MSIL
Number of = 1