Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Pls I need help.
I am learning Dot Netcore and I want to use VS Code but when I try to run or build my app but it keeps failing, I was able to run it on Microsoft Visual Studio but it is pretty large for my PC and I'd rather use VS Code should in case I want to use a MacBook in the future.

Here is the error it keeps giving me System.ComponentModel.Win32Exception (193)

What I have tried:

I install .net sdk and also VS Code. Then I create the app folder using command prompt and run it using dotnet run then it keeps failing.
Posted
Updated 8-Sep-22 9:33am
v2
Comments
OriginalGriff 8-Sep-22 12:14pm    
"It doesn't work" is probably the most useless problem report we get - and we get it a lot. It tells us nothing about what is happening, or when it happens.
So tell us what it is doing that you didn't expect, or not doing that you did.
Tell us what you did to get it to happen.
Tell us any error messages.
Use the "Improve question" widget to edit your question and provide better information.
Divine Poko 8-Sep-22 15:34pm    
Now I have, please check it

1 solution

I can't tell exactly what is happening with your installation, but if you check out my article (below) you will see that I use VS Code on Linux & Mac to build .NET Core programs and this first article shows you how to set it all up and test if dotnet is running / installed properly.

Programming Linux With .NET Core 3: Introduction & Chapter 2[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900