下载地址https://thebeerhouse.codeplex.com/

解决方案 »

  1.   

    帮你看了下,这个项目是用VS2008创建的,并且使用.net 3.5,建议你也找一个vs2008运行。
      

  2.   


    下了个2008,编译了一个,没错误了,可惜数据库又是2008的,没装成功了,看不了界面。能解译下这个数据库连接怎么换。要改哪些关键。谢谢!! <connectionStrings>
    <remove name="LocalSqlServer"/>
    <add name="TheBeerHouseEntities" connectionString="metadata=res://*;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=.;Initial Catalog=TheBeerHouseVB;Integrated Security=True;MultipleActiveResultSets=True&quot;" providerName="System.Data.EntityClient"/>
    <add name="LocalSqlServer" connectionString="Data Source=.;Initial Catalog=TheBeerHouseVB;Integrated Security=True;" providerName="System.Data.SqlClient"/>
    </connectionStrings>
      

  3.   

    Data Source=.;
    这是对完整sql的
    sql express要写
    Data Source=.\sqlexpress;