andrewdavey / andrewdavey/postal
Issue with MVC 5.2
- Lingua principale
- C#
- Stelle
- 534
- Fork
- 164
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hey Andrew,
Our project is using Postal 1.0.0.0 for MVC5 and since updating to System.Web.Mvc 5.2, it all stopped working. This is in my assembly binding Fusion log:
```
=== Pre-bind state information ===
LOG: DisplayName = System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///E:/approot/bin
LOG: Initial PrivatePath = E:\approot\bin
Calling assembly : Postal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=45719375b8b4d528.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: E:\base\x64\WaIISHost.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from D:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
LOG: Post-policy reference: System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Attempting download of new URL file:///E:/approot/bin/System.Web.Mvc.DLL.
WRN: Comparing the assembly name resulted in the mismatch: Minor Version
ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.
```
I have my binding redirects setup correctly under my web.config:
```
```
No other components have this issue except for Postal. I noticed the dependency for Postal for MVC5 is >= 5.1.2, so 5.2 should be working, but Postal is somehow requiring 5.1.x.x specifically.
Any ideas?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.