Hi,
I have installed my application in a client system using click once deployment.
I included all the infragistics dlls for deployment.
After installation, when I am trying to launch the applciation it is throwing the below error.
Could you please let me know, how to resolve the issue? Can you please guide me as soon as possible, because i have been working on this for the past one week? Thanks in advance.
Venkat.
Hi Venkat,
That is very odd. At the very worst, the controls should be falling back to some default behavior or simply losing certain functionality, rather than throwing a security exception. So this sounds like a bug.
Does the same thing happen on your development PC if you change the permissions in your project?
Hi Mike,
Thanks for the reply. Actually I am not using the StyleManager at all. But it is throwing the exception.
Actually the problem is due to the click once deployment security setting. I changed it and it's working now. But I could not understand why it is throwing this error.
Thanks again.
venkat.
It looks like the exception is occurring in the constructor of the ExplorerBar component and it has something to do with Application Styling. Is your application using the StyleManager.Load method at all?