Two output file names resolved to the same output

后端 未结 21 774
攒了一身酷
攒了一身酷 2020-12-13 23:50

Recently I created new Form called WorkersScreen. When I try to run the project I got this error:

Error 1 Two output file nam

相关标签:
21条回答
  • 2020-12-14 00:20

    In my case I had to to open the .csproj in Note++ and looked for .resx files in EmbeddedResource tags I found some strange .resx with strange language suffix example.aa.resx other files were normal files either with no language suffix or with *.ar suffix, I deleted the creepy embedded resource tag and that fixed the issue for me.

    0 讨论(0)
  • 2020-12-14 00:25

    Make sure you don't have two .resx files. See in your project under YourServiceName.cs. Works for me.

    0 讨论(0)
  • 2020-12-14 00:25

    I had the same issue, what I did was delete my migration files (via the studio), after I updated the database.

    0 讨论(0)
提交回复
热议问题