Quantcast
Channel: WCF, ASMX and other Web Services
Viewing all articles
Browse latest Browse all 555

sql table dependency in wcf service get error

$
0
0

i have this project

https://github.com/zhyan-ise/wcf-demo

when i run the project i get this error

System.NullReferenceException: 'Object reference not set to an instance of an object.'

System.Configuration.ConnectionStringSettingsCollection.this[string].get returned null.

here is my table in sql server 

create table Stocks
(
Code varchar(200) null,
Name varchar(200) null,
Price decimal(18,0) null
)


Viewing all articles
Browse latest Browse all 555

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>