Message: attempted to read or write protected memory

Asked By 10 points N/A Posted on -
qa-featured

I am receiving the following error message. I am using the fresh version 16 SP2. In my 15 version I did not get any problem. Will anybody help me about this matter? Thanks

exception information

Exception information:

Message: attempted to read or write protected memory. This is often an indication that other memory is corrupt.

Source: system.windows.forms

Stack Trace: at system.windows.forms.unsafenativeMethods.callwindowproc(Intptr wndproc(message& m)

SHARE
Answered By 90 points N/A #176067

Message: attempted to read or write protected memory

qa-featured

 

Hi there Timothy H Davis

Every problem has a solution, for yours too. The reason why this problem comes because of the security feature of NET. Framework.

1st you need to give permission to your application to access the source

2nd Make that source as a trusted one

3rd install the latest Net. Framework

4th give permission according to your application requires and implement it

Best of luck

Taylor B Campos 

Related Questions