c# - Could not load file or assembly 'Telerik.Reporting' on IIS without any references in the project to it -


i have web site on iis. there lot of virtual folders separates sites on it.

i`ve updated 1 of them , got "could not load file or assembly 'telerik.reporting, version=6.2.13.110, culture=neutral, publickeytoken=a9d7983dfcc261be' or 1 of dependencies. system cannot find file specified."

the same errors on other virtual folder`s sites.

stack trace.`[filenotfoundexception: not load file or assembly 'telerik.reporting, version=6.2.13.110, culture=neutral, publickeytoken=a9d7983dfcc261be' or 1 of dependencies. system cannot find file specified.] system.reflection.runtimeassembly._nload(assemblyname filename, string codebase, evidence assemblysecurity, runtimeassembly locationhint, stackcrawlmark& stackmark, intptr pprivhostbinder, boolean throwonfilenotfound, boolean forintrospection, boolean suppresssecuritychecks) +0 system.reflection.runtimeassembly.internalloadassemblyname(assemblyname assemblyref, evidence assemblysecurity, runtimeassembly reqassembly, stackcrawlmark& stackmark, intptr pprivhostbinder, boolean throwonfilenotfound, boolean forintrospection, boolean suppresssecuritychecks) +210 system.reflection.runtimeassembly.internalload(string assemblystring, evidence assemblysecurity, stackcrawlmark& stackmark, intptr pprivhostbinder, boolean forintrospection) +242 system.reflection.runtimeassembly.internalload(string assemblystring, evidence assemblysecurity, stackcrawlmark& stackmark, boolean forintrospection) +17 system.reflection.assembly.load(string assemblystring) +35 system.web.configuration.compilationsection.loadassemblyhelper(string assemblyname, boolean stardirective) +122

[configurationerrorsexception: not load file or assembly 'telerik.reporting, version=6.2.13.110, culture=neutral, publickeytoken=a9d7983dfcc261be' or 1 of dependencies. system cannot find file specified.] system.web.configuration.compilationsection.loadassemblyhelper(string assemblyname, boolean stardirective) +12761078 system.web.configuration.assemblyinfo.get_assemblyinternal() +214 system.web.compilation.buildmanager.getreferencedassemblies(compilationsection compconfig) +334 system.web.compilation.buildmanager.callprestartinitmethods(string prestartinitlistpath) +203 system.web.compilation.buildmanager.executepreappstart() +152 system.web.hosting.hostingenvironment.initialize(applicationmanager appmanager, iapplicationhost apphost, iconfigmappathfactory configmappathfactory, hostingenvironmentparameters hostingparameters, policylevel policylevel, exception appdomaincreationexception) +1151

[httpexception (0x80004005): not load file or assembly 'telerik.reporting, version=6.2.13.110, culture=neutral, publickeytoken=a9d7983dfcc261be' or 1 of dependencies. system cannot find file specified.] system.web.httpruntime.firstrequestinit(httpcontext context) +12881540 system.web.httpruntime.ensurefirstrequestinit(httpcontext context) +159 system.web.httpruntime.processrequestnotificationprivate(iis7workerrequest wr, httpcontext context) +12722601`

but in project don`t use telerik @ all. created new site on iis, deploy project , 1 work well. in main 1 still error.

what should remove issue site virtual folders? have deploy project it. can`t delete , create new one.

any suggestions? restart doesn`t help.

there other web.configs reference telerik assembly. need check of them


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -