sql-server-rest-api icon indicating copy to clipboard operation
sql-server-rest-api copied to clipboard

License

Open samkhanjar opened this issue 7 years ago • 4 comments

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?

samkhanjar avatar Aug 20 '17 11:08 samkhanjar

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.

jovanpop-msft avatar Aug 20 '17 13:08 jovanpop-msft

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

samkhanjar avatar Aug 20 '17 22:08 samkhanjar

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).

jovanpop-msft avatar Aug 21 '17 07:08 jovanpop-msft

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

samkhanjar avatar Aug 21 '17 07:08 samkhanjar