Hello guys and girls! Iīm facing the following problem: Iīm making an asp.net application with a search function when I click the search button the application makes its job and after the end of the buttonīs click method I get:
Unhandled exception at 0x90909090 in WebDev.WebServer40.exe: 0xC0000005: Access violation.
Normally, this sort of error means that something has attempted to read to or write from memory that it is not allowed to access. I'm afraid that without seeing the code that is causing the problem, I really can't get any more specific than that.
I'm sorry, but I'm just not seeing anything in the code that you've shared that should cause an access problem. Perhaps it is in how the ResultadoBusca objects are populated or defined, or it could be in something else entirely. Without enough sample code to replicate the problem (so I can debug it myself) there is just no way to tell where or how the problem is coming into play.
Bookmarks