Search found 3 matches

by zmac20s
Thu Jun 24 2004
Forum: C/C++/C# Community
Topic: StartDoc always fails
Replies: 4
Views: 10359

I tried making both ASPNET and IUSR_xxxx members of the Administrators group, but the call still fails. My guess is that I have a problem with my interop code... I'll get in touch with support. Thank you.
by zmac20s
Tue Jun 22 2004
Forum: C/C++/C# Community
Topic: StartDoc always fails
Replies: 4
Views: 10359

I have tried running the service under my own user account and the ASPNET account, both with and without Administrator privileges. Nothing seems to work, so I don't think it's a rights issue...
by zmac20s
Mon Jun 21 2004
Forum: C/C++/C# Community
Topic: StartDoc always fails
Replies: 4
Views: 10359

StartDoc always fails

I'm calling the GDI function StartDoc through Interop to kick off print jobs using PDF Converter 2.10e. The function always returns -1, with a Win32 error code of 21 ("device not ready"). Some notes: 1. This happens when the code is part of a Web Forms application, even with ASPNET in the ...