Could not load file or assembly or one of its dependencies

前端 未结 30 1752
生来不讨喜
生来不讨喜 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 03:50

    I had this today, and in my case the issue was very odd:

      
        
        
      0.
    

    Note the stray characters at the end of the XML - somehow those had been moved from the version number to the end of this block of XML!

      
        
        
      
    

    Changed to the above and voila! Everything worked again.

提交回复
热议问题