Click here to Skip to main content
15,799,398 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when press print button in crystal viwer to print any report i made in my own project
it gives me the error"
Attempted to read or write protected memory. This is often an indication that other memory corrupt"

What I have tried:

i tried to convert properties from any cpu to 32x it works only
i traced the error and it gives me this error message
<pre>Exception thrown at 0x000007FEDE51C7FC (comctl32.dll) in PRODUCTS MANAGEMENT.exe: 0xC0000005: Access violation writing location 0x000000001CDA6A3C.
Posted
Comments
Richard MacCutchan 28-Oct-17 9:05am    
You need to use the debugger to find where the bad address is generated in your code. The chances are that a variable reference has not been initialised correctly.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900