JocaPC / sql-server-rest-api

Other
67 stars 16 forks source link

License #3

Open samkhanjar opened 7 years ago

samkhanjar commented 7 years ago

Hi thank you so much for this awesome code you have for Sql server rest API. I just would like to know do you need any license in order to use the code?

jovanpop-msft commented 7 years ago

Hi, I'm glad that it helps. You don't need any license everything is under BSD so you can use it https://github.com/JocaPC/sql-server-rest-api/blob/master/LICENSE.

samkhanjar commented 7 years ago

Thank you so much for you reply. I tried to launch your project in Visual Studio 2015 but I'm getting this error image

Please do advise what I need to do to get it working on my system.

I'll be looking forward for your reply.

Thanks in advance,

Sam

jovanpop-msft commented 7 years ago

Could you create a new project and add files/dependencies manually. My project is created using dotnet core 1.0 and I assume that you have some different version. There are some breaking changes in core 1.1 and 2.0 that causes these errors (csproj replaced with xproj, then xproj replaced with csproj, introduced and then deprecated package.json, need some VS dependencies, etc.) I have not created a solution for every version, so my advice is to start from the clean project or use VSCode and CLI (dotnet build).

samkhanjar commented 7 years ago

Can i use asp.net web application and import ur files there