“There was an error running the selected code generator: 'The value -1 outside the acceptable range of [0,2147483647]. Parameter name :value''”
问题 I am working on an ASP.NET MVC project and so far I had no problems with scaffolding any type of items until now. Every time I want to create a new controller or view, I get the following error message: There was an error running the selected code generator: 'The value -1 is outside the acceptable range of [0,2147483647]. Parameter name :value' This issue only arises in the project that I'm currently working on as I tried creating a new controller in another project and it worked flawlessly.