On WinForm I have added WPF control (Infragistic's XamSyntaxEditor)
http://stackoverflow.com/questions/4350862/wpf-events-in-winforms
But I am not sure how to write or hook custom event with WPF control events .
Hi Stefan ,
In my project where exception occus ,there are lots of events getting called in baground.
I was trying to create simple application with similar flow in which exception occurs ,but I can not reproduce issue in stand alone application .
Hello Aparna,
I am just checking were you able to create a sample, where the issue is reproducible, so we can investigate this further for you?
Looking forward for your reply.
This crash mentined above occures when due to some event calling same text get initialized to document twice .( I am using InitializeText API of TextDocument)
Currently I have fixed issue ,just by checking if same text then I am avoding to reinitializ text .
That has fixed issue for me .
But still I would like to resolve this issue without any work around .
I have bit busy schedule for today ,I will try to put sample by Monday .
I am just wondering were you able to put a sample together, where the issue you described is reproduced?
Hi Aparna -
Can you provide a simple repro sample for this issue to help us debug this?
Joe