'SqlDbType' is not a member of 'Data'.

  • Thread starter Thread starter AnkitKumar2016
  • Start date Start date
A

AnkitKumar2016

Guest
I have vs 2012 project which i am using more than 7 years

cmd4.Parameters.Add("@UserName", Data.SqlDbType.Char, 10).Value = luid


But now i am getting below error. see the error page

1569794.png







second image

1569795.png

May be its happen with framework 4.5 when i upload new folder in server but i want to keep run all this old things on the iis server.

What i need to do on server so that all things work properly?

so what is the solution?


thanks

Continue reading...
 
Back
Top