Application Exception
System.BadImageFormatException
Invalid method header format 0
Description: HTTP 500.Error processing request.

Details: Non-web exception. Exception origin (name of application or object): App_global.asax_ai3fjolq.

Exception stack trace:
  at ASP.global_asax..ctor () [0x00000] in <27d54a3bd6694c8b814acbafd3fe0396>:0 
  at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke(System.Reflection.MonoCMethod,object,object[],System.Exception&)
  at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00002] in <0083f7b769cf49ff9801bfb05ccdf5a3>:0 
Version Information: 
5.8.1.0 (tarball); ASP.NET Version: 4.0.30319.42000

原来是因为混淆过Dll的原因
 
下面是可能的原因:

这个就是在说你的dll已经被破坏。“System.BadImageFormatException”
 
 你可以只作混淆,不作加密加壳试试
只要加壳,就一定也操作系统有关。 

jexus System.BadImageFormatException Details: Non-web exception. Exception origin (name of application or object): App_global.asax_ai3fjolq.

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
相关资源
相似解决方案