Questione : I dlls di Infragistics sono contrastanti

Sto ottenendo sotto l'errore sulla compilazione dell'applicazione Web: il

Error 9 il tipo “Infragistics.WebUI.WebCombo.WebCombo„ esiste sia “nel _MSIL \ Infragistics2.WebUI.WebCombo.v9.2 \ 9.2.20092.1003__7dd5c3163f2cd0cb \ Infragistics2.WebUI.WebCombo.v9.2.dll di c:\Windows\assembly\GAC„ che “il _MSIL \ Infragistics35.WebUI.WebCombo.v9.2 \ 9.2.20092.1003__7dd5c3163f2cd0cb \ Local \ Temp \ lime \ website1 \ cbf47561 \ 9324b5d0 \ App_Web_owchycdk.10.cs 187

Can u di c:\Windows\assembly\GAC di Infragistics35.WebUI.WebCombo.v9.2.dll„ c:\Users\UserName\AppData\ di Temporary ASP.NET aiuta prego se unregistering uno che la forza aiuta o qualcos'altro?      
class= del

Risposta : I dlls di Infragistics sono contrastanti


Fisso:)

Chris
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:
28:
29:
30:
31:
32:
33:
34:
35:
$DomainControllers = “dc1„, “dc2„, “dc3„, “dc4„

$Users = @ {}
$DomainControllers | ForEach-Oggetto {
  Ottenere-QADUser - SearchRoot “domain.com/Offices„ - - assistere il _ di $ - SizeLimit permesso a 0 | `
    Selezionare-Oggetto DN, LastLogon, PasswordLastSet | ForEach-Oggetto { 
      Se ($Users.$ ($_.DN)) {
        $Users.$ ($_.DN) = _ di $ | Selezionare-Oggetto DN, PasswordLastSet, `
          @ {e= del n='LastLogon'; { 
            Se ($_.LastLogon - GT $Users.$ ($_.DN) .LastLogon) { 
              $_.LastLogon 
            } Altrimenti { 
              $Users.$ ($_.DN) .LastLogon 
            }}}
      } Altrimenti {
        $Users.Add ($_.DN, $_)
      }
    }
}

$Users.Values | ForEach-Oggetto {
  Se ($_.PasswordLastSet - Ne $Null) {
    $PasswordReset = (Nuovo-Periodo $_.PasswordLastSet). Giorni
  } Altrimenti {
    $PasswordReset = “-„
  }

  Se ($_.LastLogon - Ne $Null) {
    $LastLogon = (Nuovo-Periodo $_.LastLogon). Giorni
  } Altrimenti {
    $LastLogon = “-„
  }

  Regolare-QADUser $_.DN - Descrizione “(parola d'accesso ripristinata: giorni) di $PasswordReset (ultimo entrato: giorni di $LastLogon)„
}
Altre soluzioni  
 
programming4us programming4us