microsoft / Reporting-Services

Git repo for SQL Server Reporting Services and Power BI paginated report samples, and community projects
MIT License
429 stars 364 forks source link

Rs.exe is causing Windows Defender to report a threat and throws an exception. #235

Open mikelyncheski opened 3 years ago

mikelyncheski commented 3 years ago

It appears that rs.exe generates a temporary executable in the local temp folder, Windows Defender is blocking it and sometimes reporting it as a virus (Trojan:Win32/Wacatac.B!ml). This just started happening on several of our development machines (located on different networks). I am wondering if something changed in Windows Defender recently that is causing it to detect this (hopefully) false virus signature. The file disappears right after rs.exe executes. Also, a full scan of the machine runs clean.

rs -i PublishReports.rss -s http://localhost/ReportServer Could not load file or assembly 'file:///C:\Users\mll\AppData\Local\Temp\myq1d4yg.exe' or one of its dependencies. Operation did not complete successfully because the file contains a virus or potentially unwanted software. (Exception from HRESULT: 0x800700E1)

HannuMoller commented 2 months ago

Is there any progress in fixing this?

This is currently preventing updates in our customer's environment :/