Kunle Odutola wrote:

> Message:     Debug Assertion Failed!
> File:        dbgheap.c
> Line:        346
> Expression:  _CrtCheckMemory()

> Does anyone here know what this might mean?

It means that the heap has become corrupt.  _CrtCheckMemory is called
at a specific interval to validate heap integrity.  I would say there
is a bug in the profiler.

--
Steve Johnson

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to