Hello,
After we combined the Aspose.Cell component into our web application, we face the error mesage below :
event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1310
Date: 5/12/2009
Time: 9:05:32 PM
User: N/A
Computer: MDC-UAT-IIS01
Description:
Event code: 3008
Event message: A configuration error has occurred.
Event time: 5/12/2009 9:05:32 PM
Event time (UTC): 5/12/2009 9:05:32 PM
Event ID: 8e841a35f2dd44e18743e32cfeda23d0
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/130916743/Root/zzzz-7-128866359153168070
Trust level: Full
Application Virtual Path: /zzzz
Application Path: C:\Inetpub\UAT\xxxxx\zzzz\
Machine name: CMD-UAT-IIS01
Process information:
Process ID: 2748
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: HttpException
Exception message: is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
Request information:
Request URL: http://xxxxx/zzzz/home.aspx
Request path: /zzzz/home.aspx
User host address: 333.33.33.33
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()
at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
We use ASP.NET 3.5 and C# to create this site, and host at IIS. Dose any people know why?
Thanks!!
Brian