I am trying to run my program in Visual Studio 2015. I created a .mdf
database and a table in it. When I try to run it, I get this the following error:
cannot insert explicit value for identity column in table tblinfo when IDENTITY_INSERT is set to OFF".
Hope someone can help me. Thanks.