locked
Printing using DLL File to Multiple Printers from Server Local TCP/IP Printer RRS feed

  • Question

  • User487805261 posted

    Background Information:

    Trying to Migrate the Web Site from Server 2003 to 2012 R2

    Office 32bit is installed

    Local Printers were setup to Mirror the old version (64bit Drivers with 86bit installed)

    Code:

    Set xx = server.createobject("Maintenance.Request")
    z = xx.PrintRequest(dbMaintPath,TheID)
    Set xx = nothing


    If z = 0 then                    *Line 88*

    Error message when trying to print using the form and Access Database; The data is written to the Database

    MaintPrint.dll is Regsvr32

    Microsoft VBScript runtime error '800a000d'

    Type mismatch: '[string: "482 Printer error"]'

    /forms/MaintRequest/submit2.asp, line 88 

    I have tried to create and Server 2012 with .NET 1.1 and still received the same error

    Wednesday, April 24, 2019 4:45 PM

All replies