When starting up an isolated mode visual studio shell application, the only databases available in the Tools->Connect to Database are Access, SQL Compact, and SQL Server Database File.

Is there a way to configure the isolated shell to include other database types? In particular SQL Server and MySQL. Are there any licensing agreement issues related to including SQL Server support?

link|improve this question

77% accept rate
feedback

1 Answer

This probably was intentional. These connectivity options are in line with what are provided by the freely available Visual Studio Express Editions. In the real Visual Studio, you must have the Professional Edition or better to access standalone database servers. (In fact this limitation is one of the main reasons a lot of developers buy Visual Studio.)

link|improve this answer
It may be an intenional default, but is there a way to add to them?Or is there no way? – Nathan Voxland Aug 9 '09 at 18:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.