Help With Error

  • Thread starter Thread starter Marcus de Leon
  • Start date Start date
M

Marcus de Leon

Hi,

I am getting a Debug Error when running my dotnet program using managed c++
and csharp. The error is:

"Invalid allocation size: 429467251"

"Press retyr to debug the application"

The number above slightly varies but is alwasy pretty much the same. It
doesn't give me any more information about what happened and I can't figure
out the source..

Can anybody help me.

Thanks

Marcus de Leon
 
Hi,
I am getting a Debug Error when running my dotnet program using managed c++
and csharp. The error is:

"Invalid allocation size: 429467251"

You propably try to allocate some (too big) array or some object in your
code - clearly looks like some kind of memory error to me.
"Press retyr to debug the application"

Where do you get when you do press retry?

Regards,
Felix Arends
 
Back
Top