I developed the .NET 2.0 extension, which acts as a plug-in for a third-party application. Everything works fine when it works on something other than Citrix. When Citrix starts as a published application, the extension crashes, which also causes a third-party application to crash.
I opened the dump file and found an exception message that reports:
The thread tried to read or write to a virtual address for which it does not have appropriate access.
I'm out of luck with Google. The app does use threads, which I suspect when this happens, but where exactly is the secret. If I run the extension locally on the citrix server (i.e. Not as a published application), then it works fine.
I do not expect an answer here (it would be great if someone did!) Due to the general nature of the problem, but if someone can point me to the side helping to nail down the problem or describe the error message, I would be very grateful.
Thank,
Rob
source
share