473,698 Members | 2,508 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Reference Error: Difference between UK office and US office?

Hello,

I have a friend in the UK and another in Denmark that I sent an Access XP
database to. I used the Package and Deployment wizard to create this file.
The only reference that I added was DAO 3.6. The users on the other side
of the ocean went through the set up and everything installed fine, but they
received an error indicitive of a reference error. The odd thing is, all
the references seem to be there. I CAN'T duplicate the error on this end,
no matter how hard I try, old machine, new machine, old OS, new OS, nothing.

Is there a difference between the US and European versions of Windows or
Office that might be causing this? Any help on the subject would be greatly
appreciated. Just so you know, I've run the gammut of reference checks.

Thanks!
Nov 13 '05 #1
2 1782
"Jozef" <SP**********@t elus.net> wrote in
news:rtkPe.3048 09$5V4.183133@p d7tw3no:
Is there a difference between the US and European versions of Windows
or Office that might be causing this? Any help on the subject would
be greatly appreciated. Just so you know, I've run the gammut of
reference checks.


Different separators in formulas and functions?

--

It is I, DeauDeau
(Free after monsieur Leclerc in 'Allo, 'allo)
Nov 13 '05 #2
If we knew what the error was and whether it occurred at install or runtime
we might have a better chance at guessing the answer.

--
Terry Kreft
MVP Microsoft Access
"Jozef" <SP**********@t elus.net> wrote in message
news:rtkPe.3048 09$5V4.183133@p d7tw3no...
Hello,

I have a friend in the UK and another in Denmark that I sent an Access XP
database to. I used the Package and Deployment wizard to create this file. The only reference that I added was DAO 3.6. The users on the other side
of the ocean went through the set up and everything installed fine, but they received an error indicitive of a reference error. The odd thing is, all
the references seem to be there. I CAN'T duplicate the error on this end,
no matter how hard I try, old machine, new machine, old OS, new OS, nothing.
Is there a difference between the US and European versions of Windows or
Office that might be causing this? Any help on the subject would be greatly appreciated. Just so you know, I've run the gammut of reference checks.

Thanks!

Nov 13 '05 #3

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

Similar topics

6
8269
by: Adam Right | last post by:
Hi, I am developing a project which uses "Microsoft Word Interop". There may be a case in which the end-user may not have Microsoft Office or Office Interops. So i do not want to add a com reference into my project from the Solution Explorer by right-click "Add reference". I do want to add com reference when the user loads the page that is going to show a "Microsoft Word" document. In this case, while the page is loading, i can check...
1
8418
by: Steve B. | last post by:
Why does Office create a compile error when doing a Release compile but not when doing a Debug complie. Release compile is compiled to the network share drive - Excel Interop is added as a reference in the VS Project window. - Excel PIA Interop is located on the same network location as the exe and the share directory with PIA is included in the project path - Other projects in the same solution also reference Office with no problem ...
2
1255
by: Elena | last post by:
On the top of my form I have Microsoft.Office.Core and I get this task error: Namespace or type 'Core' for Imports 'Microsoft.Office.Core' cannot be found. When I checked the references, It says the refernces is already added. When I posted this Friday, someone suggested that I may have a new version of office. This is quite possible since I have a new lap top where I've tranfered my code. This computer is running Office 2003 and...
0
1043
by: pshipway9[snipATsnip]yahoo.com | last post by:
I can't get vb.net to create a new Excel.Application object. MS Development Environment 7.1.3088 Net Framework 1.1 Office 2003 I understand the DIM exl as new Excel.Application stuff. I think I've got a reference problem. When I add reference: Microsoft Excel 11.0 object Library, VB doesn't recognize "new Excel.Application" - doesn't
51
4444
by: Kuku | last post by:
What is the difference between a reference and a pointer?
5
49813
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
2
2706
by: dotnetnoob | last post by:
i got this program that will fetch the data in the excel spreadsheet, it was working before then i make some adjustment and it now give me an error of "Object reference not set to an instance of an object error" i can't seem to see what's wrong with my code so i'm hoping some fresh eyes can spot what's wrong or what i'm missing. the following is the code, this line strFile = CStr(xlSheet.Range("I" + CStr(Row)).Value.ToString + "\" +...
2
7297
by: JC | last post by:
Anybody knows what problem has this code? I think, in the Garbage Collector? You know the Solution? The program in the test's case, whit 350 contacts, run OK before number 86. The error is a "Array index out of bounds". Microsoft.Office.Interop.Outlook._Application olApp = new Microsoft.Office.Interop.Outlook.ApplicationClass(); Microsoft.Office.Interop.Outlook._NameSpace olNs = olApp.GetNamespace("MAPI");
1
1183
by: tamasumalta | last post by:
Hi, I am adding a reference to Microsoft Word Office 11 under the COM tab. I will do the coding required to work with word from vb.net, what happens if the client does not have OFFICE 2003 installed? What happens if the client does not have OFFICE installed? What happens if Office is not installed in the location specified by the assembly? If the client has OFFICE 2007 or OFFICE is installed in another location will my program work?
0
9171
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...
1
8905
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
7743
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...
1
6532
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5869
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
4373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2342
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2008
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.