this part suggests its a skinning issue, although even if those are missing it should still run, so i dont think its that.
[b Wrote:Quote[/b] ]3/22/2005 10:33:29 AM.500 VERBOSE [2] MyVideosTask created
3/22/2005 10:33:29 AM.578 VERBOSE [2] first update not needed
3/22/2005 10:33:29 AM.593 VERBOSE [2] second update not needed
3/22/2005 10:33:30 AM.328 ERROR [2] Unable to find node: /settings/CompositeImages/CompositeImage[@name="ActorInfoBioBackground"]/DrawImage[@filename="@Poster"]
3/22/2005 10:33:30 AM.328 ERROR [2] Unable to find node: /settings/CompositeImages/CompositeImage[@name="ActorInfoGalleryBackground"]/DrawImage[@filename="@Poster"]
3/22/2005 10:33:30 AM.328 ERROR [2] Unable to find node: /settings/CompositeImages/CompositeImage[@name="ActorInfoMoviesBackground"]/DrawImage[@filename="@Poster"]
3/22/2005 10:33:30 AM.343 VERBOSE [2] Skindirectory = .\skin\media experience\OnScreenKeyboard
3/22/2005 10:33:30 AM.687 ERROR [2] Error initializing menu plugin: C:\Program Files\devnz\gbpvr\\plugins\MyVideosPlugin.dll
this part suggests its a database issue
[b Wrote:Quote[/b] ]3/22/2005 10:33:30 AM.687 ERROR [2] Exception has been thrown by the target of an invocation.
3/22/2005 10:33:30 AM.687 ERROR [2] at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at ay..ctor(Boolean serviceMode)
3/22/2005 10:33:30 AM.687 ERROR [2] Inner exception: System.Data.OleDb.OleDbException: The Microsoft Jet database engine cannot find the input table or query 'MovieCast'. Make sure it exists and that its name is spelled correctly.
at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr)
at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
at System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.OleDb.OleDbCommand.ExecuteReader()
at MyVideosPlugin.Database.GetActors()
at MyVideosPlugin.Actors..ctor()
at MyVideosPlugin.MyVideosTask..ctor()
3/22/2005 10:33:30 AM.687 ERROR [2] at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr)
at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
at System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.OleDb.OleDbCommand.ExecuteReader()
at MyVideosPlugin.Database.GetActors()
at MyVideosPlugin.Actors..ctor()
at MyVideosPlugin.MyVideosTask..ctor()
3/22/2005 10:33:30 AM.687 VERBOSE [2] MyVideosEvent created
however this part, tells me you have the database and you can connect to it
[b Wrote:Quote[/b] ]3/22/2005 10:33:29 AM.578 VERBOSE [2] first update not needed
3/22/2005 10:33:29 AM.593 VERBOSE [2] second update not needed
since its checking if it needs to update an old database to the new database. theres something wrong with MovieCast. what does the connection string say? (its in the config app), also try using a fresh mydatabase.mdb file, it may be damaged.