2006-09-20, 01:26 AM
Jeff, what does the following error look like to you?
Code:
9/18/2006 7:58:41 PM.171 ERROR [1] Error initializing menu plugin: C:\Program Files\devnz\gbpvr\plugins\Video Archiver.dll
9/18/2006 7:58:41 PM.171 ERROR [1] Exception has been thrown by the target of an invocation.
9/18/2006 7:58:41 PM.171 ERROR [1] at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xb77fa95273e0c228(Boolean x8bae2a88590d8cc0)
9/18/2006 7:58:41 PM.171 ERROR [1] Inner exception: System.Xml.XmlException: '"' is an unexpected token. The expected token is '='. Line 27, position 89.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at GBPVR.Public.SkinHelper.CtorShared(String pluginName, String skinFileName, String requiredVersion)
at GBPVR.Public.SkinHelper..ctor(String pluginName, String skinFileName)
at ArchiveVideosPlugin.ArchiveVideosTask..ctor()
9/18/2006 7:58:41 PM.171 ERROR [1] at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at GBPVR.Public.SkinHelper.CtorShared(String pluginName, String skinFileName, String requiredVersion)
at GBPVR.Public.SkinHelper..ctor(String pluginName, String skinFileName)
at ArchiveVideosPlugin.ArchiveVideosTask..ctor()
9/18/2006 7:58:43 PM.203 VERBOSE [1] Error loading plugin list: System.NullReferenceException: Object reference not set to an instance of an object.
at ArchiveVideosPlugin.ArchiveVideosPluginConfigForm.LoadInitialSettings()
at ArchiveVideosPlugin.ArchiveVideosPluginConfigForm..ctor(XmlDocument document)
at ArchiveVideosPlugin.VADVD2MPEGTask.GetConfigFormInstance(XmlDocument document)
at Config.xfd6951461fe46d87.x81464aef82823e23()