Could not load file or assembly 'ADODB, Version=7.0.3300.0,

Status
Für weitere Antworten geschlossen.
M

MadLook

Guest
Hey Leute

Ich packs nicht. Ich bin seit gesamthaft 8 Stunden am Versuch, ein Programm zum Laufen zu bringen.

Es ist dem Entwickler offenbar bekannt, dass das Programm unter Verwendung von Windows XP Service Pack 2/3 eine Fehlermeldung (die auch jedesmal bei mir auftritt) wie diese hier auslöst:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Das System kann die angegebene Datei nicht finden.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at Craigslist_Emailer.frmCL.btnStart_Click(Object sender, EventArgs e)
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.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: http:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Online Lead Finder
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: http:///C:/Programme/Online%20Lead%20Finder/Online%20Lead%20Finder.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: http:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: http:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: http:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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 computer
rather than be handled by this dialog box.

Aus diesem Grund empfiehlt er die Installation folgendes Windows Components:
http://download.microsoft.com/download/9/6/5/9657c01e-107f-409c-baac-7d249561629c/msxml.msi

gelesen / getan.

hab es x-mal versucht. installiert, pc heruntergefahren wieder rauf.. runter.. neu installiert.. application auch nochmal neuinstalliert wieder runtergefahren usw. usw.

hab dann im enlischen Sprachraum infos zu diesem Thema gefunden, jedoch waren da diverse Meinungen und Lösungen vertreten. Zudem war alles sehr hochstehend umschrieben. Für mich als Leie echt schwierig.. und dann noch auf Englisch.

Kann mir jemand ganz genau erklären, was zu tun ist, dass das Programm endlich läuft? Wäre echt :super:

 
M

McGee

Guest
Wie wäre es erstmal mit der Info, um welches Programm es sich hier handelt???

 
M

MadLook

Guest
Es handelt sich um ein Programm, welches das Suchen bei Craiglist dot com erleichtert. Online Lead Finder genannt. Es ist frei erhältlich gegen opt-in auf:
onlineleadfinder dot com. Es ist in unserem Sprachraum nicht bekannt. Ich hoffe diese Angaben helfen. Genaueres zum Programm in technischer Hinsicht weiss ich leider nicht.

 

Sini1

Well-known member
Mitglied seit
24 März 2008
Beiträge
1.381
re

Hallo und Willkommen im Forum.

Ich habe noch immer nicht verstanden was Du genau machen willst.
Was kann dieses Programm? Wofür benötigt man das?Und was Funktioniert nicht?

Bitte um genauere Details.

MFG: Pennywise

 
M

MadLook

Guest
Hallo

Ok, dieses Programm ist speziell für craiglist dot com ausgerichtet. Craiglist ist eine Art Open Directory. Jeder der was sucht, kaufen oder verkaufen möchte, kann sich bei craiglist anmelden und entsprechende Posts veröffentlichen.

Das Programm durchstöbert craiglist anhand von Keywords die der Benutzer eingibt und listet die Suchergebnisse in Sekundenschnelle auf. Somit wird die Suche erheblich erleichtert.

Ich kann das Programm installieren, jedoch beim öffnen sprich nach dem Doppelklick kommt jedesmal die obengenannte Fehlermeldung: Could not load file or assembly 'ADODB, ...

MFG Madlook

 
Status
Für weitere Antworten geschlossen.
Oben