ThreadPool.QueueUserWorkItem NullReferenceException

时间:2012-04-09 00:32:41

标签: c# asp.net threadpool nullreferenceexception httpcontext

为什么我收到此错误。我的变量从请求中获取名称,我也尝试了“data.qext”,但是visual studio给了我错误。

我的WebsiteRoot / uploads / files / test.pdf中有“test.pdf”文件,但仍有错误。也许我错过了什么?

检查图像以获取详细说明:http://prntscr.com/7wnid

1 个答案:

答案 0 :(得分:2)

您可以尝试使用此方法代替HttpContext.Current.Server.MapPath

System.Web.Hosting.HostingEnvironment.MapPath()

这样做,不需要HttpContext