Aller au contenu principal

Recherche

Recherche

Excel VBA issuing Server execution failed

Commentaires

1 commentaire

  • Avatar
    Jim Balisciano

    Update...

    Excel does not appear to be part of the issue. I wrote a quick .NET 4.8 console app, and I'm seeing the same issue attempting to create a new app instance.

                    BarTender.Application app;

                    app = new BarTender.Application(); // Throws COM exception. Same error as in Excel.

    0

Vous devez vous connecter pour laisser un commentaire.