Why am I getting this error: The ConnectionString property has not been initialized

前端 未结 3 508
醉话见心
醉话见心 2021-01-01 04:27

I have searched and tried everything but can\'t figure this one out. I am trying to do something simple but it seems as though I am doing something wrong. Basically, any u

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-01 05:01

    This error occurs when ConnectionString is null. Handle null value to fix this issue.

提交回复
热议问题