我准备通过应用程序提交到市场,我想运行'Marketplace Test Kit'。我已经阅读了一些文章,因为它在那里我将活动配置更改为Release | Any CPU。
当我想重建时,我遇到了与我在我的应用程序中使用的SQLClient连接的引用的几个问题。通常一切都运作良好。就在我从调试切换到发布时,它们出现了:
The type or namespace name 'SQLiteClient' could not be found (are you missing a using directive or an assembly reference?)
当我表示我已将它们定义为:
时,我放置了using SQLiteClient;
引用被添加为Community.Csharp.Sqlite.WP