The GUI based application is designed to provide billing support to Restaurant. This application uses multiple data structures and algorithm to store and retrieve data.
- Program will have checkbox with each menu item.
- Check the box to include it in order.
- Uncheck the box to void the item.
- Press Generate button to generate bill.
- There are several other options to access and modify data into program.
- Windows Computer.
- Visual Studio Community/Professional.
- Brain.
- Clone project or download zip.
- Open .sln file. (Solution File)
- Build project.
- Run Project.
This sometimes happens when you have cloned project that was built on another Visual Studio Version with different user.
- Solution:
- Completely Close Visual Studio. (Very Important)
- On the main project directory, look for .vs hidden folder, navigate inside and find .suo file.
- Delete .suo file.
- Load .sln file again.
- If error is still present.
- Open .csproj file inside Project Directory.