We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我将Content_Providers中对应的文件复制到bin目录下后运行,提示如下错误 无法加载一个或多个请求的类型。有关更多信息,请检索 LoaderExceptions 属性。
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Reflection.ReflectionTypeLoadException: 无法加载一个或多个请求的类型。有关更多信息,请检索 LoaderExceptions 属性。
源错误:
行 118: foreach (var a in assemblies) 行 119: { 行 120: foreach (var t in a.GetTypes()) 行 121: { 行 122: if (assignTypeFrom.IsAssignableFrom(t) || (assignTypeFrom.IsGenericTypeDefinition && DoesTypeImplementOpenGeneric(t, assignTypeFrom)))
[Exception: 程序集“Kooboo.CMS.Content.Persistence.SqlServer, Version=4.3.7.212, Culture=neutral, PublicKeyToken=null”中的类型“Kooboo.CMS.Content.Persistence.SqlServer.QueryProcessor.SQLServerVisitor`1”的方法“VisitNot”没有实现。 ]
请问我应该如何做?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我将Content_Providers中对应的文件复制到bin目录下后运行,提示如下错误
无法加载一个或多个请求的类型。有关更多信息,请检索 LoaderExceptions 属性。
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Reflection.ReflectionTypeLoadException: 无法加载一个或多个请求的类型。有关更多信息,请检索 LoaderExceptions 属性。
源错误:
行 118: foreach (var a in assemblies)
行 119: {
行 120: foreach (var t in a.GetTypes())
行 121: {
行 122: if (assignTypeFrom.IsAssignableFrom(t) || (assignTypeFrom.IsGenericTypeDefinition && DoesTypeImplementOpenGeneric(t, assignTypeFrom)))
[Exception: 程序集“Kooboo.CMS.Content.Persistence.SqlServer, Version=4.3.7.212, Culture=neutral, PublicKeyToken=null”中的类型“Kooboo.CMS.Content.Persistence.SqlServer.QueryProcessor.SQLServerVisitor`1”的方法“VisitNot”没有实现。
]
请问我应该如何做?
The text was updated successfully, but these errors were encountered: