Skip to content

Commit 6bc9761

Browse files
Update src/NHibernate/Driver/ReflectionBasedDriver.cs
Co-authored-by: Frédéric Delaporte <[email protected]>
1 parent ff3ca4f commit 6bc9761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/NHibernate/Driver/ReflectionBasedDriver.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ namespace NHibernate.Driver
66
{
77
public abstract class ReflectionBasedDriver : DriverBase
88
{
9-
protected const string ReflectionTypedProviderExceptionMessageTemplate = "The DbCommand and DbConnection implementation in the assembly {0} could not be found. "
9+
protected const string ReflectionTypedProviderExceptionMessageTemplate =
10+
"The DbCommand and DbConnection implementation in the assembly {0} could not be found. "
1011
+ "Ensure that the assembly {0} is located in the application directory or in the Global "
1112
+ "Assembly Cache. If the assembly is in the GAC, use <qualifyAssembly/> element in the "
1213
+ "application configuration file to specify the full name of the assembly.";

0 commit comments

Comments
 (0)