1

Closed

Could not load file or assembly vjscor

description

Hello everyone
Does anyone know why this error? I am getting the following error after cleaning solution
Is it a framework issue?
 
calling assembly Flute, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
 
Línea 37: foreach (ICustomAttributeProvider assembly in typeFinder.GetAssemblies())
Línea 38: {
Línea 39: foreach (PluginAttribute plugin in assembly.GetCustomAttributes(typeof(PluginAttribute), false))
Línea 40: {
Línea 41: if (!IsRemoved(plugin.InitializerType))

 
Archivo de origen: e:\Desarrollo\WebEmprendedores\scr\WebEmprendedores\N2\Plugin\PluginBootstrapper.cs Línea: 39
 
Rastro al cargar el ensamblado: La información siguiente puede ser útil para determinar porqué no se cargó el ensamblado 'vjscor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
 
 
=== Información de estado anterior al enlace ===
LOG: Usuario = PORTATIL\Fernando
LOG: DisplayName = vjscor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
LOG: Appbase = file:///e:/Desarrollo/WebEmprendedores/scr/WebEmprendedores/
LOG: PrivatePath inicial = e:\Desarrollo\WebEmprendedores\scr\WebEmprendedores\bin

Ensamblado de llamada : Flute, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.

LOG: Este enlace empieza en el contexto de carga default.
LOG: Utilización del archivo de configuración de la aplicación: e:\Desarrollo\WebEmprendedores\scr\WebEmprendedores\web.config
LOG: Utilizando el archivo de configuración del equipo en D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Referencia posterior a la directiva: vjscor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: Intento de descarga de la nueva dirección URL file:///D:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/5019296e/96bc9f61/vjscor.DLL.
LOG: Intento de descarga de la nueva dirección URL file:///D:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/5019296e/96bc9f61/vjscor/vjscor.DLL.
LOG: Intento de descarga de la nueva dirección URL file:///e:/Desarrollo/WebEmprendedores/scr/WebEmprendedores/bin/vjscor.DLL.
LOG: Intento de descarga de la nueva dirección URL file:///e:/Desarrollo/WebEmprendedores/scr/WebEmprendedores/bin/vjscor/vjscor.DLL.
LOG: Intento de descarga de la nueva dirección URL file:///D:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/5019296e/96bc9f61/vjscor.EXE.
LOG: Intento de descarga de la nueva dirección URL file:///D:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/5019296e/96bc9f61/vjscor/vjscor.EXE.
LOG: Intento de descarga de la nueva dirección URL file:///e:/Desarrollo/WebEmprendedores/scr/WebEmprendedores/bin/vjscor.EXE.
LOG: Intento de descarga de la nueva dirección URL file:///e:/Desarrollo/WebEmprendedores/scr/WebEmprendedores/bin/vjscor/vjscor.EXE.
 

 
Seguimiento de la pila:
 
 
[FileNotFoundException: No se puede cargar el archivo o ensamblado 'vjscor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ni una de sus dependencias. El sistema no puede hallar el archivo especificado.]
System.ModuleHandle.ResolveType(Int32 typeToken, RuntimeTypeHandle* typeInstArgs, Int32 typeInstCount, RuntimeTypeHandle* methodInstArgs, Int32 methodInstCount) +0
System.ModuleHandle.ResolveTypeHandle(Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext) +147
System.Reflection.Module.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) +203
System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, Module decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, RuntimeMethodHandle& ctor, Boolean& ctorHasParameters, Boolean& isVarArg) +133
System.Reflection.CustomAttribute.GetCustomAttributes(Module decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes) +431
System.Reflection.CustomAttribute.GetCustomAttributes(Assembly assembly, RuntimeType caType) +88
System.Reflection.Assembly.GetCustomAttributes(Type attributeType, Boolean inherit) +53
N2.Plugin.PluginBootstrapper.GetPluginDefinitions() in e:\Desarrollo\WebEmprendedores\scr\WebEmprendedores\N2\Plugin\PluginBootstrapper.cs:39
N2.Engine.ContentEngine.Initialize() in E:\Desarrollo\WebEmprendedores\scr\WebEmprendedores\N2\Engine\ContentEngine.cs:196
N2.Web.Mvc.MvcEngine.Create() in e:\Desarrollo\WebEmprendedores\scr\WebEmprendedores\N2.Extensions\Web\Mvc\MvcEngine.cs:34
N2.Templates.Mvc.MvcApplication.Application_Start() in e:\Desarrollo\WebEmprendedores\scr\WebEmprendedores\Global.asax.cs:20
Closed Apr 9 at 4:46 AM by bherila
No repro

comments