Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12030

google :

1.http://www.soidc.net/discuss/3/040101/00/539846_1.html

往窗体里面拖一个   ScriptManager 在拖一个   UpdatePanel 往Panel     放一个button 然后运行页面   点击button   后   就     出现如下提示   Sys.WebForms.PageRequestManagerServerErrorException:An   unknown   error   occurred   while proecssing   the   request   on   the   server.the   status   code   returned   form   the   server   was   :12030 请各位大虾赐教

项目中有中文文件

2.http://patlover.blog.163.com/blog/static/31155344200831091239767/

错误完整消息为:

     Sys.WebForms.PageRequestManagerServerErrorException:An unknown error occurred while processing the request on the server.The Status code returned from the server was:12030   (12031)

这2个错误的原因是:

          12030:项目名不可为中文;

           12031:文件名不可为中文;

修改下就OK了;           

 注意要修改.sln 里面的文件夹名称。 可以用记事本打开.

按照第二中方法果然实现上传的效果。

相关文章:

  • 2022-12-23
  • 2021-10-23
  • 2021-04-12
  • 2021-09-01
  • 2021-09-07
  • 2021-11-02
  • 2021-06-06
  • 2022-12-23
猜你喜欢
  • 2021-11-14
  • 2022-01-02
  • 2021-09-30
  • 2022-12-23
  • 2021-10-27
  • 2021-07-11
相关资源
相似解决方案