I am trying to compile my Visual Basic .NET project named Myproject.sln via command line commands.
I need to build and then to compile that solution.
I read all questions here how to do it but I couldn't make it work.
My Visual Basic .NET compiler is called vbc.exe. Any idea how I do that thing?
I am using Visual Studio 2005.
I have already read Microsoft's tutorial, "Building from the Command Line (Visual Basic)".