Namespace change - Multiple types were found that match the controller named 'Home'

后端 未结 1 1008
悲哀的现实
悲哀的现实 2020-12-29 02:42

I ran into the following problem after changing the namespace for my mvc project:

Multiple types were found that match the controller named \'Home\'. Thi

相关标签:
1条回答
  • 2020-12-29 03:10

    After doing some research, I found that the cause was the old mvc app dll remaining in the bin folder (bin\oldns.dll). Clean was not clearing it out. I manually deleted the contents of the bin directory and then all was well.

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