Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug Not a bug, but..
1 replies. Latest Post by Psychlist1972 on December 29, 2007.
(0)
speige
Member
34 points
14 Posts
12-29-2007 1:00 AM |
TestPage.html.js comes up under AVG Anti-Virus as a threat "hidden extension .js" - I guess some virus makers try to exploit that some users have "hide known extensions" so it looks like an html file but it's actually a .js script that does something bad... Obviously that's not the case with this particular file, but since i'm too poor to buy a virus scanner and AVG has no options to ignore a file, I have to disable my virus protection anytime I feel like messing with silverlight development.. Otherwise AVG just denies me access to the file, so my app won't run.
Just a heads up, there's probably not much that can be done about this, it's more of a AVG configuration issue, but it's possible other virus checkers flag similar things.
Psychlis...
Contributor
6045 points
973 Posts
12-29-2007 10:24 PM |
This is definitely a known issue. I have know idea if Microsoft has any plans to do anything about it, though. AVG really should update their scanning / blocking techniques, but I doubt they will.
Also, make sure you rename your files to _html.js so that your end users with AVG don't run into this.
Pete