Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
TITLE: Microsoft SQL Server Management Studio
------------------------------

Failed to start debugger

------------------------------
ADDITIONAL INFORMATION:

Data is Null. This method or property cannot be called on Null values. (System.Data)

------------------------------
BUTTONS:

OK
------------------------------




and when i click ok:

Unable to start program

What I have tried:

i can't figure out the issue and how to solve it
Posted
Updated 5-Jun-18 18:00pm
Comments
Member 13812021 5-Jun-18 13:28pm    
You have a record in the table that you are querying with nothing in it and it is set to NotNull. If you are going to have a null reference in a null space than you should select the default value as being (''). Then it will be blank or whitespace and should take care of the error you are getting.
CHill60 6-Jun-18 4:03am    
You can also get this issue if you are running one of the Express versions (debugger probably not installed). In that instance find a different way to debug - old-school messages for example. Assuming you were actually trying to debug - if you were just trying to run the query use "Execute" (F5)

1 solution

Hi, First of all check your firewall (it should be off).
Update your current SSMS or Try install new versions of SSMS.
If you are using Visual Studio, check the versions, because each SSMS version has a isolated Shell version, like: SSMS 2014 uses VS 2012. Maybe there is a conflict between SSMS/VS installed Isolated Shell.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900