0

there was an error running the selected code generator: 'The value -1 is outside the acceptable range of [0,2147483647]. Parameter name :value'

2 Answers2

0

Try hitting the solutions posted here or here, those worked for some people.

Jueverhard
  • 111
  • 11
0

This issue happens when,

you have the web.config file for your project is open in Visual Studio. as the solution,

You need to make sure that the web.config file is closed.

Now you should be able to create Views without any errors :D Cheers