That assembly does not allow partially trusted callers When Using AutoCompleteBox in DataGridTemplateColumn

StackOverflow https://stackoverflow.com/questions/2704306

  •  01-10-2019
  •  | 
  •  

Question

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

Was it helpful?

Solution

This problem solved in Visual Studio 2010 and can use it without any exception

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top