473,509 Members | 2,890 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"VBA project is corrupted", Access2003--Access2002

Hello.

Could somebody explain the following situation:
I have a .mdb on my notebook with Windows XP SP2 and Access 2003. I prepared
..mde and tried to use it on another computer with Windows XP SP2 and Office
XP installed on it. An error "...Your VBA project is corrupted" appeared.
When I copy .mdb to that computer, instead of .mde, it works. If I then make
the .mde on that computer, it works! If I copy the .mde then to the first
computer, it works...
What could be possible reason that my .mde doesn't work on Office XP, while
..mdb works ?

Just for information, I had also problems with ADO reference, but I solved
it by late binding instead of early binding. I also have late binding of DAO
code...

Zlatko
Nov 13 '05 #1
9 1882
Unlike mbb files, mde files only work with the version of MS Access that they
were created with.

On Mon, 22 Aug 2005 13:57:11 +0200, "Zlatko Matić" <zl***********@sb.t-com.hr>
wrote:
Hello.

Could somebody explain the following situation:
I have a .mdb on my notebook with Windows XP SP2 and Access 2003. I prepared
.mde and tried to use it on another computer with Windows XP SP2 and Office
XP installed on it. An error "...Your VBA project is corrupted" appeared.
When I copy .mdb to that computer, instead of .mde, it works. If I then make
the .mde on that computer, it works! If I copy the .mde then to the first
computer, it works...
What could be possible reason that my .mde doesn't work on Office XP, while
.mdb works ?

Just for information, I had also problems with ADO reference, but I solved
it by late binding instead of early binding. I also have late binding of DAO
code...

Zlatko


Nov 13 '05 #2

"Steve Jorgensen" <no****@nospam.nospam> schreef in bericht news:lr********************************@4ax.com...
Unlike mbb files, mde files only work with the version of MS Access that they
were created with.


Hi Steve, you are not quite right here...
I guess you mean that if one needs an Access 2000.mde, this mde needs to be created with the specific version of Access.

An Access 2000.mde WILL work with Access 2003 but...
An Access 2003.mde will NOT work with Access 2000
You can NOT create an Access 2000.mde with Access 2003
Arno R
Nov 13 '05 #3
OK., but what abou Access 2002, which should produce same type of .mde as
Access 2003 ?
By the way, I prepared Access 2000 version of .mde, by using MDE 2000
program (RV Software), with same result....

Zlatko

"Arno R" <ar***********@tiscali.nl> je napisao u poruci interesnoj
grupi:43********************@dreader2.news.tiscali .nl...

"Steve Jorgensen" <no****@nospam.nospam> schreef in bericht
news:lr********************************@4ax.com...
Unlike mbb files, mde files only work with the version of MS Access that
they
were created with.


Hi Steve, you are not quite right here...
I guess you mean that if one needs an Access 2000.mde, this mde needs to be
created with the specific version of Access.

An Access 2000.mde WILL work with Access 2003 but...
An Access 2003.mde will NOT work with Access 2000
You can NOT create an Access 2000.mde with Access 2003
Arno R
Nov 13 '05 #4
"Zlatko Matic" <zl***********@sb.t-com.hr> schreef in bericht news:de**********@ss405.t-com.hr...
OK., but what abou Access 2002, which should produce same type of .mde as
Access 2003 ?


I think it will be the same for Access 2002. (Can't verify because I don't have that version.)
Btw: I would be very surprized if the Access 2002.mde is the same type as the Access 2003.mde
MAYBE you can create an Access 2002.mde with Access 2003 (I doubt it, but can't verify)
From your original post I read and believe that it doesn't work ...
so that means the 2003.mde is NOT the same format as the one you need with Access 2002 (XP)...

I bet for A2k it will look like this:
An Access 2002.mde will work with Access 2003.
An Access 2002.mde will NOT work with Access 2000.
You can NOT create an Access 2000.mde with Access 2002.
You can NOT create an Access 2003.mde with Access 2002 ? (I think ...)

So mde's starting from A2k are upwards compatible it seems to me, but NOT downwards.

Because of the default fileformat (A2k) for the mdb's starting from A2k it is all a bit confusing...

Arno R
Nov 13 '05 #5
Same deal:
an AccessXP/2002 made MDE will work under Access2003

an Access2003 made MDE will NOT work under AccessXP/2002

-Ed

"Zlatko Matic" <zl***********@sb.t-com.hr> wrote in message
news:de**********@ss405.t-com.hr...
OK., but what abou Access 2002, which should produce same type of .mde as
Access 2003 ?
By the way, I prepared Access 2000 version of .mde, by using MDE 2000
program (RV Software), with same result....

Zlatko

"Arno R" <ar***********@tiscali.nl> je napisao u poruci interesnoj
grupi:43********************@dreader2.news.tiscali .nl...

"Steve Jorgensen" <no****@nospam.nospam> schreef in bericht
news:lr********************************@4ax.com...
Unlike mbb files, mde files only work with the version of MS Access that
they
were created with.


Hi Steve, you are not quite right here...
I guess you mean that if one needs an Access 2000.mde, this mde needs to
be created with the specific version of Access.

An Access 2000.mde WILL work with Access 2003 but...
An Access 2003.mde will NOT work with Access 2000
You can NOT create an Access 2000.mde with Access 2003
Arno R

Nov 13 '05 #6
On Mon, 22 Aug 2005 18:33:37 +0200, "Zlatko Matic" <zl***********@sb.t-com.hr>
wrote:
OK., but what abou Access 2002, which should produce same type of .mde as
Access 2003 ?


It shouldn't, and it doesn't.

Nov 13 '05 #7
OK. guys, thank you for your time and good will.
I think it is clear now that every Office version has its own .mde version
that can't wok on any other Office version.

Bye,

Zlatko

"Arno R" <ar***********@tiscali.nl> je napisao u poruci interesnoj
grupi:43********************@dreader2.news.tiscali .nl...
"Zlatko Matic" <zl***********@sb.t-com.hr> schreef in bericht
news:de**********@ss405.t-com.hr...
OK., but what abou Access 2002, which should produce same type of .mde as
Access 2003 ?


I think it will be the same for Access 2002. (Can't verify because I don't
have that version.)
Btw: I would be very surprized if the Access 2002.mde is the same type as
the Access 2003.mde
MAYBE you can create an Access 2002.mde with Access 2003 (I doubt it, but
can't verify)
From your original post I read and believe that it doesn't work ...
so that means the 2003.mde is NOT the same format as the one you need with
Access 2002 (XP)...

I bet for A2k it will look like this:
An Access 2002.mde will work with Access 2003.
An Access 2002.mde will NOT work with Access 2000.
You can NOT create an Access 2000.mde with Access 2002.
You can NOT create an Access 2003.mde with Access 2002 ? (I think ...)

So mde's starting from A2k are upwards compatible it seems to me, but NOT
downwards.

Because of the default fileformat (A2k) for the mdb's starting from A2k it
is all a bit confusing...

Arno R
Nov 13 '05 #8

"Zlatko Matic" <zl***********@sb.t-com.hr> schreef in bericht news:de**********@ss405.t-com.hr...
OK. guys, thank you for your time and good will.
I think it is clear now that every Office version has its own .mde version
that can't wok on any other Office version.


I am sorry but this statement is False,
As I said: An Access2000.mde can work with Access 2002 and Access 2003

Arno R
Nov 13 '05 #9
OK. Thanks.

"Arno R" <ar***********@tiscali.nl> je napisao u poruci interesnoj
grupi:43********************@dreader2.news.tiscali .nl...

"Zlatko Matic" <zl***********@sb.t-com.hr> schreef in bericht
news:de**********@ss405.t-com.hr...
OK. guys, thank you for your time and good will.
I think it is clear now that every Office version has its own .mde version
that can't wok on any other Office version.


I am sorry but this statement is False,
As I said: An Access2000.mde can work with Access 2002 and Access 2003

Arno R
Nov 13 '05 #10

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

Similar topics

0
1536
by: public heath vb developer | last post by:
We have a solution with 29 projects including a main menu and 28 dlls. One of the projects (Project B) was created by copying an existing project (Project A), making changes including the assembly...
5
11009
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been...
0
1483
by: Patty O'Dors | last post by:
Hi I am experiencing the following issue when building an ATL component that is tested with c#: The ATL project builds first, then the C# project, as the ATL DLL is a dependency of the C#...
2
2415
by: Vish | last post by:
Hi all, I have a VS.NET (2005 BETA2) solution that has five winforms projects. Here are the details. Project-A (Main, startup project), references Project-B (class lib project) Project-B (Class...
2
4763
by: Rudy Ray Moore | last post by:
How can I modify the project build order of a multi-project workspace under "Visual Studio .net 2003 7.1 c++"? I tried to modify the .sln by hand to influence the build order, but it didn't seem...
1
1784
by: Jerad Rose | last post by:
Hello, I have searched all over for the answer to this, to no avail. I have a web project already set up and running on a remote server, that I created from my home computer. I am now trying...
11
7719
by: Dave | last post by:
I copied the project files from an ASP.NET project on one computer and want to create the project on another computer, There is no connection between the two computers so I simply copied the...
4
2881
by: Brad | last post by:
I'm not one to rant or flame....so please excuse me while I do so for this once. I've now spent a bit of time working with VS2005 beta 2 to see how it functions for web development, especially how...
7
1615
by: Mantorok | last post by:
Hi all We have an ASP.Net project (and the Solution) under source-control. Here is the example - I create the Solution, I create an ASP.Net project and then check it all in to source control,...
7
5778
by: George Copeland | last post by:
This is a request for assistance analyzing a problem we are experiencing in our VB6 development environment. All our code is developed in VB6, and our persistance layer is SQL Server. We are...
0
7344
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,...
0
7412
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
7505
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5652
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
4730
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...
0
3216
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...
0
3203
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
775
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
441
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...

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.