Visual Studio 2012 option missing when installing SQL CE ToolBox
-
Monday, March 11, 2013 11:42 AM
Hi, I have downloaded SQL Server Compact Toolbox v 3.3 and when i run .vsix I can see only my VS 2010, I need to install it to 2012 Express (I have installed it and it works normally). Why is this option missing and how can I fix it?
Thanx
All Replies
-
Monday, March 11, 2013 12:41 PMModerator
SQL Server Express does not support any Visual Studio add-ins, you must use a paid VS edition (VS 2012 Pro or higher).
But the SQL Server Compact Toolbox is also available as a standalone .exe, download from here:
http://sqlcetoolbox.codeplex.com/releases/view/69910
(It has most, but not all of the VS toolbox features, let me know if you miss anything)
Please mark as answer, if this was it. Visit my SQL Server Compact blog
-
Monday, March 11, 2013 2:41 PMI need it to generate LINQ to SQL context and I miss that option here :(
-
Monday, March 11, 2013 2:55 PMModerator
You can do that from the command line using my exportsqlce tool, as I describe here: http://erikej.blogspot.dk/2012/01/generating-linq-to-sql-datacontext-with.html
Please mark as answer, if this was it. Visit my SQL Server Compact blog
- Edited by ErikEJMVP, Moderator Monday, March 11, 2013 2:55 PM
- Marked As Answer by Allen Li - MSFTModerator Monday, March 18, 2013 7:39 AM
-
Monday, March 11, 2013 3:07 PMThank you I will check it :)

