Hi guys, love media companion. I'm trying to get the command line running so I can schedule it to run as a task, however I'm getting some weird error messages when I try to run the command line.
I get this when I run the -e flag
C:\>c:\mediacompanion3.416b\mc_com.exe -e
****************************************************
Loading Config
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at ConsoleApplication1.Module1.loadtvcache()
at ConsoleApplication1.Module1.Main()
and this when I run the -m flag
C:\>c:\mediacompanion3.416b\mc_com.exe -m
****************************************************
Loading Config
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass
embly 'imdb, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of it
s dependencies. The system cannot find the file specified.
File name: 'imdb, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
at ConsoleApplication1.Module1.startnewmovies()
at ConsoleApplication1.Module1.Main()
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\M
icrosoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure lo
gging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fus
ion!EnableLog].
I'm running Windows 7 Pro - 64 bit. I looked for the registry key mentioned in the second error message, but did not find it existing on my machine.