LightSwtich应用程序可以在“发布"模式下工作,但不能在“调试"模式下工作

LightSwtich应用程序可以在“发布

问题描述:

我正在创建LS应用程序,并且还在使用TFS(Team Foundation Server),因为许多开发人员正在同一个应用程序上工作.我在计算机上遇到了一个问题,当我尝试在调试模式下使用该应用程序时,它显示了一个错误,但在其他情况下 用户计算机,它工作正常.我也在使用获取最新版本的功能.

I am create LS application and also using TFS (Team Foundation Server) because many developers are working on the same application. I have faced a problem on my machine that when i try to use the application in debug mode that it shows an error but on other user machine it is working fine. I am using the get latest version functionality also.

查询'Tablename_All'的加载操作失败.远程服务器返回错误:NotFound

Load operation failed for query 'Tablename_All'. The remote server returned an error: NotFound

但是同一应用程序正在发布模式下工作.任何机构都可以帮助解决该问题.

But same application is working in Release mode. Can any body please help to resolve it.

 

听起来像是它试图从您的外部数据源中找到Tablename_All,但找不到它.
您可以尝试清理,重建或删除项目并从TFS中重新获取所有文件吗?

It sounds like its trying to find Tablename_All from your external datasource and is unable to find it.
Can you try and clean and rebuild or delete your project and re-get all the files from your TFS?

谢谢

Pierson