Vous êtes ici Forums
  |  Connexion
 Forums
HomeHomeForums DNNForums DNNInstallationInstallationErreur lors du passage sur un serveur de productionErreur lors du passage sur un serveur de production
Précédente
 
Suivante
Nouveau message
08/11/2007 08:40
 

Bonjour,

ce matin, j'ai installé mon application sur mon serveur de production et j'ai l'erreur suivante sur le fichier global.asax.vb l82 => Select Case GetUpgradeStatus() :

 

Value cannot be null.
Parameter name: type

 
[ArgumentNullException: Value cannot be null.
Parameter name: type]
System.Activator.CreateInstance(Type type, Boolean nonPublic) +2768503
System.Activator.CreateInstance(Type type) +6
DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey, Boolean UseCache) in D:\Projets\FranceAir\www\Library\Components\Framework\Reflection.vb:227
DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) in D:\Projets\FranceAir\www\Library\Components\Framework\Reflection.vb:189
DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, Boolean UseCache) in D:\Projets\FranceAir\www\Library\Components\Framework\Reflection.vb:76
DotNetNuke.Services.Cache.CachingProvider.CreateProvider() in D:\Projets\FranceAir\www\Library\Components\Providers\Caching\CachingProvider.vb:41
DotNetNuke.Services.Cache.CachingProvider..cctor() in D:\Projets\FranceAir\www\Library\Components\Providers\Caching\CachingProvider.vb:36

[TypeInitializationException: The type initializer for 'DotNetNuke.Services.Cache.CachingProvider' threw an exception.]
DotNetNuke.Services.Cache.CachingProvider.Instance() in D:\Projets\FranceAir\www\Library\Components\Providers\Caching\CachingProvider.vb:45
DotNetNuke.Common.Utilities.DataCache.GetCache(String CacheKey) in D:\Projets\FranceAir\www\Library\Components\Providers\Caching\DataCache.vb:187
DotNetNuke.HttpModules.RequestFilter.RequestFilterSettings.GetSettings() in D:\Projets\FranceAir\www\Library\HttpModules\RequestFilter\Config\RequestFilterSettings.vb:72
DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) in D:\Projets\FranceAir\www\Library\HttpModules\RequestFilter\RequestFilterModule.vb:68
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

 

 Comment faire pour résoudre ce problème (en local, le pb ne se pose pas)

 

MErci d'avance

 

 
Nouveau message
08/11/2007 12:24
 

Il semble que c'est du à l'absence de la dll correspondant au caching provider défini dans votre web.config

--> le type ne peut être créé à partir du full name déclaré dans le web.config, il reste à null, et l'activator plante sur un type null.

Donc comparez le contenu des répertoires bin sinon les web.config.


Jesse
Société de conseil et de service en 
informatique et systèmes d'information
 
Nouveau message
08/11/2007 15:18
 

Merci, il s'agissait effectivement d'un pb de dll manquante!

 
Précédente
 
Suivante
HomeHomeForums DNNForums DNNInstallationInstallationErreur lors du passage sur un serveur de productionErreur lors du passage sur un serveur de production