Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VS 2012 Exclude Avast JS from executing
Message
 
 
À
25/11/2014 12:13:26
Information générale
Forum:
ASP.NET
Catégorie:
Visual Studio
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:
01611416
Vues:
24
>>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?
>
>It could be that Avast includes a module similar to NoScript, that installs as an add-on to your browser (i.e. browser helper object [BHO]) and intercepts/sanitizes Javascript before allowing it to run.
>
>If that's the case you should be able to disable that component within the Avast control panel.

Thank you. I will check this setting in Avast.
"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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform