VB School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a VB Expert!

Join 300,436 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,479 people online right now. Registration is fast and FREE... Join Now!




Problems when try to run program on another computer

 

Problems when try to run program on another computer

ArpSoft

1 Jul, 2009 - 09:56 AM
Post #1

New D.I.C Head
*

Joined: 1 Jul, 2009
Posts: 6

Hi all. Here si my problem.

I have a Recipe portal, and i wanted to provide a free recipe manager software to my users.
Since i didn't have a time to make my own, or money to pay somebody to make it for me, I've downloaded this code and added some of my own forms (which doesn't have any database code included, just textboxes, labels, LaVolpeButton control, frames and some calculation codes.)
(Also i have excluded "SendMail" function from the project)

Here is the url of the code: http://www.planet-source-code.com/vb...36019&lngWId=1

An here is the direct download url: http://www.planet-source-code.com/up...4056192002.zip


When i compile the program and run it, it works fine on my computer.

I have sent the compiled version to my friend, to test it, and, when he tries to run it, hi gets an error "0xc0000005"

I've heard somewhere that this problem is something about "Memory access violation error"

One more thing, when i try to run code directly from VB, I am getting error "Couldn't Find Installable ISAM", i don't know, maybe this is causing the above problem, but, any way, even whit this problem, when I compile project it works fine on my PC.

Can somebody help me, please?

This post has been edited by ArpSoft: 1 Jul, 2009 - 10:00 AM

User is offlineProfile CardPM
+Quote Post


PsychoCoder

RE: Problems When Try To Run Program On Another Computer

1 Jul, 2009 - 10:09 AM
Post #2

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



Thanked: 501 times
Dream Kudos: 11450
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
Take a look at this Microsoft KB on the ISAM error. As far as the other error take a look at this and see if that solves your problem smile.gif
User is offlineProfile CardPM
+Quote Post

ArpSoft

RE: Problems When Try To Run Program On Another Computer

1 Jul, 2009 - 10:46 AM
Post #3

New D.I.C Head
*

Joined: 1 Jul, 2009
Posts: 6

QUOTE(PsychoCoder @ 1 Jul, 2009 - 10:09 AM) *

Take a look at this Microsoft KB on the ISAM error. As far as the other error take a look at this and see if that solves your problem smile.gif



I have checked the links that you have provided me. I found out there that sometimes somebody needs to update MDAC to V2.8 SP1

So, i asked my friend to download MDAC Version Checker from Microsoft Downloads, and he did.

He checked his MDAC version and here is the results:

MDAC 2.8 SP1 ON WINDOWS XP SP3

And here is my results of performed check:

MDAC 2.8 SP1 ON WINDOWS XP SP2
MDAC 2.8 SP1 REDISTRIBUTION

so, the difference is in windows SP version, and, he doesn't have "MDAC 2.8 SP1 REDISTRIBUTION" as I do...

Any further assistance is welcomed. And thank you for your previous answer!

User is offlineProfile CardPM
+Quote Post

NoBrain

RE: Problems When Try To Run Program On Another Computer

1 Jul, 2009 - 10:51 AM
Post #4

D.I.C Lover
Group Icon

Joined: 25 Mar, 2009
Posts: 1,152



Thanked: 33 times
Dream Kudos: 125
My Contributions
hehe SP3(service pack) is this a microsfot release ? i think they ware like SP2 max but not sure. May be SP dose have a difference but if MDAC is same version may be not that much

This post has been edited by NoBrain: 1 Jul, 2009 - 10:52 AM
User is offlineProfile CardPM
+Quote Post

ArpSoft

RE: Problems When Try To Run Program On Another Computer

1 Jul, 2009 - 11:03 AM
Post #5

New D.I.C Head
*

Joined: 1 Jul, 2009
Posts: 6

QUOTE(NoBrain @ 1 Jul, 2009 - 10:51 AM) *

hehe SP3(service pack) is this a microsfot release ? i think they ware like SP2 max but not sure. May be SP dose have a difference but if MDAC is same version may be not that much


That is exactly what I am thinking, because MDAC is the same version. I am trying to solve this problem for days and days, and i can't find the solution.

Every time he tries to run the program, the standard microsoft error dialog appears "This program has encouraged error and needs to be closed"

and, standard again "Tell microsoft about this problem"

"Send" "Don't Send"

and in the description there is an above error code...

User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: Problems When Try To Run Program On Another Computer

1 Jul, 2009 - 11:13 AM
Post #6

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



Thanked: 501 times
Dream Kudos: 11450
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
QUOTE(NoBrain @ 1 Jul, 2009 - 09:51 AM) *

hehe SP3(service pack) is this a microsfot release ? i think they ware like SP2 max but not sure. May be SP dose have a difference but if MDAC is same version may be not that much


Actually there is a Service Pack 3 for Windows XP

User is offlineProfile CardPM
+Quote Post

ArpSoft

RE: Problems When Try To Run Program On Another Computer

1 Jul, 2009 - 11:23 AM
Post #7

New D.I.C Head
*

Joined: 1 Jul, 2009
Posts: 6

QUOTE(PsychoCoder @ 1 Jul, 2009 - 11:13 AM) *

QUOTE(NoBrain @ 1 Jul, 2009 - 09:51 AM) *

hehe SP3(service pack) is this a microsfot release ? i think they ware like SP2 max but not sure. May be SP dose have a difference but if MDAC is same version may be not that much


Actually there is a Service Pack 3 for Windows XP



Any other suggestions ? blink.gif
User is offlineProfile CardPM
+Quote Post

ArpSoft

RE: Problems When Try To Run Program On Another Computer

3 Jul, 2009 - 12:16 AM
Post #8

New D.I.C Head
*

Joined: 1 Jul, 2009
Posts: 6

Hello. Here I am again. My friend has captured this image, so, as I can see, the problem might be in invalid msvbvm60.dll maybe?

What the rest of you think?

IPB Image

This post has been edited by ArpSoft: 3 Jul, 2009 - 12:27 AM
User is offlineProfile CardPM
+Quote Post

NoBrain

RE: Problems When Try To Run Program On Another Computer

3 Jul, 2009 - 03:07 AM
Post #9

D.I.C Lover
Group Icon

Joined: 25 Mar, 2009
Posts: 1,152



Thanked: 33 times
Dream Kudos: 125
My Contributions
maybe not sure about it it is memory access violation error not sure if this is the problem try to send him your dll

see this link : http://support.microsoft.com/kb/290887

good luck

This post has been edited by NoBrain: 3 Jul, 2009 - 03:14 AM
User is offlineProfile CardPM
+Quote Post

thava

RE: Problems When Try To Run Program On Another Computer

4 Jul, 2009 - 02:04 AM
Post #10

D.I.C Addict
Group Icon

Joined: 17 Apr, 2007
Posts: 894



Thanked: 51 times
Dream Kudos: 75
My Contributions
i didn't get the code but i think create a setup for your project and sent it to your friend think will it solve the remaining things
User is offlineProfile CardPM
+Quote Post

ArpSoft

RE: Problems When Try To Run Program On Another Computer

4 Jul, 2009 - 01:29 PM
Post #11

New D.I.C Head
*

Joined: 1 Jul, 2009
Posts: 6

QUOTE(thava @ 4 Jul, 2009 - 02:04 AM) *

i didn't get the code but i think create a setup for your project and sent it to your friend think will it solve the remaining things


I have done that, and the same thing happens.

Now, i have included few more testers, and in 60% of the cases, the software runs without any problems on their machines, and in other 40%, the same error occurs.

This post has been edited by ArpSoft: 4 Jul, 2009 - 01:30 PM
User is offlineProfile CardPM
+Quote Post

NoBrain

RE: Problems When Try To Run Program On Another Computer

5 Jul, 2009 - 10:35 PM
Post #12

D.I.C Lover
Group Icon

Joined: 25 Mar, 2009
Posts: 1,152



Thanked: 33 times
Dream Kudos: 125
My Contributions
may be it is the msvbvm60.dll try it and send it to your frend
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/8/09 12:58AM

Live VB Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month