Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License #3

Open
samkhanjar opened this issue Aug 20, 2017 · 4 comments
Open

License #3

samkhanjar opened this issue Aug 20, 2017 · 4 comments

Comments

@samkhanjar
Copy link

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
Copy link

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
Copy link
Author

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
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants