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.93k stars 553 forks source link

GUI toutorial #326

Closed masterex1000 closed 8 years ago

masterex1000 commented 8 years ago

I was following the tutorial for GUI basics and visual studio keeps giving me the error

a project with the output type Class library can't be started directly.

I have no idea what is happening.

mterwoord commented 8 years ago

Which tutorial are you referring to? There are some really old tutorials, referring to MS3-4 (which is like 4-5 years old)

masterex1000 commented 8 years ago

The one that i am talking about is this tutorial.

https://github.com/CosmosOS/Cosmos/wiki/Creating-a-GUI---The-basics

i son't know if i have an old version of cosmos so i will install that to see if anything is fixed.

mterwoord commented 8 years ago

Well, You dont have the right project set as startup project. Please set the .Cosmos project as startup project.

masterex1000 commented 8 years ago

That did it it now works. thanks so much!

mterwoord commented 8 years ago

If this issue is resolved, please close it. Thanks