473,785 Members | 2,395 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Office SP3 installed and references in MDE file lost - please help!

I have an application that I distribute as an MDE file that clients
run within Access. One of my clients has Win2000 and Office 2000 and
recently installed Office SP3. Now they are getting VBA errors which
I am certain stem from lost references. I only know how to get into
the reference selector in an MDB file. How can I advise the client to
fix the references on their machine? FYI, I told them to create a
blank database and recheck the references within that DB, thinking it
would carry over to my app, but they say it still doesn't work.
Thanks so much in advance!
Nov 12 '05 #1
2 1647
A mde-file does not contain any source-code, just compiled code. So the
vba-code in your mde-file has to be compiled with the correct references.
That means: You have to generate a new MDE-file which supports the
references in your clients office-installation. No workaround for that, as
far as I know...
Jon Ole Hedne

"Kathie" <gg***********@ spamgourmet.com > wrote in message
news:d3******** *************** **@posting.goog le.com...
I have an application that I distribute as an MDE file that clients
run within Access. One of my clients has Win2000 and Office 2000 and
recently installed Office SP3. Now they are getting VBA errors which
I am certain stem from lost references. I only know how to get into
the reference selector in an MDB file. How can I advise the client to
fix the references on their machine? FYI, I told them to create a
blank database and recheck the references within that DB, thinking it
would carry over to my app, but they say it still doesn't work.
Thanks so much in advance!

Nov 12 '05 #2
If we are talking about the standard Office references for VBA, Access, DAO
or ADO, they may be able to:
1. Search for the location of the files.
2. Re-register them at the command line, e.g:
regsvr32 "c:\program files\common files\microsoft shared\dao\dao3 60.dll"

Details of the default references and file locations for different version
of Access:
http://allenbrowne.com/ser-38.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Kathie" <gg***********@ spamgourmet.com > wrote in message
news:d3******** *************** **@posting.goog le.com...
I have an application that I distribute as an MDE file that clients
run within Access. One of my clients has Win2000 and Office 2000 and
recently installed Office SP3. Now they are getting VBA errors which
I am certain stem from lost references. I only know how to get into
the reference selector in an MDB file. How can I advise the client to
fix the references on their machine? FYI, I told them to create a
blank database and recheck the references within that DB, thinking it
would carry over to my app, but they say it still doesn't work.
Thanks so much in advance!

Nov 12 '05 #3

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

Similar topics

1
503
by: zfeld | last post by:
1. Where do I get the Office 2003 PIAs? On the MSDN download site there are only downloads for XP office PIAs. Do they automatically get installed to the GAC with the installation of office 2003? 2. My problem is that I am developing an application in C# that does office automation using Word & Excel that needs to work for Office XP and Office 2003. After reading all the different posts I am still confused. My development computer has...
1
1907
by: John | last post by:
Hi My pc had office xp previously. I uninstalled it and installed office 2000 instead. Now while in the references I see word/excel/outlook 9.0 references, the office reference is for 10.0 (xp). Is there a way to get rid of it and bring back office 9.0 reference? Thanks Regards
1
1327
by: John | last post by:
Hi I have office 2000 installed but in references I see office 10. The rest of the office apps are still 9.0. The problem is that when I send the compiled access app to clients who have office 9, the app breaks. How can I get back office 9.0 reference? Thanks Regards
4
6262
by: Richard | last post by:
Office Addins are easy in .NET. Try this from Visual Studio's main menu: File New Project "Other Projects" Extensibility Projects Shared Addin Run the wizard and you're off...
3
2555
by: DC Gringo | last post by:
Allison (or others), thank you for the advice...a few more questions: - I have tested on my workstation on Excel XP and my application references the Excel 10.0 Object Library. I was told the server has the "Office 2003" components which I'm assuming is OWC11. How do my imports, declarations or other code change to account for the components versus having Excel installed? Imports Microsoft.VisualBasic
3
2391
by: ChrisFrohlich | last post by:
I'm trying to use the Office XP PIA in an ASP.NET application. It's working fine on my workstation and I can manipulate a Workbook using Microsoft.Office.Interop.Excel. When I try to deploy the application to a server, I get: "System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not valid or not registered." I've seen several articles that mention ways to...
5
49828
by: Michael Russell | last post by:
Hi all, Using C#, I've created a simple wrapper class for using Excel. I have Office Pro 2003 installed on my devel machine. The wrapper class works great, reading and writing to/from Excel. To do this, I created a reference to "Microsoft Excel 11.0 Object Library", and have a "using Excel;" directive. I decided to add a method for creating a TextBox using the Shapes.AddTextBox method, which requires a
11
20226
by: Don | last post by:
QUESTIONS: 1. Has anyone figured out how to successfully install the Office 97 Pro Service Release 2 patch in Vista? 2. Has anyone successfully installed an Office 97 Pro CD (SR2 version) in Vista? DETAILS: My setup: Dell Inspiron notebook with Vista Business edition My CD: Office 97 Professional (Service Release 1) Upgrade
3
5000
by: Chuck | last post by:
I've been having problems with Access and Excel talking to one another. In the process of trying to add features (programs) to Access 97 I have lost the ability to export an Access query to an external file in Excel 97 format. It was there yesterday, but it's gone today. Other formats are also gone. I have found the Value Pack on the original Office 97 Pro CD. It looks like I can install drivers directly from the value pack. There is an...
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10161
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8986
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5523
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3662
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2890
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.