Open rrvenki opened 5 years ago
In VS2019 Preview (16.4.0 Preview 6) while developing WPF windows application using VB.NET, the below XAML code in my EXE, the EXE is marked as "Virus infected" by "Symantec Endpoint Protection".
XAML Code:
<ComboBox x:Name="videoCapDevices" Grid.Row="0" Grid.Column="1" DisplayMemberPath="Name" ItemsSource="{Binding Source={x:Static WPFMediaKit:MultimediaUtil.VideoInputDevices}}" />
The part of code in MultimediaUtil.VideoInputDevices should be enumerating the video hardwares which is marked as Virus infection. Please advice.
Report to Symantec false positive and send them link to this issue.
Symantec false positive reporting done on 03-Dec-2019 12:40 PM India time.
In VS2019 Preview (16.4.0 Preview 6) while developing WPF windows application using VB.NET, the below XAML code in my EXE, the EXE is marked as "Virus infected" by "Symantec Endpoint Protection".
XAML Code:
The part of code in MultimediaUtil.VideoInputDevices should be enumerating the video hardwares which is marked as Virus infection. Please advice.