IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

ASP.NET Discussion :

Compilation Error VS2005 sous VISTA


Sujet :

ASP.NET

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre habitué
    Inscrit en
    Septembre 2008
    Messages
    10
    Détails du profil
    Informations forums :
    Inscription : Septembre 2008
    Messages : 10
    Par défaut Compilation Error VS2005 sous VISTA
    Bonjour à tous,

    Je viens d'ouvrir un projet VS2005 dans ma nouvelle boite

    Mon collègue ouvre ce même projet sans problème sous XP, mais moi sous VISTA quand je compile l'application, j'ai un message d'erreur assez bizarre qui ne m'indique pas ou est l'erreur, je cherche depuis hier sans aucune réponse.

    The specified module could not be found. (Exception from HRESULT: 0x8007007E)

    Cette erreur intervient quand je rajoute une dll appellé SIVLIB.dll (assembly pour de la cartographie beNOMAD)

    Si je lance l'application malgré cette erreur, j'ai cela mais ca ne m'en dis pas plus ?
    Je pense que le problème vient de cette DLL sans en être sur, ou du web.config.

    POUVEZ VOUS m'aider svp ?

    The specified module could not be found. (Exception from HRESULT: 0x8007007E)
    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.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)

    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:


    [FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)]
    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) +98

    [ConfigurationErrorsException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)]
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +734
    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +297
    System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +71
    System.Web.Configuration.AssemblyInfo.get_AssemblyInternal() +39
    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +203
    System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +95
    System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +936
    System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +198
    System.Web.Compilation.BuildManager.CompileCodeDirectories() +368
    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +402

    [HttpException (0x80004005): The specified module could not be found. (Exception from HRESULT: 0x8007007E)]
    System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +81
    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +524
    System.Web.Compilation.BuildManager.CallAppInitializeMethod() +27
    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +805

    [HttpException (0x80004005): The specified module could not be found. (Exception from HRESULT: 0x8007007E)]
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +642
    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +121
    System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +314

  2. #2
    Rédacteur
    Avatar de Louis-Guillaume Morand
    Homme Profil pro
    Cloud Architect
    Inscrit en
    Mars 2003
    Messages
    10 839
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Hauts de Seine (Île de France)

    Informations professionnelles :
    Activité : Cloud Architect
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mars 2003
    Messages : 10 839
    Par défaut
    tu l'as enregistré ton assembly sur ton pc? enregistré, pas juste déposer, enregistré dans le GAC ou le registre si c'est du COM

  3. #3
    Membre habitué
    Inscrit en
    Septembre 2008
    Messages
    10
    Détails du profil
    Informations forums :
    Inscription : Septembre 2008
    Messages : 10
    Par défaut
    J'ai simplement fait add référence et ajouté ma DLL ( C'est une DLL fournit par benomad)
    SI j'enlève ma DLL il me dit que la DLL SIVLIB.dll est manquante, je l'ajoute en faisant un add référence et là j'ai cette erreur signalé plus haut.

    Merci d'avance

  4. #4
    Rédacteur
    Avatar de Louis-Guillaume Morand
    Homme Profil pro
    Cloud Architect
    Inscrit en
    Mars 2003
    Messages
    10 839
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Hauts de Seine (Île de France)

    Informations professionnelles :
    Activité : Cloud Architect
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mars 2003
    Messages : 10 839
    Par défaut
    donc peut-être enregistrer ton assembly si c'est du COM

    je ne te garanti pas que ca vienne de là mais quand ca "trouve pas", ca peut venir de là

  5. #5
    Membre éclairé Avatar de flogreg
    Profil pro
    Développeur informatique
    Inscrit en
    Mars 2004
    Messages
    432
    Détails du profil
    Informations personnelles :
    Âge : 43
    Localisation : France

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Mars 2004
    Messages : 432
    Par défaut
    FileNotFoundException, ConfigurationErrorsException, ...
    Il ne manquerait pas un fichier avec cette dll ? Un fichier xml de config, ou autre ?

  6. #6
    Membre habitué
    Inscrit en
    Septembre 2008
    Messages
    10
    Détails du profil
    Informations forums :
    Inscription : Septembre 2008
    Messages : 10
    Par défaut
    Comment dois je faire pour enregistrer mon assembly ?
    Désolé mais je ne sais pas faire

    Merci

  7. #7
    Rédacteur
    Avatar de Louis-Guillaume Morand
    Homme Profil pro
    Cloud Architect
    Inscrit en
    Mars 2003
    Messages
    10 839
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Hauts de Seine (Île de France)

    Informations professionnelles :
    Activité : Cloud Architect
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Mars 2003
    Messages : 10 839
    Par défaut
    et mon lien, c'est pour faire joli???? je t'ai donné le début, à toi de chercher un peu

    et écoute aussi flogreg. vérifie si ton collègue n'a pas de fichier de conf en plus que toi

Discussions similaires

  1. probleme de compilation des tableaux sous vista
    Par cesari dans le forum Tableaux - Graphiques - Images - Flottants
    Réponses: 5
    Dernier message: 27/04/2008, 19h37
  2. [COMPILER] [MEX] compiler du C sous Vista 64 bits
    Par S4sha dans le forum MATLAB
    Réponses: 11
    Dernier message: 29/02/2008, 21h04
  3. [Compilation] Compilation avec Mingw sous Vista
    Par redfric dans le forum Débuter
    Réponses: 1
    Dernier message: 23/01/2008, 16h15
  4. Compilé avec VC++ sous vista avec sdl (bug)
    Par Narkoleptik dans le forum Visual C++
    Réponses: 3
    Dernier message: 06/03/2007, 18h47

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo