<dependAssembly> web.config, , FSharp.Data , Azure. , F #/# ASP.NET MVC Azure; , , Copy Local ( NuGet).
, , , :
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="FSharp.Data" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
, , , .
- Azure ( ). , (
*.cspkg); zip , , 7-zip. *.cssx, , ; zip , , Windows. sitesroot, 0. ( /, C:\inetpub\wwwroot -). bin - FSharp.Data? , /, ; FSharp.Data, . - Azure, . ( - , , .) , , ( "" ); Windows - - ASP.NET? , , .NET
FSharp.Data. , C:\inetpub\wwwroot\ , FSharp.Data bin -. , . FSharp.Data -, ( ), .NET 4.0, .NET 4.5. Azure ( Remote Desktop) Fusion Fusion , CLR . , <bindingRedirect> <dependentAssembly>, web.config. , F # PowerPack ( .NET 2.0 FSharp.Core), F #/# .NET 4.0:
<dependentAssembly>
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>