aborted

Thread being aborded error (ASP.NET C#)

Hi, We have an application that can create e-books. This application has an export module that creates an AIR file but this can take a while (some books have 2500 pages). If we export we get the following error: Thread was being aborted. Description: An unhandled exception occurred during the execution of the current web request. Plea...

Getting System.ServiceModel.CommunicationObjectAbortedException from a single client.

We have a customer in the field that installed our client app on a new machine. When they try and login; which calls a WCF web service; they get the following error: System.ServiceModel.CommunicationObjectAbortedException "The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it...

Thread aborted exception in ajax...while downloading excel file from server.

I have a Carousel ..in which I have different images...and on clicking one image...it will call a webmethod through AJAX....and will down load excel sheet with "save/open/saveas" options...that is using following code. Response.ClearHeaders(); Response.Clear(); Response.AddHeader("Content-Disposition", "attachment; filename=r.xls"); Res...

How to prevent status aborted to be happening

Hello dear programmers . i am developing an online mmorpg game . so speed is very important . i have a complex map system which is coded by me . at this map system for walking i am using ajax . using iis 7.5 and netframework 3.5 . at this page you can use w,a,s,d or keyboard arrow keys for walking http:// www.pokemoncraft.com/gamepag...