Update of /cvsroot/springnet/Spring.Net/examples/Spring/Spring.Data.NHibernate.Northwind
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17484
Modified Files:
Spring.Northwind.sln
Log Message:
remove initial catalog name from connection string to avoid errors reattaching db in different directories.
Index: Spring.Northwind.sln
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/examples/Spring/Spring.Data.NHibernate.Northwind/Spring.Northwind.sln,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Spring.Northwind.sln 29 Sep 2007 17:31:54 -0000 1.4
--- Spring.Northwind.sln 7 Apr 2008 14:51:34 -0000 1.5
***************
*** 2,6 ****
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
! Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\...\Spring.Northwind.Web\", "src\Spring.Northwind.Web\", "{3E321CBC-75B0-45C4-AFEF-7CEED28368AE}"
ProjectSection(WebsiteProperties) = preProject
ProjectReferences = "{53B04C54-63EA-45AA-BB83-8950AF3C5D68}|Spring.Aspects.dll;{7F45EEA2-50AC-44E2-85A6-2FFB02E38C44}|Spring.Northwind.Dao.dll;{6E4F55A0-C281-4706-A08B-BDEC2D2FBDA4}|Spring.Northwind.Dao.NHibernate.dll;{9E15876F-E9E0-43B7-9874-B54F163757D6}|Spring.Northwind.Service.dll;{FD89FEBE-4914-45F3-9123-B2CB954810DD}|Spring.Northwind.Web.References.dll;"
--- 2,6 ----
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
! Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "L:\...\Spring.Northwind.Web\", "src\Spring.Northwind.Web\", "{3E321CBC-75B0-45C4-AFEF-7CEED28368AE}"
ProjectSection(WebsiteProperties) = preProject
ProjectReferences = "{53B04C54-63EA-45AA-BB83-8950AF3C5D68}|Spring.Aspects.dll;{7F45EEA2-50AC-44E2-85A6-2FFB02E38C44}|Spring.Northwind.Dao.dll;{6E4F55A0-C281-4706-A08B-BDEC2D2FBDA4}|Spring.Northwind.Dao.NHibernate.dll;{9E15876F-E9E0-43B7-9874-B54F163757D6}|Spring.Northwind.Service.dll;{FD89FEBE-4914-45F3-9123-B2CB954810DD}|Spring.Northwind.Web.References.dll;"
***************
*** 19,23 ****
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
! VWDPort = "2165"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
--- 19,23 ----
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
! VWDPort = "17866"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
|