CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.84k stars 531 forks source link

Exception of tyne 'System.Exception' was thrown. #2993

Open sarmadhamdani02 opened 1 month ago

sarmadhamdani02 commented 1 month ago

Hi there! 👋

So, I am trying to set up Cosmos to work with Visual Studio, I have installed every dependency.

Problem The problem is whenever I try to create a project using the COSMOS kernel template in Visual Studio, I get a dialogue box that says "Exception of type 'System.Exception' was thrown."

Screenshots image

I have used different versions of Visual Studio and .net framework and SDK, also, I have re-installed Visual Studio and Cosmos several times. But couldn't fix this problem.

GeorgeFence commented 1 month ago

U need net 6

sarmadhamdani02 commented 1 month ago

Thanks for the response @GeorgeFence.

Even with .Net 6, it is not working ☹

diegoy2k commented 3 weeks ago

Try to modify your Visual Studio by installing .NET Native package, it can help.

randomusert commented 4 days ago

check #2615