How use dotConnect in Sharpdevelop

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
tabzhang
Posts: 1
Joined: Sun 10 May 2015 15:20

How use dotConnect in Sharpdevelop

Post by tabzhang » Sun 10 May 2015 15:26

As the subject , How use dotConnect in Sharpdevelop?

http://www.icsharpcode.net/OpenSource/SD/Default.aspx

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: How use dotConnect in Sharpdevelop

Post by Shalex » Mon 11 May 2015 09:43

There is no SharpDevelop in the list of IDEs which are supported by dotConnect for SQLite (compatibility page). So our provider is not integrated in this IDE (only runtime functionality is available, Entity Developer can be used as a standalone tool), and the license resource is not compiled automatically.

But you can build the license resource manually (Professional Edition): http://www.devart.com/dotconnect/sqlite ... nsing.html. lc.exe is a Microsoft .NET License Compiler: http://msdn.microsoft.com/en-us/library/ha0k3c9f.aspx.

Standard Edition doesn't require adding the license resource.

Post Reply