Could not load file or assembly exception

前端 未结 13 2039
情书的邮戳
情书的邮戳 2020-11-30 09:51

Any thoughts on what might be causing this exception?

I have a webservice proj, when i load the link i get

Could not load file or assembly \'I

13条回答
  •  自闭症患者
    2020-11-30 10:21

    I finally got around this exception by deleting the entry in the applicationhost.config for IIS Express (C:\Users{username}\Documents\IISExpress\config\applicationhost.config).

    I had also stopped the IIS express instance, cleaned and rebuilt in VS. Then change the config file, then restarted VS 2013.

提交回复
热议问题