Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Server 11 + IIS install problem: Could not load file or assembly 'AccessPoint'

Hi!

I'm trying to install QlikView Server with IIS support on Windows Server 2008 R2.

When i opening Access Point, i'm gettimg "Loading Content" all the time.

.NET 4.0.30319 - ok, installed and selected in pool "QlikView IIS",

"...aspnet_regiis -i" - yes, i tried it

i installed Fiddler to analyze the problem and i see "500" error while accessing url "/QvAJAXZfc/AccessPoint.aspx?mark=&platform=browser.MSIE%209.0&dpi=96 HTTP/1.1"

And when i'm trying to open this url in browser, i get:

Server Error in '/QvAjaxZfc' Application.

--------------------------------------------------------------------------------

Could not load file or assembly 'AccessPoint' or one of its dependencies. An attempt was made to load a program with an incorrect format.

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.

Exception Details: System.BadImageFormatException: Could not load file or assembly 'AccessPoint' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Source Error:

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. 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'AccessPoint' could not be loaded.

WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Stack Trace:

[BadImageFormatException: Could not load file or assembly 'AccessPoint' or one of its dependencies. An attempt was made to load a program with an incorrect format.]

   System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0

   System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks) +567

   System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +192

   System.Reflection.Assembly.Load(String assemblyString) +35

   System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +123

[ConfigurationErrorsException: Could not load file or assembly 'AccessPoint' or one of its dependencies. An attempt was made to load a program with an incorrect format.]

   System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +11569328

   System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +485

   System.Web.Configuration.AssemblyInfo.get_AssemblyInternal() +79

   System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +337

   System.Web.Compilation.BuildManager.CallPreStartInitMethods() +280

   System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +1167

[HttpException (0x80004005): Could not load file or assembly 'AccessPoint' or one of its dependencies. An attempt was made to load a program with an incorrect format.]

   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11702064

   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +141

   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4870277

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

Thanks for any help!

21 Replies
Not applicable
Author

Many thanks for helping me, but i decided to install QV on the clean standalone server, with qlikview webserver (not IIS).

May be the problem was that on previous server there are other corp web-apps under IIS.

Thanks!

pinak_saha
Contributor
Contributor

Under Application Pool in IIS, check if QlikView IIS is configured with "Enable 32 bit=True". If yes, then set that to false. This can be found under Advanced Settings of the application pool.