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 in::(Replacing the G with the drive you have your DLL files at)cd G:\
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.
[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
The above string you will need. NReco.VideoInfo, Version=1.2.0.0, Culture=neutral, PublicKeyToken=8f59ee36d2987295