Crash while writing data to MS word in C#
Hi,
I have an standlone C# application where I am writing some data on to word document ( using COM concept ) to get APIs for writing and handling MS word application and document.
Can I know some sample example to write data properly because with what I am writing it is crashing after some time ( 5-10 mins) saying " Writing format is too complex , try to save your data... "
so I want an opitimize way to write data to the ms word document in C#, can some one help me.
Also we dont have MSDN help for these APIs'' we have to use the intellisense listing in the .net studio and use it by trial and error..
thanks
Re: Crash while writing data to MS word in C#
Ever try to SEARCH for something instead of saying it DOESN'T WORK?
http://support.microsoft.com/kb/316384
Re: Crash while writing data to MS word in C#
thanks .. i thought of asking in codeguru forum is also part of searching :)
Re: Crash while writing data to MS word in C#
d ....
nice, VERY nice. While I may not have a need for writing to Word at the moment, knowing HOW to interface with other apps on a scale of this magnitude is definitely worth knowing. Presumably this is true of other MS apps as well ... for instance, Excel.
I've filed this away in my reference index. Thanks.
vcdebugger: thanks for raising the issue. I learned something very worthwhile.
bill