windows 2008 server 64bit
print2flash version 3.2,64bit,
test project:sample >automation > asp.net,
upload a excel file,click 'Convert' button, appear a error message: 'File could not be converted. The parameter is incorrect'.
help me solve the error,thanks!
win 64bit 2008 server,error
Re: win 64bit 2008 server,error
Try to turn off special processing method for Excel documents like this:
Here p2fServer is a reference to the Server object.
Code: Select all
p2fServer.DefaultBatchProcessingOptions.UseAutomation = 14;
Re: win 64bit 2008 server,error
i have tried,but got a new error 'Before printing timeout expired '.
Re: win 64bit 2008 server,error
Please see this forum topic for information on this issue: http://print2flash.com/forum/viewtopic.php?f=19&t=5&p=5