Visual Studio 2010 RC 中的 AjaxMin4 错误?
当我编译我的解决方案时,我遇到了 2 个错误,这是 AjaxMin 1.1 版本中没有出现的错误。
“AjaxMin”任务不支持“SourceFiles”参数。验证该参数存在于任务中,并且它是可设置的公共实例属性。
无法使用其输入参数初始化“AjaxMin”任务。
如果我重新安装 AjaxMin4,然后重新加载 VS,它会再次工作,直到我重新启动 PC。
这是一个已知问题并且有解决办法吗?
When I compile my solution I get 2 errors which I did not get with version of 1.1 of AjaxMin.
The "SourceFiles" parameter is not supported by the "AjaxMin" task. Verify the parameter exists on the task, and it is a settable public instance property.
The "AjaxMin" task could not be initialized with its input parameters.
If I re-install AjaxMin4 then reload VS it works again until I reboot the PC.
Is this a known issue and is there a fix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用 JsSourceFiles 键名称而不是 SourceFiles。
一般来说,尝试这样的事情:
Just use JsSourceFiles key name instead of SourceFiles.
In general try something like this: