• پایان فعالیت بخشهای انجمن: امکان ایجاد موضوع یا نوشته جدید برای عموم کاربران غیرفعال شده است

مشکل در بالا اومدن صفحه

omidco2

کاربر تازه وارد
تاریخ عضویت
12 نوامبر 2006
نوشته‌ها
680
لایک‌ها
2
در مورد این ارور کسی از دوستان میتونه راهنمایی کنه که مشکل از کجاست ؟

وقتی که سایت میخواد بیاد بالا این ارور رو میده!

.aspx

HTML:
Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.

Source Error: 


Line 22: 		<compilation debug="true">
Line 23: 			<assemblies>
Line 24: 				<add assembly="Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/></assemblies></compilation>
Line 25: 		<!--
Line 26:             The <authentication> section enables configuration 
 

Source File: D:\vhosts\httpdocs\web.config    Line: 24 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' 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].
 

Hamid2day

مدیر ارشد بازنشسته
تاریخ عضویت
1 مارس 2006
نوشته‌ها
21,295
لایک‌ها
20,173
محل سکونت
اوهایو - دیتون
ASP هست درسته ؟

خطا که نشون می ده فایل config ناقص هست..
 

omidco2

کاربر تازه وارد
تاریخ عضویت
12 نوامبر 2006
نوشته‌ها
680
لایک‌ها
2
بله عزیز asp هستش.

فقط نمیدونم این ناقصی که اونجا هم نوشته مربوط به چه چیزیه و باید چیکارش کرد!
 

omidco2

کاربر تازه وارد
تاریخ عضویت
12 نوامبر 2006
نوشته‌ها
680
لایک‌ها
2

omidco2

کاربر تازه وارد
تاریخ عضویت
12 نوامبر 2006
نوشته‌ها
680
لایک‌ها
2
http://www.microsoft.com/downloads/...3A-AC14-4125-8BA0-D36D67E0F4AD&displaylang=en
اینو نصب کن !!
اگه رو سرور نمیتونی نصب کنی , فایل دی ال ال رو کپی کن تو پوشه بین !!


آقا من فقط DLL اکسل رو که خواسته بود رو تو پوشه بین گذاشتم ولی این ارور رو داد بازم :(

HTML:
Could not load file or assembly 'EXCELPIA' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) 
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.IO.FileLoadException: Could not load file or assembly 'EXCELPIA' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

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 'EXCELPIA' 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: 


[FileLoadException: Could not load file or assembly 'EXCELPIA' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
   System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
   System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +54
   System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +211
   System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +141
   System.Reflection.Assembly.Load(String assemblyString) +25
   System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +32

[ConfigurationErrorsException: Could not load file or assembly 'EXCELPIA' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
   System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +596
   System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +211
   System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +46
   System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +177
   System.Web.Compilation.WebDirectoryBatchCompiler..ctor(VirtualDirectory vdir) +267
   System.Web.Compilation.BuildManager.BatchCompileWebDirectoryInternal(VirtualDirectory vdir, Boolean ignoreErrors) +39
   System.Web.Compilation.BuildManager.BatchCompileWebDirectory(VirtualDirectory vdir, VirtualPath virtualDir, Boolean ignoreErrors) +429
   System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) +75
   System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +582
   System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +93
   System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +111
   System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +54
   System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +31
   System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40
   System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +139
   System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +128
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +161
 
Last edited:

H_R

مدیر بازنشسته
تاریخ عضویت
30 مارس 2005
نوشته‌ها
3,298
لایک‌ها
17
سن
42
محل سکونت
North Pole
برو توی web.config ات ، اونجا خط 22 ام debug رو مساوی با true کن بعد دوباره برنامه رو اجرا کن تا ارور واقعی رو تازه نشونت بده !
 

omidco2

کاربر تازه وارد
تاریخ عضویت
12 نوامبر 2006
نوشته‌ها
680
لایک‌ها
2
برو توی web.config ات ، اونجا خط 22 ام debug رو مساوی با true کن بعد دوباره برنامه رو اجرا کن تا ارور واقعی رو تازه نشونت بده !

والا اونکه true هست . توی پست اول که ارور اول رو داد اگر ببینید line 22 رو خودش نوشته true

Line 22: <compilation debug="true">
 

najafi613

کاربر تازه وارد
تاریخ عضویت
5 ژوئن 2006
نوشته‌ها
10
لایک‌ها
0
اشکال اینجاست که پوشه bin باید داخل پوشه wwwroot قرار داشته باشد
بدین منظور در برنامه dreamweaver به منوی site رفته advanced , و deploy supporting files را انتخاب کنید در قسمت access گزینه local network و در قسمت bin folder ادرس پوشه bin داخل پوشه wwwroot را انتخاب کنید و دگمه deploy را بزنید
 
بالا