This is my first try with YAF. My environment is Visual Studio 2010 Express on Windows 7
I extracted the Sample app to my VS 2010 projects folder. It builds without err but when I run it the page load fails - unable to find a stored procedure. The database folders appear to be empty beacuse I see no tables when I expand Tables in the Database explorer. I am logged in as Administrator and I know I have access to the database because I can add a table.
The DataSource is:
Data Source=.\SQLEXPRESS;AttachDbFilename=C:\inetpub\wwwroot\YAF.SampleWebApplication-v1.96.1-RTW\YAF.SampleWebApplication\App_Data\Database.mdf;Integrated Security=True;User Instance=True
I have replaced web.config with the recommended-NET-web.config
app.config has these 2 lines:
I don't know where to set the application protocol to .NET4.
I haven't been prompted to upgrade the database
Please, What have I missed or what am I doing wrong?
Thank you