Advertisement
Guest User

Nick Josevski

a guest
Feb 14th, 2010
1,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.18 KB | None | 0 0
  1. Could not load file or assembly 'Aurigma.GraphicsMill.DLL' or one of its dependencies.  is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
  2. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  3.  
  4. Exception Details: System.BadImageFormatException: Could not load file or assembly 'Aurigma.GraphicsMill.DLL' or one of its dependencies.  is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
  5.  
  6. Source Error:
  7.  
  8. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  9.  
  10. Stack Trace:
  11.  
  12. [BadImageFormatException: Could not load file or assembly 'Aurigma.GraphicsMill.DLL' or one of its dependencies.  is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)]
  13.    System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
  14.    System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks) +567
  15.    System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +192
  16.    System.Reflection.Assembly.Load(String assemblyString) +35
  17.    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +118
  18.  
  19. [ConfigurationErrorsException: Could not load file or assembly 'Aurigma.GraphicsMill.DLL' or one of its dependencies.  is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)]
  20.    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +11372099
  21.    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +441
  22.    System.Web.Configuration.AssemblyInfo.get_AssemblyInternal() +127
  23.    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +334
  24.    System.Web.Compilation.BuildManager.CallPreStartInitMethods() +280
  25.    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +1087
  26.  
  27. [HttpException (0x80004005): Could not load file or assembly 'Aurigma.GraphicsMill.DLL' or one of its dependencies.  is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)]
  28.    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11505568
  29.    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +141
  30.    System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +11337166
  31.  
  32.  
  33.  
  34. Version Information: Microsoft .NET Framework Version:4.0.30128; ASP.NET Version:4.0.30128.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement