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 … 1202 1203 1204 1205 1206 … 1231 Next »
MDAC error with 10 or 11

 
  • 0 Vote(s) - 0 Average
MDAC error with 10 or 11
-LD
Offline

Junior Member

Posts: 16
Threads: 3
Joined: Jan 2004
#1
2004-02-04, 12:06 AM
I've installed 2.8 just to be sure
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: The .Net Data OLE DB Provider(System.Data.OleDb) requires Microsoft Data Access Components(MDAC).  Please install Microsoft Data Access Components(MDAC) version 2.6 or later. ---> System.Runtime.InteropServices.COMException (0x80040154): Class not registered
  at System.Data.Common.UnsafeNativeMethods.CoCreateInstance(Guid rclsid, IntPtr pUnkOuter, Int32 dwClsContext, Guid riid)
  at System.Data.OleDb.OleDbConnection.CreateInstanceDataLinks()
  at System.Data.OleDb.OleDbConnection.CreateInstanceMDAC()
  --- End of inner exception stack trace ---
  at System.Data.OleDb.OleDbConnection.CreateInstanceMDAC()
  at System.Data.OleDb.OleDbConnection.GetObjectPool()
  at System.Data.OleDb.OleDbConnection.CreateProvider(OleDbConnectionString constr)
  at System.Data.OleDb.OleDbConnection.Open()
  at ab.a()
  at ac.v(Object A_0, EventArgs A_1)
  at System.Windows.Forms.Form.OnLoad(EventArgs e)
  at System.Windows.Forms.Form.OnCreateControl()
  at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  at System.Windows.Forms.Control.CreateControl()
  at System.Windows.Forms.Control.WmShowWindow(Message&amp; m)
  at System.Windows.Forms.Control.WndProc(Message&amp; m)
  at System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)
  at System.Windows.Forms.ContainerControl.WndProc(Message&amp; m)
  at System.Windows.Forms.Form.WmShowWindow(Message&amp; m)
  at System.Windows.Forms.Form.WndProc(Message&amp; m)
  at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&amp; m)
  at System.Windows.Forms.ControlNativeWindow.WndProc(Message&amp; m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.573
   CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
Config
   Assembly Version: 1.0.1493.13891
   Win32 Version: 1.0.1493.13891
   CodeBase: file:///C:/Program%20Files/devnz/GBPVR/Config.exe
----------------------------------------
System.Windows.Forms
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.573
   CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0b77a5c561934e089/system.dll
----------------------------------------
GBPVRBackendCommon
   Assembly Version: 1.0.1493.10625
   Win32 Version: 1.0.1493.10625
   CodeBase: file:///C:/Program%20Files/devnz/GBPVR/GBPVRBackendCommon.DLL
----------------------------------------
System.Drawing
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.573
   CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0b77a5c561934e089/system.xml.dll
----------------------------------------
NativeUtilities
   Assembly Version: 1.0.1493.10624
   Win32 Version:
   CodeBase: file:///C:/Program%20Files/devnz/GBPVR/NativeUtilities.DLL
----------------------------------------
System.Data
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.573
   CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
   <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.[/QUOTE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,740
Threads: 767
Joined: Nov 2003
#2
2004-02-04, 12:15 AM
Ok, cant say I've seen that one before. It looks like your .net installation is either damaged or something else that has been installed conflicts with the builtin .net 1.1 data access functionality.

I've havn't really got any suggestions other than try a bit of a search on google. sorry.
-LD
Offline

Junior Member

Posts: 16
Threads: 3
Joined: Jan 2004
#3
2004-02-04, 12:58 AM
uninstalled .NET, reinstalled, reinstalled mdac 2.8...same error
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,740
Threads: 767
Joined: Nov 2003
#4
2004-02-04, 01:05 AM
I've not installed mdac. No else has had to either to get GB-PVR going. The default components in the .net framework runtime should contain all the data access components required. Its failing to load the MS Access driver or similar.
-LD
Offline

Junior Member

Posts: 16
Threads: 3
Joined: Jan 2004
#5
2004-02-04, 01:11 AM
well, ####...i was looking forward to playing with the mediamvp server
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,740
Threads: 767
Joined: Nov 2003
#6
2004-02-04, 01:18 AM
This may apply to situation:

http://groups.google.com/groups?....b%2B1.1
-LD
Offline

Junior Member

Posts: 16
Threads: 3
Joined: Jan 2004
#7
2004-02-04, 01:51 PM
no luck...other apps that use .net are working
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,740
Threads: 767
Joined: Nov 2003
#8
2004-02-04, 04:23 PM
Sorry, I'm just not sure. Its definitely something on you machine thats different from everyone elses.
-LD
Offline

Junior Member

Posts: 16
Threads: 3
Joined: Jan 2004
#9
2004-02-17, 02:41 AM
same thing with 12a...i'd love to try this out, but can't get pastt this problem...any ideas anyone? i had gbpvr installed at one point in time on this system

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
  at ah.q(Object A_0, EventArgs A_1)
  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&amp; m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message&amp; m)
  at System.Windows.Forms.ButtonBase.WndProc(Message&amp; m)
  at System.Windows.Forms.Button.WndProc(Message&amp; m)
  at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&amp; m)
  at System.Windows.Forms.ControlNativeWindow.WndProc(Message&amp; m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.573
   CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
Config
   Assembly Version: 1.0.1495.14689
   Win32 Version: 1.0.1495.14689
   CodeBase: file:///C:/Program%20Files/devnz/GBPVR/Config.exe
----------------------------------------
System.Windows.Forms
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.573
   CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0b77a5c561934e089/system.dll
----------------------------------------
GBPVRBackendCommon
   Assembly Version: 1.0.1495.9880
   Win32 Version: 1.0.1495.9880
   CodeBase: file:///C:/Program%20Files/devnz/GBPVR/GBPVRBackendCommon.DLL
----------------------------------------
System.Drawing
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.573
   CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0b77a5c561934e089/system.xml.dll
----------------------------------------
NativeUtilities
   Assembly Version: 1.0.1495.9878
   Win32 Version:
   CodeBase: file:///C:/Program%20Files/devnz/GBPVR/NativeUtilities.DLL
----------------------------------------
System.Data
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.573
   CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
   <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.[/QUOTE]
-LD
Offline

Junior Member

Posts: 16
Threads: 3
Joined: Jan 2004
#10
2004-02-22, 05:41 PM
still getting this with 13

i found this info on the web regardign the System.Runtime.InteropServices.COMException

The exception that is thrown when an unrecognized HRESULT is returned from a COM method call.

i'm not a programmer so i'm not sure what that means
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  VMR9 Error message cristovao 7 5,837 2012-01-31, 07:35 AM
Last Post: SLR_65
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,464 2010-12-17, 02:09 PM
Last Post: jksmurf
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,538 2010-11-11, 11:59 PM
Last Post: classpro
  Can't cure the Error: 1904 problem rkircher 1 1,861 2010-11-10, 07:22 AM
Last Post: stustunz
  Unexpected error removing recording from conversion queue pvrproblems 1 1,576 2010-09-03, 03:51 AM
Last Post: sub
  Registry Error while installing PuffY 4 3,183 2010-08-16, 08:20 AM
Last Post: martint123
  EPG update error aibo 38 10,581 2010-07-23, 02:35 AM
Last Post: User
  Error 88760868 bezza 5 3,042 2010-07-18, 04:55 PM
Last Post: sub
  Windows 7 x64 installation problem - error 1603 in Event log psycik 0 1,838 2010-07-17, 04:31 AM
Last Post: psycik
  error: failure playing back file yonu 4 2,055 2010-07-12, 12:52 AM
Last Post: yonu

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

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

Linear Mode
Threaded Mode