Yep - I'd go with that. The DvbrLib class library uses the System.Data.DataSetExtensions library which it seems can't be found
I suspect it may need .NET Framework v3.5 installed.
EDIT - typed the wrong version.
Cheers,
Brian
Quote:2009-04-29 12:57:23.675 ERROR [1] Loader Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.The later exceptions in the log which are being thrown by the plugin itself will be a knock-on from this.
File name: 'System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
I suspect it may need .NET Framework v3.5 installed.
EDIT - typed the wrong version.
Cheers,
Brian