DTS application

From: Patty O'Dors (PattyODors_at_discussions.microsoft.com)
Date: 08/11/04


Date: Wed, 11 Aug 2004 08:09:06 -0700

Hi
I've got C# application that makes quite extensive use of the DTS object
library via COM interop, and whilst it's OK with small tables, on large
tables it crashes when it gets to about 120,000 rows.
The app has got exception handling in it, but an exception doesn't even get
raised - it just goes for "memory could not be read" - no exception gets
thrown that I can handle.
The application uses a separate thread and used BeginInvoke to post progress
messages back to the form, but I'm convinced it's not this that's causing it
as I've done it properly and it works ok for small tables (up to 40,000 rows)
What could be causing it?



Relevant Pages

  • DTS application
    ... I've got C# application that makes quite extensive use of the DTS object ... library via COM interop, and whilst it's OK with small tables, on large ... The app has got exception handling in it, but an exception doesn't even get ... What could be causing it? ...
    (microsoft.public.dotnet.languages.csharp)
  • DTS application
    ... I've got C# application that makes quite extensive use of the DTS object ... library via COM interop, and whilst it's OK with small tables, on large ... The app has got exception handling in it, but an exception doesn't even get ... What could be causing it? ...
    (microsoft.public.sqlserver.programming)
  • Re: how can I run .net logon script application
    ... Nicole, just so you know, he's trying to do some AD stuff. ... rules are the same in COM interop case. ... >> I give you all the details from the dialogbox exception. ... > You included the following not quite exact blurb in your prior message: ...
    (microsoft.public.dotnet.security)
  • Re: AccessViolationException: Attempted to read or write protected memory
    ... Sometimes the exception popup points to the interop function, ... How should I debug this interop stuff? ... Attempted to read or write protected memory. ... // updates the usb_busses pointer to point to a linked list of busses ...
    (microsoft.public.dotnet.framework.interop)
  • RE: Web Service / Authenticating Proxy .NET and COM interop
    ... When the WebService fails with authenticating proxy it throws exception as ... I call this same exact code via COM interop, (nothing to do with how I return ... errors to COM client) a WebException is still thrown. ... I have to look at the message included with the exception. ...
    (microsoft.public.dotnet.framework)

Loading