C
C#Poseidon

Help

I'm new to C# in VSC and i have a Problem wich is why i can't execute the Code. What am i supposed to do?
No description
A
Angius16d ago
Do you happen to just have a loose .cs file in the folder? C# works with projects, you need one
P
Poseidon16d ago
Yeah
A
Angius16d ago
dotnet new console in the VSCode terminal will create a new project
P
Poseidon16d ago
ok i will try that
P
Poseidon16d ago
hmm... i did and it didn't work and got the same error and i created a new script in a nother folder and got these too
No description
A
Angius16d ago
Huh Any particular reason you want to use VSCode, btw?
P
Poseidon16d ago
So i did a game in unity and the tutorials all used VSC and since i want to learn VSC using Microsoft learn and they say that i should use VSC i use it and it's the only one i ever really heard of
A
Angius16d ago
Visual Studio 2022 will be, generally, easier to use That said, let's start from scratch 1. Create any empty folder, and open any terminal there (Powershell, CMD, Git Bash, etc) 2. Create an empty project with dotnet new console 3. Open VS Code in that directory with code . This should work
P
Poseidon16d ago
ok i will try Thanks it worked
D
Denis16d ago
$close
M
MODiX16d ago
Use the /close command to mark a forum thread as answered
Want results from more Discord servers?
Add your server
More Posts
✅ Checking data from SQL databasehelp on verge of tears✅ How to export data from datagridview into excel fileI've tried like a few ways and cant really make sense of it, if someone can guide me through it it wProblem with Material Design Lib in wpfI have a Combobox item in Stack panel. Im using Material Desing for automatic styling but the Popup✅ Title: Issues with Authentication and Authorization using JWT with AutoRender Mode in Blazor NET8Hello friends, I am currently facing challenges with Authentication and Authorization using JWT wit✅ How do I reference a specific private instance of a classI would like to know how I could reference a specific instance of a class, if the class is private aReceiving Game Controller Input while Minimized (WinForms C#)Pretty general question here. How would I go about receiving input from my user while they aren't tprocess startIve been trying to figure out why the proccess.start() hasnt been working✅ Configurations say that appsettings is returning nullBasically, i have a configuration and i'm trying to access a value from my appsettings, and all that✅ ASP.NET Core Web Api + SignalRHi, I have an API deployed on IIS but when a person wants to access it they get an error: "ERR_CONNE✅ .NET sdk not workingSo, I've installed the .NET sdk and did what I was told, but it's still not being detected by vscodeMEF No exports were found that match the constraintHi, i'm trying to implement MEF in my WPF app, however i'm getting this error, not sure why anymore.✅ WPF - set UIElement (image) in XAML depending on databound Property Enum valueI am trying to dynamically change a StatusBar image via a view's XAML depending upon a databound VieASP.NET Controller API + Blazor Client UI resources and helpHello! I'm doing a side project where I created the backend API with simple CRUD functionality and A✅ Run PuppeteerSharp in Docker ContainerI have an endpoint that creates PDFs using PuppeteerSharp. I work fine locally because it can automaDocker + Blazor + MSSQL handshake errorWhen I run dotnet ef database update I get the following error : ``Microsoft.Data.SqlClient.SqlExceProblem with corner radius XAML propertyI use a border with these properties: ```<Border CornerRadius="3" Background="{StaticResource Edito✅ :white_check_mark: Dictionary<int, ...> lookup time seems a bit too slowI was profiling a program, and I saw this: ```cs 100 % HasObject • 136 ms • 189 217 Calls • Engine.Rhow to read .txt file next to the Program.csi have the following code that is begin run ```cs string fileContent = File.ReadAllText("hamlet.txt✅ Linker Error Trying to Build OpenSSL Static LinkingHello, I've been trying to compile and build OpenSSL to try and encrypt a text file using AES 256 buHow things get to the placeI have found this one thing by Microsoft that confused me so much ```cs public async Task<IActionRes