I have recently upsized a MS Access database to SQL Server 2008 using the upsizing wizard. Now I want to begin designing my Data Access Layer. I am following a set of tutorials located here as the basis for my design: http://www.asp.net/web-forms/overview/data-access/introduction/creating-a-data-access-layer-vb I am using Visual Studio .Net 2010 and the SQL Server database is 2008. I realize that these tutorials were written for VS 2005 but I have used them successfully with other versions of Visual Studio. I'm not sure what is happening here and I would appreciate any assistance you can provide.
I have created the web site project and added both the App_Data and App_Code folders to my project. I have put a copy of my SQL Server database files into the App_Data folder. Server Explorer shows a successful connection to the database. However when I add a Typed DataSet to my project events do not proceed as they should according to the tutorial. I am prompted to move the Dataset into the App_Code folder and I respond Yes, but the TableAdapter Configuration Wizard does not start as the tutorial says it should, nor as I remember it should from my past experince. I'm not sure what is happening here and I would appreciate any help you can provide.