Could not load file or assembly or one of its dependencies

前端 未结 30 1794
生来不讨喜
生来不讨喜 2020-11-22 03:18

I\'m having another of these \"Could not load file or assembly or one of its dependencies\" problems.

Additional information: Could not load file or

30条回答
  •  天涯浪人
    2020-11-22 04:06

    I also got this terrible error and found a solution for this...

    1. Right Click on the Solution name
    2. Click Clean Solution
    3. Restart Visual Studio
    4. Goto project Properties >> Build
    5. Change Configuration to Release
    6. Start Debugging (F5)

    1) , 2)

    4) , 5)

    Hope this will help you also.

提交回复
热议问题