attempt to enable hierarchyid scripting and allow schema from server for sqlite
↧
Source code checked in, #97911
↧
Source code checked in, #97912
Ext grid bug fixes
↧
↧
Source code checked in, #97913
Bug fix for hierarchy id scripting
↧
Source code checked in, #97915
preview 4.4.0.6
↧
Source code checked in, #97917
Fixed keyboard issue
Fixed auto-hide issue
add option to disable keyboard shortcuts
↧
↧
Created Unassigned: EDMX generation with vs2015 en EF 4.3 [12262]
Hello,
I've just changed from vs 2010 to 2015 and installed your SQLCe toolbox 4.4. When I try to generate my code (EDMX) I get an error message to install EntityFramework.SqlServerCompact NuGet package. It works only if I install the latest version, but I don't want to change to EF6. If I intall the version 4.3 I keep geting this error. I had no problem with this in vs2010 with the same 4.4 version. Please help.
kormol
I've just changed from vs 2010 to 2015 and installed your SQLCe toolbox 4.4. When I try to generate my code (EDMX) I get an error message to install EntityFramework.SqlServerCompact NuGet package. It works only if I install the latest version, but I don't want to change to EF6. If I intall the version 4.3 I keep geting this error. I had no problem with this in vs2010 with the same 4.4 version. Please help.
kormol
↧
Commented Unassigned: EDMX generation with vs2015 en EF 4.3 [12262]
Hello,
I've just changed from vs 2010 to 2015 and installed your SQLCe toolbox 4.4. When I try to generate my code (EDMX) I get an error message to install EntityFramework.SqlServerCompact NuGet package. It works only if I install the latest version, but I don't want to change to EF6. If I intall the version 4.3 I keep geting this error. I had no problem with this in vs2010 with the same 4.4 version. Please help.
kormol
Comments: ** Comment from web user: ErikEJ **
I've just changed from vs 2010 to 2015 and installed your SQLCe toolbox 4.4. When I try to generate my code (EDMX) I get an error message to install EntityFramework.SqlServerCompact NuGet package. It works only if I install the latest version, but I don't want to change to EF6. If I intall the version 4.3 I keep geting this error. I had no problem with this in vs2010 with the same 4.4 version. Please help.
kormol
Comments: ** Comment from web user: ErikEJ **
I am afraid this scenario is not supported - pls create your project in 2010 and then upgrade it.
↧
Closed Unassigned: EDMX generation with vs2015 en EF 4.3 [12262]
Hello,
I've just changed from vs 2010 to 2015 and installed your SQLCe toolbox 4.4. When I try to generate my code (EDMX) I get an error message to install EntityFramework.SqlServerCompact NuGet package. It works only if I install the latest version, but I don't want to change to EF6. If I intall the version 4.3 I keep geting this error. I had no problem with this in vs2010 with the same 4.4 version. Please help.
kormol
I've just changed from vs 2010 to 2015 and installed your SQLCe toolbox 4.4. When I try to generate my code (EDMX) I get an error message to install EntityFramework.SqlServerCompact NuGet package. It works only if I install the latest version, but I don't want to change to EF6. If I intall the version 4.3 I keep geting this error. I had no problem with this in vs2010 with the same 4.4 version. Please help.
kormol
↧
Created Feature: make new result grid optional [12264]
Make global option - Use Classic Grid
Add local option to editor
Add local option to editor
↧
↧
Edited Feature: make new result grid optional [12264]
Make global option - Use Classic Grid
Add local option to editor
Add local option to editor
↧
Created Unassigned: Open dialog in editor file filter [12265]
Should include both .sqlce and .sql file (not seperate filters)
↧
Edited Unassigned: Open dialog in editor file filter [12265]
Should include both .sqlce and .sql file (not seperate filters)
↧
Edited Feature: make new result grid optional [12264]
Make global option - Use Classic Grid
Add local option to editor
Add local option to editor
↧
↧
Source code checked in, #97924
File filter fixes + making new grid optional
↧
Closed Feature: make new result grid optional [12264]
Make global option - Use Classic Grid
Add local option to editor
Add local option to editor
↧
Closed Unassigned: Open dialog in editor file filter [12265]
Should include both .sqlce and .sql file (not seperate filters)
↧
Closed Unassigned: Minimize issue [12260]
1: Set your SQL toolbox window to auto hide
2: Open tables tree node
3: Select a table (now, the tables tree is open and a table is selected)
4: Click every where of VS-window (out of toolbox window) to close toolbox (autoHide)
5: Back agian to toolbox (open it), Now, tables tree is closed and nothing is selected
2: Open tables tree node
3: Select a table (now, the tables tree is open and a table is selected)
4: Click every where of VS-window (out of toolbox window) to close toolbox (autoHide)
5: Back agian to toolbox (open it), Now, tables tree is closed and nothing is selected
↧
↧
Closed Issue: Keyboard issue in editor [12221]
Right click some table in the toolbox, and choose one of the "Script as..." menu items, and a new tab pops up with default script to get you started. I usually type "ctrl a" to select all, and then immediately type "s" because I plan to type "select foo from bar etc..." But what happens is it pops up the save-as dialog box. You need to close it and then it also hijacks the uppercase/lowercase "s" and "S" for some reason, so you need to close the tab and try again.
http://stackoverflow.com/questions/6510972/how-do-you-prevent-the-vs-shell-from-getting-priority-on-key-command-bindings-in/6514867#6514867
http://stackoverflow.com/questions/6510972/how-do-you-prevent-the-vs-shell-from-getting-priority-on-key-command-bindings-in/6514867#6514867
↧
Released: Release vNext (Nov 10, 2015)
Download the release version (4.4.0.4) of the Visual Studio add-in for SQL Server Compact 3.5, 4.0 and SQLite from
Visual Studio Gallery
New result grid in Query editor with:
- Auto filtering
- Grouping
- Sorting
- Column reordering
Option to use new result grid or "classic" grid
Menu item to script SQL Server database schema to SQLite
Improvements
Layout improvements to query editor
File filter improvements in query editor
Progress messages during export now displayed in Output window
Enable scripting of hierarchyid as varbinary(892)
Now able to script Adventureworks2014 schema to both SQL Compact and SQLite without errors
Bug fixes
Editor keyboard bugs fixed
Scroll issues in treeview fixed
Autohide of Toolbox bug fixed
Opt out of Telemetry now possible
-
RELEASE NOTES
New featuresNew result grid in Query editor with:
- Auto filtering
- Grouping
- Sorting
- Column reordering
Option to use new result grid or "classic" grid
Menu item to script SQL Server database schema to SQLite
Improvements
Layout improvements to query editor
File filter improvements in query editor
Progress messages during export now displayed in Output window
Enable scripting of hierarchyid as varbinary(892)
Now able to script Adventureworks2014 schema to both SQL Compact and SQLite without errors
Bug fixes
Editor keyboard bugs fixed
Scroll issues in treeview fixed
Autohide of Toolbox bug fixed
Opt out of Telemetry now possible
REVIEWS
I would be very grateful if you post any reviews for the Toolbox here-
↧
Updated Release: Release vNext (nov 10, 2015)
Download the release version (4.4.0.4) of the Visual Studio add-in for SQL Server Compact 3.5, 4.0 and SQLite from Visual Studio Gallery
New result grid in Query editor with:
- Auto filtering
- Grouping
- Sorting
- Column reordering
Option to use new result grid or "classic" grid
Menu item to script SQL Server database schema to SQLite
Improvements
Layout improvements to query editor
File filter improvements in query editor
Progress messages during export now displayed in Output window
Enable scripting of hierarchyid as varbinary(892)
Now able to script Adventureworks2014 schema to both SQL Compact and SQLite without errors
Bug fixes
Editor keyboard bugs fixed
Scroll issues in treeview fixed
Autohide of Toolbox bug fixed
Opt out of Telemetry now possible
-
RELEASE NOTES
New featuresNew result grid in Query editor with:
- Auto filtering
- Grouping
- Sorting
- Column reordering
Option to use new result grid or "classic" grid
Menu item to script SQL Server database schema to SQLite
Improvements
Layout improvements to query editor
File filter improvements in query editor
Progress messages during export now displayed in Output window
Enable scripting of hierarchyid as varbinary(892)
Now able to script Adventureworks2014 schema to both SQL Compact and SQLite without errors
Bug fixes
Editor keyboard bugs fixed
Scroll issues in treeview fixed
Autohide of Toolbox bug fixed
Opt out of Telemetry now possible
REVIEWS
I would be very grateful if you post any reviews for the Toolbox here-
↧