Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run as service problem
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Run as service problem
Divers
Thread ID:
00975455
Message ID:
00975455
Vues:
51
I have a small exe which runs just fine when i run it as a console app. I converted it into a System Service and installed the service with installutil.

The problem is that this exe refers to external dll (located in the same bin directory as the exe) When the exe tries to load one of the dll i get a FileNotFoundExeption. if i copy the dlls to whe winnt\system32 dir, everything is fine. but i don't want to do that.

Is there any difference on dependency search path in .Net for service application ? And how could i resolve this without copying the dlls into the system directory or to the GAC ?

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform