Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mixed mode assembly issue
Message
De
01/04/2015 11:36:04
 
 
À
01/04/2015 10:49:07
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01617618
Message ID:
01617627
Vues:
28
This message has been marked as the solution to the initial question of the thread.
>I resolved this by creating an application exe config file:
>
>
><?xml version="1.0"?>
><configuration>
>   <startup useLegacyV2RuntimeActivationPolicy="true">
>      <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
>      <requiredRuntime version="v4.0.20506" />
>   </startup>
></configuration>
>
>
>I still do not know, however, why this was necessary as the application does not have any reference to the old version.

Although your projects may all target 4.0 it's possible that one (or more) may be referencing components using an older version.
Building the projects individually might give you a clue.
Probably not worth trying to track them down tho........
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform