Problem using Add New datasource Wizard

I'm trying to learn C# using the Visual Studio Express C# edition.
I'm trying to add a new datasource and get the following dialog.

Any ideas on what to do
http://65.98.60.178/~austin1/vsexpr_sqlserver.jpg


Answer this question

Problem using Add New datasource Wizard

  • Renis Cerga

    Is there any way to work around this if I need to connect to a sql server database from my c# form My Visual Studio license has been ordered but I need to do this soon. I have c# express and sql server express on my pc now.

    Thanks,

    Igor



  • Loic Baumann

    The issue here is that Visual C# Express data designers only allow you to connect to local (and by that I mean filesystem) databases. To verify that it isn't a designer issue, right click in solution explorer, select Add New Item... and add a SQL Server Express database.

    Hope this helps,

    Dan Fernandez
    Product Manager
    http://blogs.msdn.com/danielfe/


  • Cytosoul

    Hi,

    I think the below link will help you...

    http://msdn.microsoft.com/vstudio/express/visualCSharp/learning/

    If you feel that this doesnt solve your problem, you can always click on Unmark as Answer button on the reply and re-open your post again.


    Thank you,
    Bhanu.



  • Problem using Add New datasource Wizard