Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I've noticed that I cannot modify anything in SQLite datasets in VS 2015. It may be due to getting a new computer running 64bit Windows 10.

I've looked at the SQLite site and note that the only file that supports run-time components in VS 2015 is 32-bit.

Update:
With additional investigation I've discovered that I also can't create any new SQLite Data Connections.
I can view the dataset, with the tableadapters but I can't edit any of them.
I may be able to modify the xsd source code but it is quite error prone doing it manually.

What I have tried:

Installing nuget package for EF6
Posted
Updated 31-Jul-19 11:49am
v2
Comments
Afzaal Ahmad Zeeshan 30-Jul-19 18:19pm    
You mean you want to edit the SQLite database?

Which extension were you using already? I can suggest an extension on Firefox which I had been using since a while, always works.
Dana Bell 30-Jul-19 18:41pm    
No. I want to edit the SQLite data set in Visual Studio.
Dana Bell 31-Jul-19 17:48pm    
The SQLite Toolbox is handy, but it doesn't do anything to help access the DataSet.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900