Could not load file or assembly 'someProject' or one of its dependencies. Access is denied

后端 未结 7 1240
野趣味
野趣味 2020-12-06 05:02

I am stuck with one asp.net error. My application work fine on development and test environemnt. But on production it give me following error:

Could n

7条回答
  •  自闭症患者
    2020-12-06 05:17

    Check that the server user has access to the directory where your assemblies are located.

提交回复
热议问题