.net Setup with visual studio for editor and datatables
.net Setup with visual studio for editor and datatables
I have been using the PHP version of editor for some time and have created many enterprise level applications. As part of my new job, we are using a .net environment and it is very great to know that I do not have to learn a whole new tool to do .net with editor and datatables. My issue is setting up the proper .net project for editor and datatables. I have read the excellent installation guide but feels it stops short of helping a .net newbie like me. In the guide, it says we should open the downloaded files in .net visual studio. This is the part that I need clarity in. In essence, I just need the examples to work. I have already installed the sql server database. Any help is appreciated.
Answers
The
.sln
file in the .NET package is the one you want to open. That will open Visual Studio with the Editor demo project. Then you need to set the database connection information (described here) and run it. That should be all you need to do to run the examples.Allan
Thank you so much I will give it a try.
I am having the same issue. I am using the DataTables.sln file you have given us.
Trying to follow instructions on https://editor.datatables.net/manual/net/installing
Problems setting up Database.cs:
What is the Set the database provider factory? Where do I find it in your example?
Sorry that's not clear. I'll update the instructions.
Its in the "Properties > Settings.settings" of the WebApiExamples project:
Allan