bdstark
I am getting the following exception while running an application:
<Exception>
<Data />
<Message>Attempted to read or write protected memory. This is often an indication that other memory is corrupt.</Message>
<Source>Interop.sfFTPLib</Source>
<StackTrace>
at sfFTPLib.FTPConnectionSTAClass.get_LastReply()
at Dub.DeleteClip() in Dub.cs:line 600
at Dub.Run(Object o) in Dub.cs:line 322
</StackTrace>
<TargetSite>System.String get_LastReply()</TargetSite>
</Exception>
The application runs perfectly on my machine, which is where I wrote it, but not on any other machine. I always get that error.
Thanks.
<Exception>
<Data />
<Message>Attempted to read or write protected memory. This is often an indication that other memory is corrupt.</Message>
<Source>Interop.sfFTPLib</Source>
<StackTrace>
at sfFTPLib.FTPConnectionSTAClass.get_LastReply()
at Dub.DeleteClip() in Dub.cs:line 600
at Dub.Run(Object o) in Dub.cs:line 322
</StackTrace>
<TargetSite>System.String get_LastReply()</TargetSite>
</Exception>
The application runs perfectly on my machine, which is where I wrote it, but not on any other machine. I always get that error.
Thanks.