473,405 Members | 2,141 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Asking Again, Why Would I Have This Runtime Error

Asking again, I've just built my first Setup-Installable VB 2005 package. I
have the full
Profession Edition VS 2005, not the Express edition, and am patched to the
current SP. It installs on the development machine (Win 2K) and runs just
as well as it does in the VS IDE. I used the Walkthrough for Deploying a
Windows-based Application in the MSDN files supplied. This application
accesses Active Directory in several ways, including using ADODC to make a
database-like LDAP call.

However, when I install it on a new XP Pro machine and execute it the form
comes up fine. However, when I
attempt the access of the LDAP information using an ADODC recordset I get
the following error:

---
Unhandled exception has occurred in your application. If you click
Continue, the application will ignore this error and attempt to continue.
If you click Quit, the application will close immediately.

Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f11d50a3a' or one of its dependencies. The system
cannot find the file specified.
---

I don't understand why the build of the setup files didn't show any errors,
yet I get this at runtime. And how do I fix it?

Thanks!
Mar 31 '07 #1
1 1767
David.

Adodb is not a part of the Net it has to be installed or more likely you
have to install is seperately (Your version 7, you can mostly download those
from MSDN as MDAC sets.

Cor
"David C. Barber" <da***@NOSPAMdbarber.comschreef in bericht
news:0r******************************@comcast.com. ..
Asking again, I've just built my first Setup-Installable VB 2005 package.
I
have the full
Profession Edition VS 2005, not the Express edition, and am patched to the
current SP. It installs on the development machine (Win 2K) and runs just
as well as it does in the VS IDE. I used the Walkthrough for Deploying a
Windows-based Application in the MSDN files supplied. This application
accesses Active Directory in several ways, including using ADODC to make a
database-like LDAP call.

However, when I install it on a new XP Pro machine and execute it the form
comes up fine. However, when I
attempt the access of the LDAP information using an ADODC recordset I get
the following error:

---
Unhandled exception has occurred in your application. If you click
Continue, the application will ignore this error and attempt to continue.
If you click Quit, the application will close immediately.

Could not load file or assembly 'ADODB, Version=7.0.3300.0,
Culture=neutral,
PublicKeyToken=b03f5f11d50a3a' or one of its dependencies. The system
cannot find the file specified.
---

I don't understand why the build of the setup files didn't show any
errors,
yet I get this at runtime. And how do I fix it?

Thanks!


Mar 31 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: GaryDean | last post by:
In an 2.0 asp app I used vs.net 2005 to create a TableAdapter:Dataset in my App_code directory. I also created a new vb class in that same directory. I have two issues: 1. I notice that there...
14
by: _iycrd | last post by:
After several frustrating attempts to wrap a native DLL w a C++/CLI DLL, I finally got an assembly to compile, only to find a *runtime* error. The app comes up fine. Test dialog displays. ...
4
by: rushikesh.joshi | last post by:
Hi All, I have created my own WebControl and want to add it in my aspx page at runtime. it's compiling perfectly, but when i m going to execute, it gives me error of "Object reference not set...
33
by: larpup | last post by:
I checked all my references prior to compiling. The mdb or mde works perfectly with full version of A2003. When running on a computer with RunTime i receive an error that a reference is broken...
8
by: g_man | last post by:
I am trying trap Runtime error 3022 (duplicates) in the click event of a command button that closes the form. I have code in the Form_Error event that does a good job of providing a more meaningful...
0
by: na | last post by:
After installing AJAX 1.0 RC on my Windows 2003 server, I run into the following errors when requesting an ASP.Net 2.0 page that transforms XML data with XSLT. The XML data is of size 5MB and the...
8
by: jesmi | last post by:
my code is: addRecord.cfm <cfinclude template="head.cfm"> <p> <table width="100%" border="0" align="center" cellpadding="2" cellspacing="0"> <tr> <td> <div align="center">
1
by: =?Utf-8?B?SlA=?= | last post by:
I have code in my global asax file that captures any runtime error the may occur. It logs the error into a database table or emails the error to the administrator. All is cool and works well But...
11
by: mjahabarsadiq | last post by:
Hi I have created a web application. I am using ant to build the war and deploy in tomcat. The war file is deployed under "TOMCATE_HOME/work/standalone/localhost/onlineres.war". I have my...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.