Bonjour,

En installant un applicatif sur un vieux server 2003 , j'ai ce message:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
admin 0 <élément indéfini> <nom élt indéfini> 12/2/2013 11:27:11 AM>  
   Exception has been thrown BY the target of an invocation.
   at System.Reflection.RuntimeConstructorInfo.InternalInvoke(BindingFlags invokeAttr, Binder binder, Object[] 
   parameters, CultureInfo culture, BOOLEAN isBinderDefault)
   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters,
   CultureInfo culture)
   at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo 
   culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, 
   CultureInfo culture, Object[] activationAttributes)
   at System.Reflection.Assembly.CreateInstance(String typeName, BOOLEAN ignoreCase, BindingFlags bindingAttr, 
   Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at ISPT.Interfaces.Factory.CreerFormulaire(String typeForm, Int32 idIndice, Hashtable objHT)
   at APP.Fenetres.frmNouvelIndice.Initialiser()
   at APP.Fenetres.frmNouvelIndice..ctor(Int32 idIndice, Int32 intMode)
   at APP.frmMain.menuItem5_OnClick(Object sender, EventArgs e)
   at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.MenuItemData.Execute()
   at System.Windows.Forms.Command.Invoke()
   at System.Windows.Forms.Control.WmCommand(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Des pistes ?

Merci.