Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VS 2012 Exclude Avast JS from executing
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Visual Studio
Titre:
VS 2012 Exclude Avast JS from executing
Versions des environnements
Environment:
C# 4.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01611398
Message ID:
01611398
Vues:
41
Hi,

When I execute/run my VS 2012 ASP.NET web forms project (from the Visual Studio) I get the following error:
 var _alreadyRunned = false;
    setTimeout(function _watcherReady() {
        if (window.document.readyState === "complete" && !_alreadyRunned) {
            avastBHO.SERPWatcherOnReadyState();
            _alreadyRunned = true;
        } else {
            timer = setTimeout(_watcherReady, 1000);
        }
    }, 1000);
The error is right on the line "avastBHO.SERP...." From the error it looks like the java script above using name "avast" which is the same as the AV software I use. So I am guessing that Avast JS is executing in my IE 11 and causes the problem. How do I make VS 2012 NOT to execute Avast JS?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform