Search

You searched for the word(s): userid:831459

Matching Posts

  • Re: How to re-create Personal.mdf

    Recreate it in Visual Studio Express 2008. Right click App_Data folder > Add New item... > SQL Server Database.
    Posted to Personal Site Starter Kit (Forum) by Serk4 on 10/27/2008
  • Re: How to re-create Personal.mdf

    I had the same error message. It's not a Vista thing, rather it's a 2005 vs. 2008 thing. Open the project in Visual Studio 08 and delete the Personal.mdf in the App_Data folder. Recreate it, add the two tables and add the stored procedures. It might help to have it open in VS 05 so you can copy/paste. Also, note that when you paste in the stored proc code you'll have to change ALTER to CREATE. Once you save the proc, VS will change it back to ALTER. So far it's been working for me
    Posted to Personal Site Starter Kit (Forum) by Serk4 on 10/12/2008
Page 1 of 1 (2 items)