I dont create an installer. I dont deploying via installer. No xcopy in my code.
Thank you for the fast answer
Main Topics
Browse All TopicsHello!
I'm programming an application that uses a library/DLL. The error occures at the function of the DLL-File.
When I compile the Project in VB.NET at my computer it still works... When I test the software on an other computer there occures this errormessage: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
But when I compile the project at the other Computer it will work there. Then, when I test this Application on my computer, the error occures again. "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
What means that? I dont know why this error occures... The library is registered on both computers. It should work fine.
What can I do, that my application works on both computers?
I dont want or can compile this project on any computer. I want to compile the project an 1 computer and transfer the file to other computers... How can I do this?
Sorry for my bad english. :-)
Thank You!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: BillyDvDPosted on 2008-03-03 at 07:13:22ID: 21032194
Are you 'deploying' xcopy or via an installer?
If you create an installer maybe there is a dependincie issue you are missing..
Just a guess...
BillyDvd