I am getting an error while trying to create a database using Server Explorer in Visual Studio 2010.
I checked SQL Server configuration manager and found that SQL service is not running, but when I am trying to start it; its not starting 🙁
Please guide me solution for this, I’ve figured out that I may have disabled some windows service required to run SQL Server (while optimizing WinXP after installing it some months ago).
Screenshot1:

Screenshot2:

From the error it is clear that your master database file of SqlServerExpress is corrupted.
Since this is a new installation, it would be best to uninstall and reinstall SqlServerExpress.
If you have a copy of SqlServer, installing that would solve the problem too.
If you do not want to reinstall, the master database can be rebuilt.
From how to rebuild master database: