问题描述
我下载并安装了LightSwitch Filter控件.我下载了使用它的CallLog演示应用程序,但无法编译.这是项目的属性
I downloaded and installed the LightSwitch Filter control. I downloaded the CallLog demo app that uses it and it does not compile. Here are the project Properties
如您所见,它已由应用程序安装和使用.
As you see it is installed and used by the application.
但是我在编译过程中收到以下错误:
Yet I receive the following error during compilation:
局部无效FilterCalls_PreprocessQuery(字符串FilterTerm,请参阅IQueryable< PhoneCall>查询)
{
query = LightSwitchFilter .Server.FilterExtensions.Filter(query,FilterTerm,this.Application);
}
partial void FilterCalls_PreprocessQuery( string FilterTerm, ref IQueryable<PhoneCall> query )
{
query = LightSwitchFilter.Server.FilterExtensions.Filter(query, FilterTerm, this.Application);
}
错误 3 名称" LightSwitchFilter "在当前上下文中不存在. C:\ Documents and Settings \ CallLog_WithFiltering \ CallLog \ Server \ UserCode \ ApplicationDataService.cs 15 21 服务器
Error 3 The name 'LightSwitchFilter' does not exist in the current context C:\Documents and Settings\CallLog_WithFiltering\CallLog\Server\UserCode\ApplicationDataService.cs 15 21 Server
我想念什么吗?
谢谢
瓦西里斯
推荐答案
您的图片没有通过,所以我看不到您是否真的启用了扩展名.您安装了它,但随后必须启用它.
Your image did not come through so I cannot see if you actually have the extension enabled. You install it, but then you have to enable it.
这篇关于LightSwitch筛选器控件CallLog演示应用程序无法编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!