Visualizzazione dei risultati da 1 a 5 su 5

Discussione: errore MSXML

  1. #1
    Utente di HTML.it L'avatar di agenti
    Registrato dal
    Feb 2002
    Messaggi
    2,427

    errore MSXML

    mi sono accorto da uno script ASP
    che il mio parser 6.0 MSXML sembra andato a farsi friggere

    eppure è installato... correttamente

    e l'errore che ottengo dallo script è:

    Oggetto Server, ASP 0177 (0x800401F3)
    Stringa dell'interfaccia non valida.

    L'errore è qui...:

    Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP")

    Poi ho provato a registrare le DLL MSXML

    fino alla 2 nessun problema...
    dalla 3 alla 6 la registrazione non riesce...

    non voglio formattare per uan banalità simile...
    potete aiutarmi.. ?
    grazie.

    codice:
    Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") 
    Set objXmlDOM = Server.CreateObject("Microsoft.XMLDOM")
    
    objXMLHTTP.Open "POST", "miosito", False
    objXMLHTTP.Send (null)
    If objXMLHTTP.status = 200 then
    
    ' controllo che non ci siano errori:
    objXmlDOM.loadXML(objXMLHTTP.ResponseText)
    else
    'errore
    end if

  2. #2
    Vuol dire che quel server non ha quell'oggetto disponibile.

  3. #3
    Utente di HTML.it L'avatar di agenti
    Registrato dal
    Feb 2002
    Messaggi
    2,427
    vuol dire che non ci sono le DLL ?
    Devo reinstallare il Parser ?

    Ho già fatto questa operazione ma non cambia nulla..

    disperato sono...


  4. #4
    Prova questo:
    Msxml2.XMLHTTP

  5. #5
    Utente di HTML.it L'avatar di agenti
    Registrato dal
    Feb 2002
    Messaggi
    2,427
    Set objXMLHTTP = Server.CreateObject("Msxml2.XMLHTTP")


    stesso errore....


Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.