Role RoleClaim UserClaim UserLogin UserRole UserToken User --- Exception calling "ExecuteScalar" with "0" argument(s): "Invalid object name 'AspNetUsers'." At D:\Media\uz2.ps1:11 char:1 + $cnt=$cmd.ExecuteScalar() + ~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : SqlException Total: Exception calling "ExecuteReader" with "0" argument(s): "Invalid object name 'AspNetUsers'." At D:\Media\uz2.ps1:14 char:1 + $rd=$cmd.ExecuteReader() + ~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : SqlException Exception calling "Read" with "0" argument(s): "Invalid attempt to call Read when reader is closed." At D:\Media\uz2.ps1:15 char:7 + while($rd.Read()){$row="";for($i=0;$i -lt $rd.FieldCount;$i++){if($i ... + ~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : InvalidOperationException