Figured it out. I did take the proxy line out, although I could probably keep that in and be okay for it.
My problem ended up being a malformed ConnectionString: Server *and* Data Source were specified, which needed to be Server (or Data Source) and Initial Catalog (or I suppose Database). On Jun 6, 7:14 pm, mwpowell...@gmail.com wrote: > Okay, on a hunch and recommendation what happens when I take that line out, > now I am back to: > > "A network-related or instance-specific error occurred while establishing a > connection to SQL Server. The server was not found or was not accessible. > Verify that the instance name is correct and that SQL Server is configured to > allow remote connections. (provider: Named Pipes Provider, error: 40 - Could > not open a connection to SQL Server)" > > I've verified that Named Pipes *and* TCP/IP are both enabled and database > service restarted. I've also verified my ConnectionString credentials connect > just using SQL Management Studio. Is it a bug in the Named Pipes Provider? > Can I use a different provider? > > > > > > > > ----- Original Message ----- > From: Michael Powell > Sent: 06/06/12 07:09 PM > To: Fluent NHibernate > Subject: hibernate-configuration examples > > Hello, I am refreshing my memory, I an fluently configuring my connection > string and mappings, however, I would like to capture database configuration > in the hibernate-configuration section. For my solution architecture, I am > referencing FluentNHibernate sourced from NuGet packages. This is fine > enough. The example configuration I have, however, is trying to find a > NHibernate.ByteCode.LinFu for the proxyfactory.factory_class, which it cannot > find. How critical is this that I have NHibernate.ByteCode.LinFu anywhere in > my references? Similarly, is there a more suitable alternative? Or leave it > out altogether? Thank you... > > Best regards, > > Michael Powell > Senior Software Developer -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to fluent-nhibernate@googlegroups.com. To unsubscribe from this group, send email to fluent-nhibernate+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en.