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.Reflection.ReflectionTypeLoadE

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/28 04:18:59
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.Reflection.ReflectionTypeLoadE

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.Reflection.ReflectionTypeLoadE
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.Reflection.ReflectionTypeLoadException:Unable to load one or more of the requested types.Retrieve the LoaderExceptions property for more information.
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.
Stack Trace:
[ReflectionTypeLoadException:Unable to load one or more of the requested types.Retrieve the LoaderExceptions property for more information.]
System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0
System.Reflection.RuntimeModule.GetTypes() +9
System.Reflection.Assembly.GetTypes() +143
System.Data.Metadata.Edm.ObjectItemConventionAssemblyLoader.LoadTypesFromAssembly() +41
System.Data.Metadata.Edm.ObjectItemAssemblyLoader.Load() +32
System.Data.Metadata.Edm.AssemblyCache.LoadAssembly(Assembly assembly,Boolean loadReferencedAssemblies,ObjectItemLoadingSessionData loadingData) +124
System.Data.Metadata.Edm.AssemblyCache.LoadAssembly(Assembly assembly,Boolean loadReferencedAssemblies,KnownAssembliesSet knownAssemblies,EdmItemCollection edmItemCollection,Action`1 logLoadMessage,Object& loaderCookie,Dictionary`2& typesInLoading,List`1& errors) +250

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.Reflection.ReflectionTypeLoadE
这个没必要翻译吧.
这是用C#写的代码?
你的程序在处理请求的时候出现异常了.
在你相应的程序页面代码,打上断点,调试看看,就知道问题出在哪儿了.