Reply to thread

Hi,


I'm trying to program a plugin for MP in VB .NET.

I added all of the .dlls of the MP directory.


My SourceCode is like this:


        Dim recordings As New ArrayList

        Dim recording As New MediaPortal.TV.Database.TVRecording

        MediaPortal.TV.Database.TVDatabase.GetRecordings(recordings)


Now I get inside sqlclient.dll this error:

System.DllNotFoundException (sqlite.dll)


Does anybody know what the issue is?


Top Bottom