Popular Articles
Last viewed:
- Using Nullable Data Types with C#
- Using Stored Procedures in the Entity Framework with Scalar Return Values
- Performance benchmarks for LINQ vs. SqlDataReader, DataSet - Selects: Part 1
- Visual C++ - Release compile - warning C4653 - Optimizations inconsistent
- Changing the Application Pool Identity with Windows Server 2008 and IIS 7
- Tutorial for Configuring Silverlight 4, Entity Framework and WCF RIA Services in Separate Component Assemblies (DLL’s)
Recent comments
- Aha! Problems with UpdatePanel? Sorted ...
1 day 1 hour ago - Some help required with this
1 day 6 hours ago - Never seen this issue
1 week 1 day ago - Error in query.ToList()
1 week 1 day ago - Thanks
1 week 2 days ago - Thanks
1 week 5 days ago - To get the data working,
2 weeks 1 day ago - If I manually change the
2 weeks 1 day ago - Handling EDM Relationship Metadata
2 weeks 1 day ago - About the itextsharp version
2 weeks 1 day ago


The only way this could happen
The only way this could be happening is if your download is failing early and exiting with a success case. This could be due to network traffic or some other issue. Make sure you did not accidently put a message box into your worker thread. Then make sure there are no early outs in your code that could cause it to finish at 30%.