I'm trying to feed live data from my sql server to a radgrid.
I'm using VWD2010 Express and I created a Web Service and then referenced that service in my project. However, the project will not build because of the attached error.
could not find sgen.exe using the sdktoolspath
If this problem can not be fixed, is there another way that I can stream live data from my sql server to the radgrid. I want to be able to see all records even as records are added from many different sources without having to refresh. Ideally, as quickly as displayed in this http://demos.telerik.com/aspnet-ajax/grid/examples/client/livedata/defaultcs.aspx example.
I'm using VWD2010 Express and I created a Web Service and then referenced that service in my project. However, the project will not build because of the attached error.
could not find sgen.exe using the sdktoolspath
If this problem can not be fixed, is there another way that I can stream live data from my sql server to the radgrid. I want to be able to see all records even as records are added from many different sources without having to refresh. Ideally, as quickly as displayed in this http://demos.telerik.com/aspnet-ajax/grid/examples/client/livedata/defaultcs.aspx example.