Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Attempted to read or write protected memory. This is often an indication that other memory is corrupt. (http://www.velocityreviews.com/forums/t292063-attempted-to-read-or-write-protected-memory-this-is-often-an-indication-that-other-memory-is-corrupt.html)

Dhruba Bandopadhyay 05-12-2006 01:24 PM

Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
 

I have a problem.

I have a C++ service and added a new API to it. I re-registered the service
and re-added the reference in my ASP.NET Visual Web Developer. However when
I call the new API I get:


Attempted to read or write protected memory. This is often an indication
that other memory is corrupt.



I debugged the C++ service and found that my new function doesn't even get
called.

Does anyone know about registering a COM / service, and then updating your
dlls/exe (of the service)?




All times are GMT. The time now is 03:43 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57