Cannot find namespace 'System.Data.SqlServerCe'

后端 未结 5 2109
广开言路
广开言路 2020-12-01 15:46

I did include the System.Data.SqlServerCe dll, put using System.Data.SqlServerCe; in my code, but when I open the .NET page I get:

5条回答
  •  失恋的感觉
    2020-12-01 16:28

    Check your web.config file for any reference to that, and correct it. It could be an alias you defined wrong.

    This answer might solve your issue.

提交回复
热议问题