Generation of designer file failed: Could not load file or assembly

后端 未结 9 1907
别跟我提以往
别跟我提以往 2021-02-09 15:56

I have an ASP.NET web application project which references another project called ModusCore (or Modus.Core). We\'ve had a variety of controls that use ModusCore up until now wi

9条回答
  •  执念已碎
    2021-02-09 16:18

    Another solution I have found to be effective in Visual Studio 2015 is to close VS and then clear out the following directories:

    • %UserProfile%\AppData\Local\Temp\Temporary ASP.NET Files\
    • %UserProfile%\AppData\Local\Microsoft\VisualStudio\14.0\ProjectAssemblies\

    Open your solution again and select Build->Clean Solution.

    Now go to your ASPX page, and then select Project->Convert To Web Application

提交回复
热议问题