Skip to content
View in the app

A better way to browse. Learn more.

Kaspersky Support Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Kaspersky Thinks That The C# Code That I Wrote Is A Trojan, How Do I Fix It?

The code: 

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace WFAAritmetikOperatorler
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            /*
             * + Toplama
             * - Çıkarma
             * * Çarpma
             * / Bölme
             * % Mod Alma
             * 
             * = : Sağdakini soldakine aktarır.
             * = : Eşitlenebilir durumları birbirine eşitler.
             * 
             * <sonuc> = <değer1> + <değer2>
             */

            int sayi1 = 5;
            int sayi2 = 2;
            int tSonuc = sayi1 + sayi2;
            int cSonuc = sayi1 - sayi2;
            int crSonuc = sayi1 * sayi2;
            int bSonuc = sayi1 / sayi2;

            MessageBox.Show(tSonuc.ToString());
            MessageBox.Show(cSonuc.ToString());
            MessageBox.Show(crSonuc.ToString());
            MessageBox.Show(bSonuc.ToString());

        }
    }
}
 

The Error Message From The Visual Studio:

Severity    Code    Description    Project    File    Line    Suppression State
Error        Unable to copy file "obj\Debug\WFAAritmetikOperatorler.exe" to "bin\Debug\WFAAritmetikOperatorler.exe". Access to the path 'obj\Debug\WFAAritmetikOperatorler.exe' is denied.    WFAAritmetikOperatorler    

 

The Report From The Kaspersky Antivirus:

Olay: Nesne silindi
Kullanıcı: DESKTOP-EVCENE1\Shohzod
Kullanıcı tipi: Etkin kullanıcı
Uygulama adı: MSBuild.exe
Uygulama yolu: C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64
Bileşen: Dosya Antivirüsü
Sonuç açıklaması: Silindi
Tür: Truva atı
Ad: VHO:Trojan.MSIL.Convagent.gen
Doğruluk: Sezgisel analiz
Tehdit düzeyi: Yüksek
Nesne türü: Dosya
Nesne adı: WFAAritmetikOperatorler.exe
Nesne yolu: C:\Users\Shohzod\Desktop\Bilge Adam Eğitim\WFAAritmetikOperatorler\WFAAritmetikOperatorler\obj\Debug
MD5: 9B433773ED81293080C61CE22E4F0D6C

Featured Replies

Güvenlik duvarı ve yoksayılanlar listesine ekleyip klasör ve uygulamaları işleminize devam edebilirsiniz. Güncel yazılım ve Windows güncelleme denetlemelerini yapın.

Ardından buradaki işlemleri uygulayıp denetlenmesi için dosyaları gönderin:

https://support.kaspersky.com/common/error/other/1870

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.