Hello!
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!
Start Free Trial