Cómo Solucionarlo???
Publicado por eljhonb (69 intervenciones) el 25/04/2007 18:41:37
buenas, espero me puedan ayudar con este problema
tengo una aplicación diseñada en vb.net y agrego una referencia al Microdoft Application Block data.
Al compilar me salen los siguientes errores:
C:\Inetpub\wwwroot\CopyFlujoCaja\FlujoC\frmConsultaFC.aspx.vb(447): Overload resolution failed because no accessible 'CreateCommand' can be called with these arguments:
'Public Shared Function CreateCommand(profile As String, spName As String, ParamArray sourceColumns() As String) As System.Data.SqlClient.SqlCommand': Value of type 'System.Data.SqlClient.SqlTransaction' cannot be converted to 'String'.
'Public Shared Function CreateCommand(connection As System.Data.SqlClient.SqlConnection, spName As String, ParamArray sourceColumns() As String) As System.Data.SqlClient.SqlCommand': Value of type 'System.Data.SqlClient.SqlTransaction' cannot be converted to 'System.Data.SqlClient.SqlConnection'.
Warning: The dependency 'Microsoft.ApplicationBlocks.Data, Version=1.0.2085.27314, Culture=neutral' in project 'CopyFlujoCaja' cannot be copied to the run directory because it would overwrite the reference 'Microsoft.ApplicationBlocks.Data, Version=1.0.2670.30651, Culture=neutral'.
cómo puedo solucionar esto???
De antemano muchas Gracias!
tengo una aplicación diseñada en vb.net y agrego una referencia al Microdoft Application Block data.
Al compilar me salen los siguientes errores:
C:\Inetpub\wwwroot\CopyFlujoCaja\FlujoC\frmConsultaFC.aspx.vb(447): Overload resolution failed because no accessible 'CreateCommand' can be called with these arguments:
'Public Shared Function CreateCommand(profile As String, spName As String, ParamArray sourceColumns() As String) As System.Data.SqlClient.SqlCommand': Value of type 'System.Data.SqlClient.SqlTransaction' cannot be converted to 'String'.
'Public Shared Function CreateCommand(connection As System.Data.SqlClient.SqlConnection, spName As String, ParamArray sourceColumns() As String) As System.Data.SqlClient.SqlCommand': Value of type 'System.Data.SqlClient.SqlTransaction' cannot be converted to 'System.Data.SqlClient.SqlConnection'.
Warning: The dependency 'Microsoft.ApplicationBlocks.Data, Version=1.0.2085.27314, Culture=neutral' in project 'CopyFlujoCaja' cannot be copied to the run directory because it would overwrite the reference 'Microsoft.ApplicationBlocks.Data, Version=1.0.2670.30651, Culture=neutral'.
cómo puedo solucionar esto???
De antemano muchas Gracias!
Valora esta pregunta


0