5
Nach MSDN gibt es eine Überlastung von GetFactory (DbConnection) in .NET 4. Aber ich kann es nicht aufrufen - nicht bei der Kompilierung sagen:DbProviderFactories.GetFactory Methode (DbConnection) fehlt
error BC30518: Overload resolution failed because no accessible 'GetFactory' can be called with these arguments:
'Public Shared Function GetFactory(providerRow As System.Data.DataRow) As System.Data.Common.DbProviderFactory': Value of type 'System.Data.Common.DbConnection' cannot be converted to 'System.Data.DataRow'.
'Public Shared Function GetFactory(providerInvariantName As String) As System.Data.Common.DbProviderFactory': Value of type 'System.Data.Common.DbConnection' cannot be converted to 'String'.
Ist etwas falsch mit meiner .NET FW oder ist es ein Tippfehler in der Dokumentation?
+1 bestätigt, das gleiche für mich mit .NET 4. –