c# - TextRange.Save 'rich text format' not supported -


i have private assembly added ssrs 2005 report. can run assembly in test platform when try run report breaks. opening run-time debugger break on line:

textrange.save(rtfmemorystream, dataformats.rtf); 

with exception

'rich text format' data format not supported 

the assembly built framework 3.5


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -