Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataReader.GetFieldType(68) returned null
Message
De
16/08/2013 14:06:00
 
 
À
16/08/2013 13:23:59
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01579975
Message ID:
01580663
Vues:
22
>Can you redirect it to the new version?
>
>< runtime>
>    < assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
>      < dependentAssembly>
>        < assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845DCD8080CC91" />
>        < bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
>      < /dependentAssembly>
>    < /assemblyBinding>
>< /runtime>
>
This is the end of my Web.config now and it is still the same situation:
                <httpRuntime executionTimeout="300" maxRequestLength="10000" requestValidationMode="2.0" />
	</system.web>
<runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845DCD8080CC91" />
        <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
</runtime>
</configuration>
It is still trying to use the 10.0.0.0 library.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform