Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.18 KB

Troubleshooting.md

File metadata and controls

26 lines (18 loc) · 1.18 KB

Troubleshooting problems with the Millionaire Game

Index

Installing & Starting up

Error: Network-related or instance-specific error in connecting to SQL Server

SQL_Error_NRIS

When you get the error above (see screenshot), it means that no connection could be made with the SQL server or no valid SQL Server is found on the machine.

Solution:

For the program to run, you must have Microsoft SQL Server LocalDB installed on your PC.

You can install this using the included installer in the .zip folder, or you can find it in the README.md page/file from this repo.


Service 'SQL Server VSS Failed to start' error when installing SQL LocalDB

VSSService

This error message from the installer of SQL LocalDB means that you probably don't have Visual C++ Redistributable packages installed.

Solution:

You can find and download the packages here!

The end

More is coming...