简体   繁体   中英

Asp.net visual studio just in time debugger error

I write this code to handler client request:

  HttpContext content = HttpContext.Current;
  Handler3 handler = new Handler3();
  handler.ProcessRequest(content);


but when the client send to my server, my server is crash and show me this error message:
An unhandled Microsoft.Net Framework exception occured in w3wp.exe [1268].
How can i solve this problem?

重置Visual Studio,应该完成。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM