NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 592 593 594 595 596 … 1231 Next »
V99.5 .NET Error: Could not load type 'AxWMPLib.AxWindowsMediaPlayer' from assembly '

 
  • 0 Vote(s) - 0 Average
V99.5 .NET Error: Could not load type 'AxWMPLib.AxWindowsMediaPlayer' from assembly '
Hornet
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Feb 2007
#1
2007-02-24, 05:38 PM
I have recently upgraded GBPVR to V99.5 and on startup I get this .NET error:

Could not load type 'AxWMPLib.AxWindowsMediaPlayer' from assembly 'AxInterop.WMPLib, Version=9.0.0.3095, Culture=neutral, PublicKeyToken=null'.

I have upgraded / reinstalled .NET 2; WMP 9; GBPVR; MDAC 2.6 and all service packs are up to date. Any ideas how to overcome this?

Below are the log contents:

GBPVR.EXE.LOG
===========
24-Feb-2007 9:28:58 AM.095 VERBOSE [1] installDirectory is C:\Program Files\devnz\gbpvr\
24-Feb-2007 9:28:58 AM.095 VERBOSE [1] configurationFile is C:\Program Files\devnz\gbpvr\config.xml
24-Feb-2007 9:28:58 AM.105 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseConnectionString
24-Feb-2007 9:28:58 AM.105 VERBOSE [1] getValue: /settings/DatabaseConnectionString : Data Source=".\gbpvr.db3";Version=3;New=True;
24-Feb-2007 9:28:58 AM.105 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseIdentityQuery
24-Feb-2007 9:28:58 AM.105 VERBOSE [1] getValue: /settings/DatabaseIdentityQuery : select last_insert_rowid()
24-Feb-2007 9:28:58 AM.105 VERBOSE [1] databaseConnectionString is Data Source="C:\Program Files\devnz\gbpvr\\gbpvr.db3";Version=3;New=True;
24-Feb-2007 9:28:58 AM.105 VERBOSE [1] getValue() loading new key/value into cache: /settings/DatabaseProviderFactory
24-Feb-2007 9:28:58 AM.105 VERBOSE [1] getValue: /settings/DatabaseProviderFactory : System.Data.SQLite.SQLiteFactory
24-Feb-2007 9:28:58 AM.105 VERBOSE [1] ...using System.Data.SQLite.SQLiteFactory DB Provider Factory
24-Feb-2007 9:28:58 AM.115 VERBOSE [1] getValue() loading new key/value into cache: /settings/LoggingLevel
24-Feb-2007 9:28:58 AM.115 VERBOSE [1] getValue: /settings/LoggingLevel : Error
24-Feb-2007 9:28:59 AM.317 ERROR [1] Unable to find node: /settings/SpecialElements/SpecialElement[@name="ForegroundTransparency"]
24-Feb-2007 9:28:59 AM.337 ERROR [1] Unable to find node: /settings/SpecialElements/SpecialElement[@name="MenuType"]
24-Feb-2007 9:28:59 AM.527 ERROR [1] Unable to find node: /settings/SpecialElements/SpecialElement[@name="MenuType"]
24-Feb-2007 9:28:59 AM.617 ERROR [1] Error: msg=0x1 (WM_CREATE) hwnd=0xb01a6 wparam=0x0 lparam=0x12ec48 result=0x0 : System.TypeLoadException: Could not load type 'AxWMPLib.AxWindowsMediaPlayer' from assembly 'AxInterop.WMPLib, Version=9.0.0.3095, Culture=neutral, PublicKeyToken=null'.
at GBPVR.xbb1566157f5f8b1f.xd1a4d41dc3684d55(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
at System.Windows.Forms.Control.UpdateBounds()
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmCreate(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at GBPVR.xbb1566157f5f8b1f.WndProc(Message& m)

gbpvr.exe-native.log
===============
09:28:58.566 INFO Log started
09:28:58.566 VERBOSE getSetting(ShowClosedCaptions)
09:28:58.566 VERBOSE getSetting(UseFFDSHOW)
09:28:58.566 VERBOSE FFDShow enabled
09:28:58.566 VERBOSE getSetting(TvShape)
09:28:58.566 VERBOSE getSetting(EnableTeleText)
09:28:58.566 VERBOSE getSetting(ForcedGraphTeardown)
09:28:58.566 VERBOSE getSetting(HorizontalZoom)
09:28:58.566 VERBOSE Horizontal Zoom: 1.050000
09:28:58.566 VERBOSE getSetting(VerticalZoom)
09:28:58.566 VERBOSE Vertical Zoom: 1.000000
09:28:58.566 VERBOSE getSetting(HorizontalOffset)
09:28:58.566 VERBOSE Horizontal Offset: 0
09:28:58.566 VERBOSE getSetting(VerticalOffset)
09:28:58.566 VERBOSE Vertical Offset: 0
09:28:58.566 VERBOSE getSetting(LiveTVPrePlayDelay)
09:28:58.566 VERBOSE getSetting(OSDTransparency)
09:28:58.566 VERBOSE MinimumFilePlaySize=200000
09:28:58.566 VERBOSE DirectShowPlayerOverlay() initialising...
09:28:58.566 VERBOSE getSetting(OSDTransparency)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,986
Threads: 770
Joined: Nov 2003
#2
2007-02-24, 06:02 PM
Maybe try deleting AxInterop.WMPLib.dll in the GB-PVR directory.
Hornet
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Feb 2007
#3
2007-02-25, 04:25 AM
Hi sub

Thanks for the suggestion but removing the dll resulted in the following error when starting GBPVR:

---------------------
System.IO.FileNotFoundException: Could not load file or assembly 'AxInterop.WMPLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'AxInterop.WMPLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
at GBPVR.xbb1566157f5f8b1f.HideInset()
at GBPVR.x86396f56243de9fb.x5337203f86c34517(String x2022b5e8d76ee693)
at GBPVR.xbb1566157f5f8b1f.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.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

---------------------------

Perhaps there is a newer version of the dll I need?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,986
Threads: 770
Joined: Nov 2003
#4
2007-02-25, 04:50 AM
The one that is installed with GB-PVR should be the right one (attached).

If that still doesnt work, maybe try installing WMP10?
Hornet
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Feb 2007
#5
2007-02-25, 05:04 PM
Hi Sub

Thanks for the updated AxWMPLib dll - solved the problem. I'm not sure how an old version was installed in the GBPVR folder though. I'm also glad I didn't have to install the WMP 10 virus to fix things!

Cheers from Victoria!

(PS. and thanks for all your hard work on this project!)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  VMR9 Error message cristovao 7 6,113 2012-01-31, 07:35 AM
Last Post: SLR_65
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,676 2010-12-17, 02:09 PM
Last Post: jksmurf
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,643 2010-11-11, 11:59 PM
Last Post: classpro
  Can't cure the Error: 1904 problem rkircher 1 1,989 2010-11-10, 07:22 AM
Last Post: stustunz
  Hauppage PVR-150 not in the device type list dalokgawd 4 2,990 2010-10-26, 02:26 AM
Last Post: dalokgawd
  Unexpected error removing recording from conversion queue pvrproblems 1 1,683 2010-09-03, 03:51 AM
Last Post: sub
  Registry Error while installing PuffY 4 3,354 2010-08-16, 08:20 AM
Last Post: martint123
  EPG update error aibo 38 11,289 2010-07-23, 02:35 AM
Last Post: User
  Error 88760868 bezza 5 3,189 2010-07-18, 04:55 PM
Last Post: sub
  Windows 7 x64 installation problem - error 1603 in Event log psycik 0 1,932 2010-07-17, 04:31 AM
Last Post: psycik

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode