07-20-2011, 03:30 PM
(This post was last modified: 07-20-2011, 04:04 PM by prachi.aug23.)
Hi,
For some reason , I am again getting this error with no change in script :
"Onenote2PDF detected error and product is closed."
Error code same as earlier one:-1073741819
Using the format and adding watch, below are the values obtained :
completeDate = year(Date) & "-" & month(Date) & "-" & day(Date)
returnedStatusCode=-1073741819
completeDate= "2011-7-20"
lastPrintedTime= "2011-7-20 12:37:25"
I checked OneNote2PDF.exe.config , values are same like you mentioned. Log file is generated this time ,I will send you in mail.
Regarding,the utility exported almost all the pages in your notebook beginning from 19th May! As per my understanding:
If I give a print now, it goes to the same section of OneNote and appends the data to existing OneNote content .It doesn't create a new OneNote or section everytime So for a print on 20.7.2011 , the complete data ,right from day 1 usage of OneNote (19th May) opens and when the CStr(Now) checks ,it checks for the recently opened OneNote ,which is again the complete data . I may be wrong , but I think if we can give the new print everytime in new section it may print just the required content.
Thanks,
For some reason , I am again getting this error with no change in script :
"Onenote2PDF detected error and product is closed."
Error code same as earlier one:-1073741819
Using the format and adding watch, below are the values obtained :
completeDate = year(Date) & "-" & month(Date) & "-" & day(Date)
returnedStatusCode=-1073741819
completeDate= "2011-7-20"
lastPrintedTime= "2011-7-20 12:37:25"
I checked OneNote2PDF.exe.config , values are same like you mentioned. Log file is generated this time ,I will send you in mail.
Regarding,the utility exported almost all the pages in your notebook beginning from 19th May! As per my understanding:
If I give a print now, it goes to the same section of OneNote and appends the data to existing OneNote content .It doesn't create a new OneNote or section everytime So for a print on 20.7.2011 , the complete data ,right from day 1 usage of OneNote (19th May) opens and when the CStr(Now) checks ,it checks for the recently opened OneNote ,which is again the complete data . I may be wrong , but I think if we can give the new print everytime in new section it may print just the required content.
Thanks,