While adding an attachment(pdf) the job status is PROCESSING. The status remains same even after a long time. To read the file content method used is bytes[] filecontent=File.ReadAllBytes("filename"). To convert it back to string fromat method used is filecontents.ToString(). Is the conversion correct?
Please help me!!
Thanks
Preeti