After upgrading my Visual C# 2008 Express Edition to .NET3.5, SP1, I've been unable to create new LINQ to SQL classes using a remotely connected database. I used to be able to do so fine.
I open up a project (windows forms, class library, same behavior), and either use the New -> Linq To SQL classes method or go directly for adding the Data Connection I will need later, i.e. opening the Database Explorer and right-clicking Data Connections for "Add Connection."
This leaves me with only 3 choices however, MS Access Database Fiel, SQL Server Compact 3.5 (which says it's a db file as well in the description) and Microsoft SQL Server Database File.
What am I missing when I expect there to be a way to connect to f.ex. a SQL Server 2005/2008 on my network, or via the internet?
Thanks,