我正在使用 SQL Server CE.sdf
数据库文件,并在app.config
使用此<connectionStrings>
标记中配置此数据库:
<connectionStrings>
<add name="ReviewsDBConnection"
connectionString="data source="E:\GoogleDrive\bin\Debug\Data\ReviewsDB.sdf";password=123"
providerName="System.Data.SqlServerCe.4.0" />
</connectionStrings>
但是每当我将我的项目(整个解决方案)移动到另一台 PC 时,我都会收到一条错误消息,指出ReviewsDB.sdf
文件路径不正确。
当我将解决方案移动到另一台 PC 时,我应该为不需要更改的数据源编写什么?我正在使用 Telerik Open Access 来访问数据库。