Help with my application please! Can’t open image(s) with error: External component has thrown an ex

Posted by Brandon on Stack Overflow See other posts from Stack Overflow or by Brandon
Published on 2010-03-18T16:54:17Z Indexed on 2010/03/18 17:01 UTC
Read the original article Hit count: 102

Filed under:
|
|

I have an application written in C# I believe and it adds images to a SQL Server 2005 Database. It requires .NET 3.5 to be installed on my computer. I installed .NET 3.5 and setup a database. It runs fine but then once it gets to image 100 when running on one computer, It stops and gives me this error: Can't open image(s) with error: External component has thrown an exception....

When I run the program on my own computer I am able to reach 300 images but then it stops after 300 images and gives me Can't open image(s) with error: External component has thrown an exception.... error once again.

please help!

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET