Bienvenidos

Espero que este Blog llene todas las expectativas que estan buscando

martes, 6 de noviembre de 2012

ERROR CRYSTAL REPORT SOLUCIONADO (PTO PTA)

Posted by Elvin German 4:28, under | 1 comment

ABRIR ARCHIVO APP.CONFIG
BUSQUE LAS LINEAS QUE DICEN ESTOS COMENTARIOS, EN ESTE
ARCHIVO MODELO

<!-- AGREGAR ESTAS LINEAS, GRABAR SU ARCHIVO APP.CONFIG, Y FUNCIONARA EL REPORTE -->
    <startup useLegacyV2RuntimeActivationPolicy="true">
        <supportedRuntime version="4.0">
            </supportedRuntime>
    </startup>

<!-- PONER EN COMENTARIO ESTA LINEA DE ABAJO -->
    <!--<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>-->

SU ARCHIVO APP.CONFIG CON LAS LINEAS AGREGADAS DEBERIA VERSE
DE LA SIGUIENTE MANERA

<?xml version="1.0"?>
<configuration>
    <configSections>
    </configSections>
    <connectionStrings>
        <add name="FINAL_TRESCAPAS.Properties.Settings.Setting" connectionString="Data Source=EGERMAN-PC\EGERMAN2008R2;Initial Catalog=BD_IPD;Persist Security Info=True;User ID=sa;Password=arielifra" providerName="System.Data.SqlClient"/>
        <add name="FINAL_TRESCAPAS.Properties.Settings.Setting1" connectionString="Data Source=EGERMAN-PC\EGERMAN2008R2;Initial Catalog=Const1;Persist Security Info=True;User ID=sa;Password=arielifra" providerName="System.Data.SqlClient"/>
    </connectionStrings>
  
        <!-- AGREGAR ESTAS LINEAS, GRABAR SU ARCHIVO APP.CONFIG, Y FUNCIONARA EL REPORTE -->

    <startup useLegacyV2RuntimeActivationPolicy="true">
        <supportedRuntime version="4.0">
            </supportedRuntime>
    </startup>

        <!-- PONER EN COMENTARIO ESTA LINEA DE ABAJO -->

    <!--<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>-->

</configuration>

1 comentarios:

Muy buena información profesor me sirvió bastante!!

Publicar un comentario