“mscorlib.pdb not loaded” yet the mscorlib.dll is NOT missing

后端 未结 9 1222
感情败类
感情败类 2020-12-13 11:50

I am running my application in VS2012 and I am getting a runtime error; \"enter

When I

9条回答
  •  不思量自难忘°
    2020-12-13 12:36

    I had this issue when I was using a static variable, whose value is assigned off a static method.

    So, whenever I ran the application, this line of code threw exception. If you place a debug point on this (like I did), you will notice the exception being thrown.

提交回复
热议问题