I'd love to give this one a try. Is there some configuration value I need to set?
It says on the wiki page that it's been updated to support SQL Lite, but when I just try to create a new instance of a ShowSearchTask from a test app, the is what I get (and of course the button is never displayed when regular old GB-PVR tries to load it).
[INDENT][SIZE="2"]System.Data.OleDb.OleDbException was unhandled
Message="Could not find file 'D:\\Program Files\\devnz\\gbpvr\\video archive.mdb'."
Source="Microsoft JET Database Engine"
ErrorCode=-2147467259
StackTrace:
at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.OleDb.OleDbConnection.Open()
at CommonGBPVRUtilities.ArchiveDB.UpdateDBSchemeForFileList()
at CommonGBPVRUtilities.ArchiveDB.UpgradeDB()
at CommonGBPVRUtilities.ArchiveDB..ctor()
at CommonGBPVRUtilities.ArchiveDB.ImportRecTrackerRecords()
at ShowSearchPlugin.ShowSearchTask..ctor()
at GB_PVR_Plugin_Explorer.Form1.button1_Click(Object sender, EventArgs e) in C:\Documents and Settings\developer\Local Settings\Application Data\Temporary Projects\GB-PVR Plugin Explorer\Form1.cs:line 21
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at GB_PVR_Plugin_Explorer.Program.Main() in C:\Documents and Settings\developer\Local Settings\Application Data\Temporary Projects\GB-PVR Plugin Explorer\Program.cs:line 17
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()[/SIZE][/INDENT]
It says on the wiki page that it's been updated to support SQL Lite, but when I just try to create a new instance of a ShowSearchTask from a test app, the is what I get (and of course the button is never displayed when regular old GB-PVR tries to load it).
[INDENT][SIZE="2"]System.Data.OleDb.OleDbException was unhandled
Message="Could not find file 'D:\\Program Files\\devnz\\gbpvr\\video archive.mdb'."
Source="Microsoft JET Database Engine"
ErrorCode=-2147467259
StackTrace:
at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.OleDb.OleDbConnection.Open()
at CommonGBPVRUtilities.ArchiveDB.UpdateDBSchemeForFileList()
at CommonGBPVRUtilities.ArchiveDB.UpgradeDB()
at CommonGBPVRUtilities.ArchiveDB..ctor()
at CommonGBPVRUtilities.ArchiveDB.ImportRecTrackerRecords()
at ShowSearchPlugin.ShowSearchTask..ctor()
at GB_PVR_Plugin_Explorer.Form1.button1_Click(Object sender, EventArgs e) in C:\Documents and Settings\developer\Local Settings\Application Data\Temporary Projects\GB-PVR Plugin Explorer\Form1.cs:line 21
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at GB_PVR_Plugin_Explorer.Program.Main() in C:\Documents and Settings\developer\Local Settings\Application Data\Temporary Projects\GB-PVR Plugin Explorer\Program.cs:line 17
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()[/SIZE][/INDENT]
WinTV PVR-150 / ATI X1600 512 / 3GHz P4 / 2GB RAM