Guys,
I'm a novice in C# and Visual C# IDE, I don't know anything about how to use them at all. I have programmed all my life in C on EclipseIDE. I have searched on several places how to solve this problem but could not get a proper procedure to do so. I'm posting the question here, for that reason.
I downloaded a C# project, I wish to debug the project to see how an algorithm implementation works.
The project has come in a Folder, inside this folder there are -
- .sln file and
- a folder which has - Source files and .csproj file.
I installed Visual Studio C# Express and opened the .sln file present in the main folder in the VS C# IDE. I built the project successfully, but when I try to debug the project I get this message - A project with an Output type of Class Library cannot be started directly. ......
The strange part is that I don't see a main function anywhere.
What should I do to get ahead of this hiccup?
Help!