Community Forums Archive

Go Back

Subject:Exception target of an invocation
Posted by: GPD
Date:9/11/2008 10:57:32 AM

solved

Message last edited on9/11/2008 12:10:10 PM byGPD.
Subject:RE: Exception target of an invocation
Reply by: _TJ
Date:9/11/2008 11:18:15 AM

System.ArgumentOutOfRangeException is pretty unlikely to be the result of a memory leak.

More likely the ccStart value for InsertSilence is negative, or beyond the end of the file that you are trying to insert into. or the ccLength value is negative.

tj

Subject:RE: Exception target of an invocation
Reply by: GPD
Date:9/11/2008 12:11:16 PM

InsertSilence ccLength had "0" as a value. Appearantly it must be >0.

Message last edited on9/11/2008 12:12:19 PM byGPD.

Go Back