我的代碼是的InnerException =無法因爲代碼優化或本機框上調用堆棧的頂部,以評估表達
請給我的解決方案...謝謝
bool b = false;
string str=Server.MapPath("~/Files/"+filepath);
// Send the file to the browser
Response.AddHeader("Content-type", filetype);
Response.AddHeader("Content-Disposition", "attachment; filename=" + filename);
Response.TransmitFile(Server.MapPath("~/Files/" + filepath));
Response.Flush();
// HttpContext.Current.ApplicationInstance.CompleteRequest();
Response.End();
b = true;
什麼是外部例外?如果我們不知道實際問題是什麼,我們無法回答。內部例外是無關緊要的。 – Jensen
你是否在你的代碼中重定向? –
外部異常是--- 線程正在中止。 –