在 DataGridTemplateColumn 中使用 AutoCompleteBox 时,该程序集不允许部分受信任的调用者
我开发了使用数据网格的 XBAP 部分信任。 此 DataGrid 有一个 TemplateColumn,它使用 AutoComplateBox 作为编辑元素。 当单击该列的单元格之一时抛出异常
System.Security.SecurityException: That assembly does not allow partially trusted callers.
有什么想法吗? 坦克斯
I Develope a XBAP Partial trust that use datagrid.
This DataGrid has a TemplateColumn that use AutoComplateBox as Editing Element.
When Click on One of that Column's cell throw the exception
System.Security.SecurityException: That assembly does not allow partially trusted callers.
any idea?
tanx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题在Visual Studio 2010中解决了,可以使用,没有任何异常
This problem solved in Visual Studio 2010 and can use it without any exception