Change language of error messages in ASP.NET

前端 未结 5 729
孤城傲影
孤城傲影 2020-12-05 04:24

I developing ASP.NET application using a Swedish version of Windows XP and Visual studio Professional. When ever i get an error aka. \"yellow screen of death\" the error mes

5条回答
  •  萌比男神i
    2020-12-05 05:03

    You can find your error translated into English on finderr.net

    or

    The second solution to this problem is to move, delete or rename a file containing translations of exceptions. These translations are in file:

    %windir%\assembly\mscorlib.resources.dll { version: 2.0.0.0 culture: sv token: b77a5c561934e089}

    After the change you have to restart .NET framework. Important information: Do it on your own risk and I do not know what are the side effects to this solution.

提交回复
热议问题