there was an error running the selected code generator: 'The value -1 is outside the acceptable range of [0,2147483647]. Parameter name :value'
Asked
Active
Viewed 361 times
2 Answers
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

Mohamed Ziham
- 50
- 8