
Dataset
Publicado por Alfredo (1 intervención) el 05/09/2014 20:57:37
Hola buenos dias,,, el visual basic me esta generando este error...
Elemento 'Runtime' no reconocido. (C:\Users\...... .exe.config line 6)
sucede al momento de crear primero un informe, luego agrego un chart al informe y conecto el chart mediente una creacion de un dataset y le agrego un procedure,, entonces en el formulario agrego el reportviewer y le agrego el informe,
entonces me crea la linea en el load del formulario
'TODO: This line of code loads data into the 'PruebaDataSet.Meses_Graficas' table. You can move, or remove it, as needed.
Me.Meses_GraficasTableAdapter.Fill(Me.PruebaDataSet.Meses_Graficas)
en esa linea es donde me truena y me manda a una pestaña "Settings.Designet.vb"
y en esta pestaña este es el codigo que me truena....
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=172.16.1.149;Initial Catalog=SIP;Persist Security Info=True;User ID=e"& _
"mpresa;Password=esc7667")> _
Public ReadOnly Property SIPConnectionString1() As String
Get
Return CType(Me("SIPConnectionString1"),String)---------> en esta linea me aparece el error "Elemento 'Runtime' no reconocido. (C:\Users\...... .exe.config line 6),,,,,,, y por cierto me esta generando una contraseña que no es del servidor no se si esa tenga algo que ver o si la tengo que eliminar..."
End Get
Espero me aya ententido muchas gracias!
End Property
Elemento 'Runtime' no reconocido. (C:\Users\...... .exe.config line 6)
sucede al momento de crear primero un informe, luego agrego un chart al informe y conecto el chart mediente una creacion de un dataset y le agrego un procedure,, entonces en el formulario agrego el reportviewer y le agrego el informe,
entonces me crea la linea en el load del formulario
'TODO: This line of code loads data into the 'PruebaDataSet.Meses_Graficas' table. You can move, or remove it, as needed.
Me.Meses_GraficasTableAdapter.Fill(Me.PruebaDataSet.Meses_Graficas)
en esa linea es donde me truena y me manda a una pestaña "Settings.Designet.vb"
y en esta pestaña este es el codigo que me truena....
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=172.16.1.149;Initial Catalog=SIP;Persist Security Info=True;User ID=e"& _
"mpresa;Password=esc7667")> _
Public ReadOnly Property SIPConnectionString1() As String
Get
Return CType(Me("SIPConnectionString1"),String)---------> en esta linea me aparece el error "Elemento 'Runtime' no reconocido. (C:\Users\...... .exe.config line 6),,,,,,, y por cierto me esta generando una contraseña que no es del servidor no se si esa tenga algo que ver o si la tengo que eliminar..."
End Get
Espero me aya ententido muchas gracias!
End Property
Valora esta pregunta


0