Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VS 2012 Exclude Avast JS from executing
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Visual Studio
Title:
VS 2012 Exclude Avast JS from executing
Environment versions
Environment:
C# 4.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01611398
Message ID:
01611398
Views:
42
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
Next
Reply
Map
View

Click here to load this message in the networking platform