i wrote this cod:
docView1.Select ion.Select(text Range.Start, textRange.End);
and this work correctly on my machine
but in other machines this will throw exception:
Method not found: system.windows. controls.flowdo cumentreader.ge t_selection()
what can i do?
is this for version of .netframework?
docView1.Select ion.Select(text Range.Start, textRange.End);
and this work correctly on my machine
but in other machines this will throw exception:
Method not found: system.windows. controls.flowdo cumentreader.ge t_selection()
what can i do?
is this for version of .netframework?
Comment