C# eklentisi çalışmıyor

397448

Hectopat
Katılım
11 Aralık 2020
Mesajlar
1.861
Makaleler
1
Çözümler
11
Visual Studio Code kullanıyorum. Microsoft'un C# eklentisi çalışmıyor herhalde. Dersteki hocanınki böyle:

1666375706630.png


Benimki ise:

1666375756227.png


Yardımcı olabilecek var mı?
 
Son düzenleyen: Moderatör:

Yukarıda using yazan kısım var ya oraya eklentiyi yazdın mı?
Örnek veriyorum
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;
Using System.Net.mail;
Using System. Runtime. Interopservices;
Using Microsoft. Win32;
Using hootkeys;
Using System.Net;
 
Yukarıda using yazan kısım var ya oraya eklentiyi yazdın mı?
Örnek veriyorum
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;
Using System.Net.mail;
Using System. Runtime. Interopservices;
Using Microsoft. Win32;
Using hootkeys;
Using System.Net;
Hayır. Unity üzerinden bir C# scripti oluşturup ona girdim.
 
Yukarıda using yazan kısım var ya oraya eklentiyi yazdın mı?
Örnek veriyorum
C#:
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;
using System.Net.mail;
using System. Runtime. Interopservices;
using Microsoft. Win32;
using hootkeys;
using System.Net;
Onlar eklenti değil, framework çağırır. O kodlarla bir alakası yok.
 

Technopat Haberler

Geri
Yukarı