Conectați-vă cu Microsoft
Conectați-vă sau creați un cont
Salut,
Selectați un alt cont.
Aveți mai multe conturi
Alegeți contul cu care doriți să vă conectați.

Introducere (articolul poate să fie în limba engleză)

Actualizarea 4.0.3 pentru Microsoft .NET Framework 4 este acum disponibilă. Această actualizare include un set de caracteristici noi și remediază unele erori, pe baza solicitărilor clienților principali și a scenariilor de .NET Framework.

Note

  • Această versiune de actualizare actualizează doar fișierele runtime pentru Microsoft .NET Framework 4. Pentru mai multe informații despre detaliile acestei actualizări, consultați secțiunea "Mai multe informații".

  • Această actualizare conține toate modificările runtime din următoarele actualizări:

    • 2544514 Actualizarea 4.0.2 pentru Microsoft .NET Framework 4 - Actualizarea runtime

    • 2478063 Actualizarea 4.0.1 pentru Microsoft .NET Framework 4 - Actualizarea runtime

    Prin urmare, această actualizare este o actualizare cumulativă. Orice aplicație construită pentru .NET Framework 4.0.1 sau .NET Framework 4.0.2 poate rula pe un computer care are instalat .NET Framework 4 și .NET Framework 4.0.3.

  • Nu acceptăm nicio aplicație pe care această actualizare a fost utilizată pentru a construi pe orice versiune preliminară a .NET Framework 4, cum ar fi o versiune Beta. În plus, recomandăm ca oricărei astfel de aplicații să i se facă upgrade la cel puțin Microsoft .NET Framework 4 RTM.


Descărcați informații

Actualizarea este disponibilă pentru descărcare de la următorul site web Centru de descărcare Microsoft:
Descărcaţi Descărcați pachetul de actualizare acum.
Pentru mai multe informații despre descărcarea fișierelor de asistență Microsoft, faceți clic pe următorul număr de articol pentru a vedea articolul în Baza de cunoștințe Microsoft:

119591 Cum să obțineți fișiere de asistență Microsoft de la servicii online Microsoft a scanat acest fișier împotriva virușilor. Microsoft a utilizat cel mai recent software de detectare a virușilor care era disponibil la data la care a fost publicat fișierul. Fișierul este stocat pe servere cu securitate îmbunătățită care contribuie la prevenirea oricăror modificări neautorizate ale fișierului.

Cerinţe preliminare

Pentru a instala această actualizare, trebuie să aveți următorul software instalat:

  • Windows Installer 3.1 sau o versiune mai recentă de Windows Installer

    Pentru a obține cea mai recentă versiune de Windows Installer, vizitați următorul site web Microsoft:

    Descărcați Windows Installer 4.5 Redistributable

  • Profilul de client Microsoft .NET Framework 4 sau Microsoft .NET Framework 4

Notă .NET 4.0.3 - Runtime Update este un cadru care poate fi țintit și este construit pentru .NET Framework 4. Această actualizare nu este o versiune de cadru complet cumulativă.

l Pentru mai multe informații despre Windows Installer, vizitați următorul site web Microsoft:

Informații generale despre Windows Installer

Cerință repornire

Trebuie să reporniți computerul după ce instalați această actualizare dacă fișierele care se actualizează sunt blocate sau sunt utilizate atunci când instalați această actualizare.

Mai multe informații

Caracteristici introduse de această actualizare

Faceți clic aici pentru a vizualiza sau a ascunde informații detaliate

Caracteristica 1: SustainedLowLatency adăugat la GCLatencyMode

Unele aplicații efectuează operațiuni sensibile la timp pe parcursul zilei, timp în care întreruperile din cauza blocării lungi a colectării deșeurilor ar putea fi perturbatoare. De exemplu, aplicațiile care au nevoie de timpi de răspuns rapizi din cauza modificărilor datelor de pe piața financiară în timpul orelor de tranzacționare. Dacă o aplicație are un heap gestionat mare în acest mediu, acesta ar putea deveni fără răspuns pentru perioade lungi de timp în cazul în care blocarea completă colectare a deșeurilor apare.

Pentru a rezolva această problemă, o nouă setare numită SustainedLowLatency este adăugată la GCLatencyMode. Această nouă setare minimizează situațiile în care poate apărea o colectare completă a deșeurilor de blocare. Totuși, colectarea completă a deșeurilor de blocare poate apărea în continuare în alte situații, cum ar fi memoria redusă sau în cazul în care colectarea deșeurilor este indusă intenționat.

Notă Setarea SustainedLowLatency este aplicabilă numai atunci când este activată colectarea simultană a deșeurilor. Dacă colectarea deșeurilor concurente nu este activată, SustainedLowLatency nu afectează comportamentul de colectare a deșeurilor.

Pentru mai multe informații despre modurile de latență, vizitați următorul site web Microsoft:

Informații generale despre modurile de latență

Caracteristica 2: suport pentru fluxurile de lucru care rulează în încredere parțială

Fluxurile de lucru care utilizează Windows Workflow Foundation 4 (WF4) pot rula numai în domenii de aplicații complet de încredere. Această actualizare permite WF să ruleze în medii parțial de încredere. Domeniul modificării permite rularea fluxului de lucru de bază (modelul de executare, modelul de activitate și de date, urmărirea și serializarea) pentru a rula în încredere parțială. Pentru a activa această modificare, unele asamblări WF sunt condiționate AllowPartiallyTrustedCallersAttribute (APTCA).

Notă SqlWorkflowInstanceStore și expresiile Visual Basic nu sunt acceptate de această modificare. Prin urmare, acestea nu sunt disponibile în încredere parțială.

Caracteristica 3: activarea activităților de mesagerie WF în mai multe gazde

Activitățile de mesagerie WF4 (Trimitere, Primire, ReceiveReply, SendReply și așa mai departe) utilizează WCF pentru a trimite și a primi mesaje. Această actualizare introduce o nouă extensie WF care este utilizată de aceste activități pentru a trimite sau a primi mesaje (sau pe ambele). Extensia trebuie furnizată de gazdă. Dacă extensia nu este prezentă, comportamentul și executarea WF4 se păstrează (nu există modificări la calea de cod curentă). Dacă extensia este prezentă, activitățile apelează metodele din extensie.

Noua extensie are metode pentru fiecare dintre pașii implicați în diferite modele de mesagerie. Autorii gazdă pot implementa acele metode pentru a implementa semantica mesageriei pe care doresc să o utilizeze cu modelul de program WF4 existent.
 

Caracteristica 4: XLinq și DataAnnotations adăugate la .NET Framework 4 Biblioteci portabile de clase

Suportul pentru System.Xml.Linq.dll și System.ComponentModel.DataAnnotations.dll a fost adăugat la proiectul Portable Class Library atunci când se vizează .NET Framework 4.0.3. Pentru mai multe informații despre cum să instalați suportul pentru Portable Class Library, vizitați articolul Portable Class Library din MSDN.
 

Caracteristica 5: Suport pentru ID conexiune corelată în SqlClient

În Microsoft SQL Server 2012, se adaugă capacitatea de a corela un ID de conexiune între client și server. Cu această actualizare SqlClient va trimite informații despre ID-ul de conexiune, astfel încât să poată fi înregistrat în jurnal pe partea server. În plus, următoarele capacități sunt adăugate la SqlClient pentru a furniza modalități de a regăsi ID-ul de conexiune pe partea client, dacă este disponibil:

  • Proprietatea ConnectionId în SqlConnection

  • Proprietatea ConnectionId în SqlException

  • SqlException.ToString va include ID-ul de conexiune

Informații generale despre evenimentele SQL Server extinseși accesarea ClientConnectionID prin SqlClient pentru .NET Framework.

Probleme pe care le rezolvă această actualizare

Faceți clic aici pentru a vizualiza sau a ascunde informații detaliate


Problema 1: Imposibil de setat antetul răspuns HTTP WWW-Authenticate în scenariile

de serviciu WCF găzduit automat Dacă aveți un serviciu WCF găzduit automat, nu puteți trimite un antet HTTP www-Authenticate în mesajul de răspuns. Acest lucru este necesar pentru multe scenarii de autentificare particularizată, cum ar fi activarea OAuth. Această limitare a fost eliminată.

Problema 2: Serviciul BasicHttp găzduit automat care utilizează https activat nu reușește în încredere

parțială Dacă aveți un serviciu WCF găzduit automat care utilizează BasicHttpBinding cu modul de securitate Transport și ClientCredentialType=Fără sau Certificat, nu l-ați putut rula în încredere parțială. Solicitarea clientului nu reușește și primiți următoarea excepție:
 

System.Security.SecurityException: Solicitarea nu a reușit.
la System.Security.CodeAccessSecurityEngine.ThrowSecurityException(RuntimeAssembly asm, PermissionSet acordat, PermissionSet refused, RuntimeMethodHandleInternal rmh, SecurityAction action, Object demand, IPermission permThatFailed)

Această problemă este rezolvată.

Problema 3: WCF: Elementele extensiei de legare identice din machine.config și app.config generează o excepție

Dacă există elemente de extensie identice (nume și tipuri) în machine.config și app.config, se creează o excepție ConfigurationErrorsException și primiți următorul mesaj de eroare:

System.Configuration.ConfigurationErrorsException a fost netratată
Message=O extensie a numelui "xyz" apare deja în colecția de extensii. Numele extensiilor trebuie să fie unice.

Această limitare a fost eliminată.

Problema 4

Luați în considerare următorul scenariu:

  • Rulați o aplicație client pentru a accesa un serviciu duplex Windows Communication Foundation (WCF) care utilizează Microsoft .NET Framework 4.

  • Aplicația apelează evenimentul OnClose al unui canal din serviciul WCF.

  • Acest canal este apoi încheiat într-un alt fir de evenimente.

În acest scenariu, aplicația se defectează și primiți unul dintre următoarele mesaje de excepție:
Excepție 1

Excepție: System.Runtime.CallbackException.

Mesaj: Un apel invers al utilizatorului a provocat o excepție.

Excepție 2

Excepție internă: System.ObjectDisposedException.

Mesaj: Imposibil de accesat un obiect eliminat.
 

Problema 5

Luați în considerare următorul scenariu:

  • Aveți unele legături nestandard definite pentru următoarele servicii:

    • Net.Pipe Ascultător

    • Net.Tcp Listener

    • Serviciul de partajare a porturilor Net.Tcp

    • Adaptor Net.Msmq Listner

  • Instalați o actualizare de profil extins .NET Framework 4.0

În acest scenariu, configurația Internet Information Services (IIS) se modifică la valoarea implicită a portului 808 în locul portului particularizat.

Problema 6
Atunci când încercați să accesați o pagină web găzduită creată pentru .NET 4.0.1 sau .NET 4.0.2 (adică proprietatea targetFramework este setată la una dintre aceste ținte), primiți un mesaj de eroare asemănător cu următorul:

Descriere: S-a produs o eroare în timpul procesării unui fișier de configurare necesar pentru a deservi această solicitare. Revizuiți detaliile specifice ale erorii de mai jos și modificați fișierul de configurare în mod corespunzător.

Mesaj de eroare interpretor: Atributul "targetFramework" din compilarea <> element al fișierului Web.config este utilizat doar pentru a ținti versiunea 4.0 și versiunile ulterioare ale .NET Framework (de exemplu, "<compilation targetFramework="4.0">"). Atributul "targetFramework" face în prezent referire la o versiune ulterioară versiunii instalate a .NET Framework. Specificați o versiune țintă validă a .NET Framework sau instalați versiunea necesară a .NET Framework.

Eroare sursă:
Linia 2:>configurație <
Linia 3: <system.web>
Linia 4: <compilarea debug="false" targetFramework=". NETFramework, version=v4.0.3" />
Linia 5: linia 6 </system.web>: </configuration>

Această problemă este rezolvată acum.

Problema 7

Luați în considerare următorul scenariu:

  • Un proces rulează cod gestionat împotriva Microsoft .NET Framework 4 common language runtime (CLR).

  • În același timp, este instalată o actualizare care asigură serviciile Microsoft .NET Framework 4 asamblări.

În acest scenariu, procesul care rulează cod gestionat împotriva Microsoft .NET Framework 4 CLR se poate termina în mod neașteptat. Această problemă apare din cauza unei condiții în care service-ul asamblării Microsoft .NET Framework 4.0 ar putea duce la module încărcate, într-un proces care rulează cod gestionat împotriva Microsoft .NET Framework 4.0 CLR, pentru a intra într-o stare inconsistentă. Procesul se termină în mod neașteptat.

Problema 8

AlwaysOn este noua soluție cu disponibilitate mare care face parte din codul SQL Server numit "Denali". Aceasta permite scenarii de recuperare a erorilor între mai multe site-uri fără hardware specializat. Am introdus o remediere care îmbunătățește performanța de reconectare în caz de nereușită în clusterele de site-uri multiple care nu utilizează un VLAN extins.

Problema 9

Performanța reconectării în caz de nereușită față de un SQL Server grup de disponibilitate Denali AlwaysOn nu este în paritate cu performanța reconectării în caz de nereușită la o bază de date SQL Server 2008 R2 utilizând DB Mirroring. Această problemă este rezolvată, îmbunătățind performanța de reconectare în caz de nereușită a codului de SQL Server numit "Denali" AlwaysOn, aducându-l în paritate cu reluările în caz de nereușită tradiționale Database Mirroring.

Problema 10

Luați în considerare următorul scenariu:

  • Găzduiți un serviciu Microsoft .NET Framework 4-based Windows Communication Foundation (WCF). Serviciul WCF utilizează protocolul TCP.

  • Multe aplicații Web client utilizează serviciul WCF.

  • Serviciul încearcă să curățenie unele conexiuni.

În acest scenariu, serviciul WCF poate întâmpina următoarele excepții, apoi se poate bloca:

  • System.Net.InternalException - eroare în cadrul Windows Communication Foundation. Aplicațiile nu trebuie să încerce să gestioneze.

  • System.NullReferenceExcption - referință de obiect ne seta la o instanță a unui obiect.


Problema 11:
Luați în considerare următorul scenariu:

  • O aplicație client deschide și închide rapid conexiunile TCP la un serviciu Windows Communication Foundation (WCF).

  • Modul în care obiectele sunt alocate pentru Heap obiect mare (LOH) pentru servicii WCF acest lucru poate duce la fragmentarea memoriei în generarea 0 heap. Acest lucru poate afecta negativ performanța serviciului WCF.


În acest scenariu, performanța serviciului WCF se degradează.

Problema 12:
Luați în considerare următorul scenariu:

  • Utilizați Furnizorul de date .NET Framework pentru SQL Server (SqlClient) pentru a vă conecta la o instanță de Microsoft SQL Server.

  • Reproducerea în oglindă a bazei de date este activată.

  • Serverul principal este disponibil (nu a reușit trecerea la partenerul de reluare în caz de nereușită), dar este în curs de încărcare și nu răspunde rapid.

  • Deschideți o conexiune nouă la server.


În acest scenariu, solicitările de conexiune pot să iasă prematur și să apară o excepție SqlException.


Problema 13:
Luați în considerare următorul scenariu:

  • Utilizați Furnizorul de date .NET Framework pentru SQL Server (SqlClient) pentru a vă conecta la o instanță de Microsoft SQL Azure sau de Microsoft SQL Server.

  • Opțiunea Criptare este activată.

  • Solicitarea de conexiune nu reușește în timpul preloginului.


În acest scenariu, apare o irosire de memorie. În plus, obiectul GCHandle este scurs.


Problema 14:
Luați în considerare următorul scenariu:

  • Utilizați Furnizorul de date .NET Framework pentru SQL Server (SqlClient) pentru a vă conecta la o instanță de Microsoft SQL Azure sau de Microsoft SQL Server.

  • Datele sunt regăsite utilizând SqlDataReader.

  • Primiți un simbol de ENV_CHANGE de la server atunci când se regăsesc datele.


În acest scenariu, nu se regăsește niciun set de rezultate sau doar un set de rezultate parțiale, chiar dacă sunt disponibile mai multe date.

Problema 15:

Luați în considerare următorul scenariu:

  • Aveți un computer windows 7 sau Windows Server 2008 R2 care este conectat la un ecran tactil.

  • Rulați o aplicație Windows Presentation Foundation (WPF) în modul ecran complet.

  • Rulați o altă aplicație în modul ecran complet. Această aplicație rulează la o rezoluție de ecran mai mică decât aplicația WPF.

  • Ieșiți din aplicație și comutați înapoi la aplicația WPF care rulează.


În acest scenariu, intrarea tactilă este mapată incorect în aplicația WPF.


Problema 16:

Cu această actualizare, am făcut ca platforma System.Deployment să verifice mai flexibilă pentru aplicațiile ClickOnce.
Pentru instrucțiuni despre cum să setați versiunea runtime în manifestul ClickOnce, vizitați următorul site web MSDN:

Instrucțiuni despre setarea versiunii runtime în manifestul ClickOnce

Asistență Pentru Visual Studio 2010

Pentru a utiliza orice caracteristică nouă instalată de această actualizare, instalați următoarea actualizare, apoi dezvoltați aplicații în Microsoft Visual Studio 2010 Service Pack 1 (SP1):

2600214 Visual Studio 2010 SP1 – actualizarea timpului de proiectare pentru Microsoft .NET Framework 4.0.3

 

Probleme cunoscute cu această actualizare

Faceți clic aici pentru a vizualiza sau a ascunde informații detaliate


Problema 1

Simptome

Luați în considerare următorul scenariu:

  • Creați o aplicație .NET 4.0.3 și o implementați pe un computer care are instalată .NET Framework 4 și 4.0.3 Runtime Update.

  • Instalați Visual Studio 11 Developer Preview sau .NET Framework 4.5 Developer Preview pe același computer.

  • Încercați să rulați aplicația.

În acest scenariu, primiți următorul mesaj de eroare:

Această aplicație necesită una dintre următoarele versiuni ale .NET Framework:

. NETFramework, Version=v4.0.3,Profile=Client

Instalați această versiune .NET Framework acum?

Cauză

Deoarece .NET 4.0.3 pentru .NET 4 a fost creat după lansarea Visual Studio 11 Developer Preview, acesta nu poate fi utilizat împreună cu .NET 4.5 Developer Preview.
 

Rezolvare

Pentru a rezolva această problemă, dezinstalați Visual Studio 11 Developer Preview și .NET 4.5 Developer Preview pentru ca aplicațiile dvs. să funcționeze. Doar următoarea versiune majoră a .NET Framework 4.5 va accepta .NET 4.0.3.

Informații despre înlocuirea actualizării

Această actualizare înlocuiește următoarea actualizare. Pentru mai multe informații, faceți clic pe următorul număr de articol pentru a-l vedea în Baza de cunoștințe Microsoft:

  • 2478063 Actualizarea 4.0.1 pentru Microsoft .NET Framework 4 - Actualizarea runtime

  • 2544514 Actualizarea 4.0.2 pentru Microsoft .NET Framework 4 - Actualizarea runtime

Informații despre fișier

Faceți clic aici pentru a vizualiza sau a ascunde informații detaliate


Versiunea globală a acestei actualizări utilizează un pachet Microsoft Windows Installer pentru a instala actualizarea. Datele și orele pentru aceste fișiere sunt listate în Timpul universal (UTC) în tabelul următor. Atunci când vizualizați informațiile despre fișier, se face conversia datei la ora locală. Pentru a găsi diferența dintre UTC și ora locală, utilizați fila Fus orar din elementul Dată și oră din Panou de control.
 

Pentru toate versiunile de Windows bazate pe x86 acceptate pentru ramura de serviciu GDR

Nume fișier

Versiune fișier

Dimensiune fișier

Data

Timp

vbc.exe

10.0.30319.276

2,262,784

22 ianuarie 2012

01:35

clr.dll

4.0.30319.276

6,727,424

22 ianuarie 2012

01:34

mscordacwks.dll

4.0.30319.276

1,143,568

22 ianuarie 2012

01:34

mscordbi.dll

4.0.30319.276

957,200

22 ianuarie 2012

01:34

mscorlib.dll

4.0.30319.276

5,201,168

22 ianuarie 2012

01:34

nlssorting.dll

4.0.30319.276

57,616

22 ianuarie 2012

01:34

PresentationCore.dll

4.0.30319.276

3,790,112

22 ianuarie 2012

01:38

PresentationFramework.dll

4.0.30319.276

6,429,992

22 ianuarie 2012

01:38

ServiceModelReg.exe

4.0.30319.276

192,792

22 ianuarie 2012

01:37

SOS.dll

4.0.30319.276

518,400

22 ianuarie 2012

01:34

SqlWorkflowInstanceStoreLogic.sql

51,063

21 ianuarie 2012

17:27

SqlWorkflowInstanceStoreSchema.sql

23,739

21 ianuarie 2012

17:27

System.Activities.Core.Presentation.dll

4.0.30319.276

619,328

22 ianuarie 2012

01:37

System.Activities.dll

4.0.30319.276

1,269,536

22 ianuarie 2012

01:37

System.Activities.DurableInstancing.dll

4.0.30319.276

126,272

22 ianuarie 2012

01:37

System.Activities.Presentation.dll

4.0.30319.276

1,559,864

22 ianuarie 2012

01:37

System.IdentityModel.dll

4.0.30319.276

398,120

22 ianuarie 2012

01:37

System.Net.dll

4.0.30319.276

237,840

22 ianuarie 2012

01:36

System.Runtime.DurableInstancing.dll

4.0.30319.276

357,696

22 ianuarie 2012

01:37

System.Runtime.Serialization.dll

4.0.30319.276

1,039,160

22 ianuarie 2012

01:37

System.ServiceModel.Activities.dll

4.0.30319.276

537,912

22 ianuarie 2012

01:37

System.ServiceModel.dll

4.0.30319.276

6,102,816

22 ianuarie 2012

01:37

System.Data.dll

4.0.30319.276

3,027,216

22 ianuarie 2012

01:35

System.Deployment.dll

4.0.30319.276

840,992

22 ianuarie 2012

01:35

System.dll

4.0.30319.276

3,512,072

22 ianuarie 2012

01:35

System.XML.dll

4.0.30319.276

2,208,528

22 ianuarie 2012

01:36

WindowsBase.dll

4.0.30319.276

1,369,872

22 ianuarie 2012

01:38

System.Xml.Serialization.dll

4.0.30319.276

12,080

22 ianuarie 2012

01:37

aspnet_wp.exe

4.0.30319.276

33,552

22 ianuarie 2012

00:12

Microsoft.Build.Tasks.v4.0.dll

4.0.30319.276

1,070,896

22 ianuarie 2012

00:11

Microsoft.CSharp.target

13,031

22 ianuarie 2012

00:04

Microsoft.VisualBasic.target

13,630

22 ianuarie 2012

00:04

microsoft.build.commontypes.xsd

195,804

22 ianuarie 2012

00:04

PerfCounters.ini

154,222

22 ianuarie 2012

00:04

System.Web.Extensions.dll

4.0.30319.276

1,863,464

22 ianuarie 2012

00:11

System.Web.dll

4.0.30319.276

5,230,864

22 ianuarie 2012

00:12

webengine.dll

4.0.30319.276

15,120

22 ianuarie 2012

00:12

webengine4.dll

4.0.30319.276

496,400

22 ianuarie 2012

00:12

XamlBuildTask.dll

4.0.30319.276

109,336

22 ianuarie 2012

00:12

mscorlib.resources.dll

4.0.30319.276

360,736

21 ianuarie 2012

23:52

System.Data.resources.dll

4.0.30319.276

372,008

21 ianuarie 2012

23:52

System.resources.dll

4.0.30319.276

257,312

21 ianuarie 2012

23:52

mscorlib.resources.dll

4.0.30319.276

366,368

21 ianuarie 2012

23:34

System.Data.resources.dll

4.0.30319.276

375,080

21 ianuarie 2012

23:34

System.resources.dll

4.0.30319.276

263,456

21 ianuarie 2012

23:34

mscorlib.resources.dll

4.0.30319.276

288,544

21 ianuarie 2012

23:16

System.Data.resources.dll

4.0.30319.276

326,952

21 ianuarie 2012

23:17

System.resources.dll

4.0.30319.276

199,968

21 ianuarie 2012

23:17

mscorlib.resources.dll

4.0.30319.276

289,056

21 ianuarie 2012

22:59

System.Data.resources.dll

4.0.30319.276

329,512

21 ianuarie 2012

22:59

System.resources.dll

4.0.30319.276

202,528

21 ianuarie 2012

22:59

mscorlib.resources.dll

4.0.30319.276

314,144

21 ianuarie 2012

22:44

System.Data.resources.dll

4.0.30319.276

348,456

21 ianuarie 2012

22:44

System.resources.dll

4.0.30319.276

225,056

21 ianuarie 2012

22:44

mscorlib.resources.dll

4.0.30319.276

309,024

21 ianuarie 2012

22:26

System.Data.resources.dll

4.0.30319.276

344,872

21 ianuarie 2012

22:26

System.resources.dll

4.0.30319.276

219,936

21 ianuarie 2012

22:26

mscorlib.resources.dll

4.0.30319.276

323,872

21 ianuarie 2012

22:07

System.Data.resources.dll

4.0.30319.276

355,112

21 ianuarie 2012

22:08

System.resources.dll

4.0.30319.276

231,200

21 ianuarie 2012

22:08

mscorlib.resources.dll

4.0.30319.276

438,560

21 ianuarie 2012

21:50

System.Data.resources.dll

4.0.30319.276

424,232

21 ianuarie 2012

21:50

System.resources.dll

4.0.30319.276

320,800

21 ianuarie 2012

21:50

mscorlib.resources.dll

4.0.30319.276

317,216

21 ianuarie 2012

21:31

System.Data.resources.dll

4.0.30319.276

348,456

21 ianuarie 2012

21:31

System.resources.dll

4.0.30319.276

228,640

21 ianuarie 2012

21:31

mscorlib.resources.dll

4.0.30319.276

311,072

21 ianuarie 2012

21:16

System.Data.resources.dll

4.0.30319.276

342,312

21 ianuarie 2012

21:16

System.resources.dll

4.0.30319.276

219,936

21 ianuarie 2012

21:16

mscorlib.resources.dll

4.0.30319.276

322,336

21 ianuarie 2012

20:58

System.Data.resources.dll

4.0.30319.276

354,088

21 ianuarie 2012

20:58

System.resources.dll

4.0.30319.276

233,760

21 ianuarie 2012

20:58

mscorlib.resources.dll

4.0.30319.276

343,328

21 ianuarie 2012

20:42

System.Data.resources.dll

4.0.30319.276

367,400

21 ianuarie 2012

20:42

System.resources.dll

4.0.30319.276

244,000

21 ianuarie 2012

20:42

mscorlib.resources.dll

4.0.30319.276

327,968

21 ianuarie 2012

20:21

System.Data.resources.dll

4.0.30319.276

359,208

21 ianuarie 2012

20:21

System.resources.dll

4.0.30319.276

236,832

21 ianuarie 2012

20:21

mscorlib.resources.dll

4.0.30319.276

315,680

21 ianuarie 2012

20:02

System.Data.resources.dll

4.0.30319.276

348,456

21 ianuarie 2012

20:02

System.resources.dll

4.0.30319.276

226,080

21 ianuarie 2012

20:02

mscorlib.resources.dll

4.0.30319.276

329,504

21 ianuarie 2012

19:46

System.Data.resources.dll

4.0.30319.276

356,648

21 ianuarie 2012

19:47

System.resources.dll

4.0.30319.276

236,320

21 ianuarie 2012

19:47

mscorlib.resources.dll

4.0.30319.276

313,120

21 ianuarie 2012

19:29

System.Data.resources.dll

4.0.30319.276

352,040

21 ianuarie 2012

19:29

System.resources.dll

4.0.30319.276

226,592

21 ianuarie 2012

19:29

mscorlib.resources.dll

4.0.30319.276

301,344

21 ianuarie 2012

19:12

System.Data.resources.dll

4.0.30319.276

339,240

21 ianuarie 2012

19:12

System.resources.dll

4.0.30319.276

213,792

21 ianuarie 2012

19:12

mscorlib.resources.dll

4.0.30319.276

322,848

21 ianuarie 2012

18:57

System.Data.resources.dll

4.0.30319.276

355,624

21 ianuarie 2012

18:57

System.resources.dll

4.0.30319.276

228,640

21 ianuarie 2012

18:57

mscorlib.resources.dll

4.0.30319.276

314,144

21 ianuarie 2012

18:42

System.Data.resources.dll

4.0.30319.276

345,896

21 ianuarie 2012

18:42

System.resources.dll

4.0.30319.276

227,104

21 ianuarie 2012

18:42

mscorlib.resources.dll

4.0.30319.276

316,704

21 ianuarie 2012

18:26

System.Data.resources.dll

4.0.30319.276

349,480

21 ianuarie 2012

18:27

System.resources.dll

4.0.30319.276

227,616

21 ianuarie 2012

18:27

mscorlib.resources.dll

4.0.30319.276

408,864

21 ianuarie 2012

18:09

System.Data.resources.dll

4.0.30319.276

408,872

21 ianuarie 2012

18:09

System.resources.dll

4.0.30319.276

292,128

21 ianuarie 2012

18:09

mscorlib.resources.dll

4.0.30319.276

310,048

21 ianuarie 2012

17:53

System.Data.resources.dll

4.0.30319.276

342,312

21 ianuarie 2012

17:54

System.resources.dll

4.0.30319.276

218,400

21 ianuarie 2012

17:54

mscorlib.resources.dll

4.0.30319.276

307,488

21 ianuarie 2012

17:34

System.Data.resources.dll

4.0.30319.276

343,848

21 ianuarie 2012

17:34

System.resources.dll

4.0.30319.276

219,936

21 ianuarie 2012

17:34

Pentru toate versiunile de Windows pe 64 de biți acceptate pentru ramura de serviciu GDR

Nume fișier

Versiune fișier

Dimensiune fișier

Data

Timp

vbc.exe

10.0.30319.276

3,236,608

22 ianuarie 2012

09:32

vbc.exe

10.0.30319.276

2,262,784

22 ianuarie 2012

01:35

clr.dll

4.0.30319.276

9,793,280

22 ianuarie 2012

09:31

clr.dll

4.0.30319.276

6,727,424

22 ianuarie 2012

01:34

mscordacwks.dll

4.0.30319.276

1,515,792

22 ianuarie 2012

09:32

mscordacwks.dll

4.0.30319.276

1,143,568

22 ianuarie 2012

01:34

mscordbi.dll

4.0.30319.276

1,455,376

22 ianuarie 2012

09:32

mscordbi.dll

4.0.30319.276

957,200

22 ianuarie 2012

01:34

mscorlib.dll

4.0.30319.276

4,970,768

22 ianuarie 2012

09:32

mscorlib.dll

4.0.30319.276

5,201,168

22 ianuarie 2012

01:34

nlssorting.dll

4.0.30319.276

68,880

22 ianuarie 2012

09:32

nlssorting.dll

4.0.30319.276

57,616

22 ianuarie 2012

01:34

PresentationCore.dll

4.0.30319.276

3,825,952

22 ianuarie 2012

09:33

PresentationCore.dll

4.0.30319.276

3,790,112

22 ianuarie 2012

01:38

PresentationFramework.dll

4.0.30319.276

6,429,992

22 ianuarie 2012

01:38

ServiceModelReg.exe

4.0.30319.276

261,912

22 ianuarie 2012

09:33

ServiceModelReg.exe

4.0.30319.276

192,792

22 ianuarie 2012

01:37

SOS.dll

4.0.30319.276

598,784

22 ianuarie 2012

09:32

SOS.dll

4.0.30319.276

518,400

22 ianuarie 2012

01:34

SqlWorkflowInstanceStoreLogic.sql

51,063

22 ianuarie 2012

02:37

SqlWorkflowInstanceStoreLogic.sql

51,063

21 ianuarie 2012

17:27

SqlWorkflowInstanceStoreSchema.sql

23,739

22 ianuarie 2012

02:37

SqlWorkflowInstanceStoreSchema.sql

23,739

21 ianuarie 2012

17:27

System.Activities.Core.Presentation.dll

4.0.30319.276

619,328

22 ianuarie 2012

01:37

System.Activities.dll

4.0.30319.276

1,269,536

22 ianuarie 2012

01:37

System.Activities.DurableInstancing.dll

4.0.30319.276

126,272

22 ianuarie 2012

01:37

System.Activities.Presentation.dll

4.0.30319.276

1,559,864

22 ianuarie 2012

01:37

System.IdentityModel.dll

4.0.30319.276

398,120

22 ianuarie 2012

01:37

System.Net.dll

4.0.30319.276

237,840

22 ianuarie 2012

01:36

System.Runtime.DurableInstancing.dll

4.0.30319.276

357,696

22 ianuarie 2012

01:37

System.Runtime.Serialization.dll

4.0.30319.276

1,039,160

22 ianuarie 2012

01:37

System.ServiceModel.Activities.dll

4.0.30319.276

537,912

22 ianuarie 2012

01:37

System.ServiceModel.dll

4.0.30319.276

6,102,816

22 ianuarie 2012

01:37

System.Data.dll

4.0.30319.276

3,174,160

22 ianuarie 2012

09:33

System.Data.dll

4.0.30319.276

3,027,216

22 ianuarie 2012

01:35

System.Deployment.dll

4.0.30319.276

840,992

22 ianuarie 2012

01:35

System.dll

4.0.30319.276

3,512,072

22 ianuarie 2012

01:35

System.XML.dll

4.0.30319.276

2,208,528

22 ianuarie 2012

01:36

WindowsBase.dll

4.0.30319.276

1,369,872

22 ianuarie 2012

01:38

System.Xml.Serialization.dll

4.0.30319.276

12,080

22 ianuarie 2012

01:37

aspnet_wp.exe

4.0.30319.276

41,744

22 ianuarie 2012

09:12

aspnet_wp.exe

4.0.30319.276

33,552

22 ianuarie 2012

00:12

Microsoft.Build.Tasks.v4.0.dll

4.0.30319.276

1,070,896

22 ianuarie 2012

00:11

Microsoft.CSharp.target

13,031

22 ianuarie 2012

00:04

Microsoft.VisualBasic.target

13,630

22 ianuarie 2012

00:04

microsoft.build.commontypes.xsd

195,804

22 ianuarie 2012

09:08

microsoft.build.commontypes.xsd

195,804

22 ianuarie 2012

00:04

PerfCounters.ini

154,222

22 ianuarie 2012

00:04

System.Web.Extensions.dll

4.0.30319.276

1,863,464

22 ianuarie 2012

00:11

System.Web.dll

4.0.30319.276

5,200,656

22 ianuarie 2012

09:12

System.Web.dll

4.0.30319.276

5,230,864

22 ianuarie 2012

00:12

webengine.dll

4.0.30319.276

16,656

22 ianuarie 2012

09:12

webengine.dll

4.0.30319.276

15,120

22 ianuarie 2012

00:12

webengine4.dll

4.0.30319.276

721,680

22 ianuarie 2012

09:12

webengine4.dll

4.0.30319.276

496,400

22 ianuarie 2012

00:12

XamlBuildTask.dll

4.0.30319.276

109,336

22 ianuarie 2012

00:12

mscorlib.resources.dll

4.0.30319.276

360,736

22 ianuarie 2012

08:54

mscorlib.resources.dll

4.0.30319.276

360,736

21 ianuarie 2012

23:52

System.Data.resources.dll

4.0.30319.276

372,008

22 ianuarie 2012

08:55

System.Data.resources.dll

4.0.30319.276

372,008

21 ianuarie 2012

23:52

System.resources.dll

4.0.30319.276

257,312

21 ianuarie 2012

23:52

mscorlib.resources.dll

4.0.30319.276

366,368

22 ianuarie 2012

08:37

mscorlib.resources.dll

4.0.30319.276

366,368

21 ianuarie 2012

23:34

System.Data.resources.dll

4.0.30319.276

375,080

22 ianuarie 2012

08:38

System.Data.resources.dll

4.0.30319.276

375,080

21 ianuarie 2012

23:34

System.resources.dll

4.0.30319.276

263,456

21 ianuarie 2012

23:34

mscorlib.resources.dll

4.0.30319.276

288,544

22 ianuarie 2012

08:18

mscorlib.resources.dll

4.0.30319.276

288,544

21 ianuarie 2012

23:16

System.Data.resources.dll

4.0.30319.276

326,952

22 ianuarie 2012

08:19

System.Data.resources.dll

4.0.30319.276

326,952

21 ianuarie 2012

23:17

System.resources.dll

4.0.30319.276

199,968

21 ianuarie 2012

23:17

mscorlib.resources.dll

4.0.30319.276

289,056

22 ianuarie 2012

08:02

mscorlib.resources.dll

4.0.30319.276

289,056

21 ianuarie 2012

22:59

System.Data.resources.dll

4.0.30319.276

329,512

22 ianuarie 2012

08:02

System.Data.resources.dll

4.0.30319.276

329,512

21 ianuarie 2012

22:59

System.resources.dll

4.0.30319.276

202,528

21 ianuarie 2012

22:59

mscorlib.resources.dll

4.0.30319.276

314,144

22 ianuarie 2012

07:47

mscorlib.resources.dll

4.0.30319.276

314,144

21 ianuarie 2012

22:44

System.Data.resources.dll

4.0.30319.276

348,456

22 ianuarie 2012

07:47

System.Data.resources.dll

4.0.30319.276

348,456

21 ianuarie 2012

22:44

System.resources.dll

4.0.30319.276

225,056

21 ianuarie 2012

22:44

mscorlib.resources.dll

4.0.30319.276

309,024

22 ianuarie 2012

07:30

mscorlib.resources.dll

4.0.30319.276

309,024

21 ianuarie 2012

22:26

System.Data.resources.dll

4.0.30319.276

344,872

22 ianuarie 2012

07:30

System.Data.resources.dll

4.0.30319.276

344,872

21 ianuarie 2012

22:26

System.resources.dll

4.0.30319.276

219,936

21 ianuarie 2012

22:26

mscorlib.resources.dll

4.0.30319.276

323,872

22 ianuarie 2012

07:14

mscorlib.resources.dll

4.0.30319.276

323,872

21 ianuarie 2012

22:07

System.Data.resources.dll

4.0.30319.276

355,112

22 ianuarie 2012

07:14

System.Data.resources.dll

4.0.30319.276

355,112

21 ianuarie 2012

22:08

System.resources.dll

4.0.30319.276

231,200

21 ianuarie 2012

22:08

mscorlib.resources.dll

4.0.30319.276

438,560

22 ianuarie 2012

06:56

mscorlib.resources.dll

4.0.30319.276

438,560

21 ianuarie 2012

21:50

System.Data.resources.dll

4.0.30319.276

424,232

22 ianuarie 2012

06:56

System.Data.resources.dll

4.0.30319.276

424,232

21 ianuarie 2012

21:50

System.resources.dll

4.0.30319.276

320,800

21 ianuarie 2012

21:50

mscorlib.resources.dll

4.0.30319.276

317,216

22 ianuarie 2012

06:39

mscorlib.resources.dll

4.0.30319.276

317,216

21 ianuarie 2012

21:31

System.Data.resources.dll

4.0.30319.276

348,456

22 ianuarie 2012

06:40

System.Data.resources.dll

4.0.30319.276

348,456

21 ianuarie 2012

21:31

System.resources.dll

4.0.30319.276

228,640

21 ianuarie 2012

21:31

mscorlib.resources.dll

4.0.30319.276

311,072

22 ianuarie 2012

06:24

mscorlib.resources.dll

4.0.30319.276

311,072

21 ianuarie 2012

21:16

System.Data.resources.dll

4.0.30319.276

342,312

22 ianuarie 2012

06:24

System.Data.resources.dll

4.0.30319.276

342,312

21 ianuarie 2012

21:16

System.resources.dll

4.0.30319.276

219,936

21 ianuarie 2012

21:16

mscorlib.resources.dll

4.0.30319.276

322,336

22 ianuarie 2012

06:06

mscorlib.resources.dll

4.0.30319.276

322,336

21 ianuarie 2012

20:58

System.Data.resources.dll

4.0.30319.276

354,088

22 ianuarie 2012

06:06

System.Data.resources.dll

4.0.30319.276

354,088

21 ianuarie 2012

20:58

System.resources.dll

4.0.30319.276

233,760

21 ianuarie 2012

20:58

mscorlib.resources.dll

4.0.30319.276

343,328

22 ianuarie 2012

05:51

mscorlib.resources.dll

4.0.30319.276

343,328

21 ianuarie 2012

20:42

System.Data.resources.dll

4.0.30319.276

367,400

22 ianuarie 2012

05:51

System.Data.resources.dll

4.0.30319.276

367,400

21 ianuarie 2012

20:42

System.resources.dll

4.0.30319.276

244,000

21 ianuarie 2012

20:42

mscorlib.resources.dll

4.0.30319.276

327,968

22 ianuarie 2012

05:34

mscorlib.resources.dll

4.0.30319.276

327,968

21 ianuarie 2012

20:21

System.Data.resources.dll

4.0.30319.276

359,208

22 ianuarie 2012

05:34

System.Data.resources.dll

4.0.30319.276

359,208

21 ianuarie 2012

20:21

System.resources.dll

4.0.30319.276

236,832

21 ianuarie 2012

20:21

mscorlib.resources.dll

4.0.30319.276

315,680

22 ianuarie 2012

05:19

mscorlib.resources.dll

4.0.30319.276

315,680

21 ianuarie 2012

20:02

System.Data.resources.dll

4.0.30319.276

348,456

22 ianuarie 2012

05:19

System.Data.resources.dll

4.0.30319.276

348,456

21 ianuarie 2012

20:02

System.resources.dll

4.0.30319.276

226,080

21 ianuarie 2012

20:02

mscorlib.resources.dll

4.0.30319.276

329,504

22 ianuarie 2012

05:02

mscorlib.resources.dll

4.0.30319.276

329,504

21 ianuarie 2012

19:46

System.Data.resources.dll

4.0.30319.276

356,648

22 ianuarie 2012

05:02

System.Data.resources.dll

4.0.30319.276

356,648

21 ianuarie 2012

19:47

System.resources.dll

4.0.30319.276

236,320

21 ianuarie 2012

19:47

mscorlib.resources.dll

4.0.30319.276

313,120

22 ianuarie 2012

04:47

mscorlib.resources.dll

4.0.30319.276

313,120

21 ianuarie 2012

19:29

System.Data.resources.dll

4.0.30319.276

352,040

22 ianuarie 2012

04:47

System.Data.resources.dll

4.0.30319.276

352,040

21 ianuarie 2012

19:29

System.resources.dll

4.0.30319.276

226,592

21 ianuarie 2012

19:29

mscorlib.resources.dll

4.0.30319.276

301,344

22 ianuarie 2012

04:32

mscorlib.resources.dll

4.0.30319.276

301,344

21 ianuarie 2012

19:12

System.Data.resources.dll

4.0.30319.276

339,240

22 ianuarie 2012

04:32

System.Data.resources.dll

4.0.30319.276

339,240

21 ianuarie 2012

19:12

System.resources.dll

4.0.30319.276

213,792

21 ianuarie 2012

19:12

mscorlib.resources.dll

4.0.30319.276

322,848

22 ianuarie 2012

04:15

mscorlib.resources.dll

4.0.30319.276

322,848

21 ianuarie 2012

18:57

System.Data.resources.dll

4.0.30319.276

355,624

22 ianuarie 2012

04:15

System.Data.resources.dll

4.0.30319.276

355,624

21 ianuarie 2012

18:57

System.resources.dll

4.0.30319.276

228,640

21 ianuarie 2012

18:57

mscorlib.resources.dll

4.0.30319.276

314,144

22 ianuarie 2012

04:00

mscorlib.resources.dll

4.0.30319.276

314,144

21 ianuarie 2012

18:42

System.Data.resources.dll

4.0.30319.276

345,896

22 ianuarie 2012

04:00

System.Data.resources.dll

4.0.30319.276

345,896

21 ianuarie 2012

18:42

System.resources.dll

4.0.30319.276

227,104

21 ianuarie 2012

18:42

mscorlib.resources.dll

4.0.30319.276

316,704

22 ianuarie 2012

03:42

mscorlib.resources.dll

4.0.30319.276

316,704

21 ianuarie 2012

18:26

System.Data.resources.dll

4.0.30319.276

349,480

22 ianuarie 2012

03:43

System.Data.resources.dll

4.0.30319.276

349,480

21 ianuarie 2012

18:27

System.resources.dll

4.0.30319.276

227,616

21 ianuarie 2012

18:27

mscorlib.resources.dll

4.0.30319.276

408,864

22 ianuarie 2012

03:27

mscorlib.resources.dll

4.0.30319.276

408,864

21 ianuarie 2012

18:09

System.Data.resources.dll

4.0.30319.276

408,872

22 ianuarie 2012

03:27

System.Data.resources.dll

4.0.30319.276

408,872

21 ianuarie 2012

18:09

System.resources.dll

4.0.30319.276

292,128

21 ianuarie 2012

18:09

mscorlib.resources.dll

4.0.30319.276

310,048

22 ianuarie 2012

03:06

mscorlib.resources.dll

4.0.30319.276

310,048

21 ianuarie 2012

17:53

System.Data.resources.dll

4.0.30319.276

342,312

22 ianuarie 2012

03:06

System.Data.resources.dll

4.0.30319.276

342,312

21 ianuarie 2012

17:54

System.resources.dll

4.0.30319.276

218,400

21 ianuarie 2012

17:54

mscorlib.resources.dll

4.0.30319.276

307,488

22 ianuarie 2012

02:43

mscorlib.resources.dll

4.0.30319.276

307,488

21 ianuarie 2012

17:34

System.Data.resources.dll

4.0.30319.276

343,848

22 ianuarie 2012

02:43

System.Data.resources.dll

4.0.30319.276

343,848

21 ianuarie 2012

17:34

System.resources.dll

4.0.30319.276

219,936

21 ianuarie 2012

17:34

Pentru toate versiunile de Windows bazate pe IA-64 acceptate pentru ramura de serviciu GDR

Nume fișier

Versiune fișier

Dimensiune fișier

Data

Timp

vbc.exe

10.0.30319.276

6,429,440

22 ianuarie 2012

16:55

vbc.exe

10.0.30319.276

2,262,784

22 ianuarie 2012

01:35

clr.dll

4.0.30319.276

19,368,704

22 ianuarie 2012

16:54

clr.dll

4.0.30319.276

6,727,424

22 ianuarie 2012

01:34

mscordacwks.dll

4.0.30319.276

3,759,888

22 ianuarie 2012

16:54

mscordacwks.dll

4.0.30319.276

1,143,568

22 ianuarie 2012

01:34

mscordbi.dll

4.0.30319.276

3,296,528

22 ianuarie 2012

16:54

mscordbi.dll

4.0.30319.276

957,200

22 ianuarie 2012

01:34

mscorlib.dll

4.0.30319.276

4,469,008

22 ianuarie 2012

16:54

mscorlib.dll

4.0.30319.276

5,201,168

22 ianuarie 2012

01:34

nlssorting.dll

4.0.30319.276

145,168

22 ianuarie 2012

16:55

nlssorting.dll

4.0.30319.276

57,616

22 ianuarie 2012

01:34

PresentationCore.dll

4.0.30319.276

3,790,112

22 ianuarie 2012

01:38

PresentationFramework.dll

4.0.30319.276

6,429,992

22 ianuarie 2012

01:38

ServiceModelReg.exe

4.0.30319.276

545,560

22 ianuarie 2012

16:56

ServiceModelReg.exe

4.0.30319.276

192,792

22 ianuarie 2012

01:37

SOS.dll

4.0.30319.276

1,204,480

22 ianuarie 2012

16:55

SOS.dll

4.0.30319.276

518,400

22 ianuarie 2012

01:34

SqlWorkflowInstanceStoreLogic.sql

51,063

22 ianuarie 2012

10:34

SqlWorkflowInstanceStoreLogic.sql

51,063

21 ianuarie 2012

17:27

SqlWorkflowInstanceStoreSchema.sql

23,739

22 ianuarie 2012

10:34

SqlWorkflowInstanceStoreSchema.sql

23,739

21 ianuarie 2012

17:27

System.Activities.Core.Presentation.dll

4.0.30319.276

619,328

22 ianuarie 2012

01:37

System.Activities.dll

4.0.30319.276

1,269,536

22 ianuarie 2012

01:37

System.Activities.DurableInstancing.dll

4.0.30319.276

126,272

22 ianuarie 2012

01:37

System.Activities.Presentation.dll

4.0.30319.276

1,559,864

22 ianuarie 2012

01:37

System.IdentityModel.dll

4.0.30319.276

398,120

22 ianuarie 2012

01:37

System.Net.dll

4.0.30319.276

237,840

22 ianuarie 2012

01:36

System.Runtime.DurableInstancing.dll

4.0.30319.276

357,696

22 ianuarie 2012

01:37

System.Runtime.Serialization.dll

4.0.30319.276

1,039,160

22 ianuarie 2012

01:37

System.ServiceModel.Activities.dll

4.0.30319.276

537,912

22 ianuarie 2012

01:37

System.ServiceModel.dll

4.0.30319.276

6,102,816

22 ianuarie 2012

01:37

System.Data.dll

4.0.30319.276

3,365,648

22 ianuarie 2012

16:55

System.Data.dll

4.0.30319.276

3,027,216

22 ianuarie 2012

01:35

System.Deployment.dll

4.0.30319.276

840,992

22 ianuarie 2012

01:35

System.dll

4.0.30319.276

3,512,072

22 ianuarie 2012

01:35

System.XML.dll

4.0.30319.276

2,208,528

22 ianuarie 2012

01:36

WindowsBase.dll

4.0.30319.276

1,369,872

22 ianuarie 2012

01:38

System.Xml.Serialization.dll

4.0.30319.276

12,080

22 ianuarie 2012

01:37

aspnet_wp.exe

4.0.30319.276

81,168

22 ianuarie 2012

16:37

aspnet_wp.exe

4.0.30319.276

33,552

22 ianuarie 2012

00:12

Microsoft.Build.Tasks.v4.0.dll

4.0.30319.276

1,070,896

22 ianuarie 2012

00:11

Microsoft.CSharp.target

13,031

22 ianuarie 2012

00:04

Microsoft.VisualBasic.target

13,630

22 ianuarie 2012

00:04

microsoft.build.commontypes.xsd

195,804

22 ianuarie 2012

16:33

microsoft.build.commontypes.xsd

195,804

22 ianuarie 2012

00:04

PerfCounters.ini

154,222

22 ianuarie 2012

00:04

System.Web.Extensions.dll

4.0.30319.276

1,863,464

22 ianuarie 2012

00:11

System.Web.dll

4.0.30319.276

4,819,728

22 ianuarie 2012

16:37

System.Web.dll

4.0.30319.276

5,230,864

22 ianuarie 2012

00:12

webengine.dll

4.0.30319.276

26,384

22 ianuarie 2012

16:37

webengine.dll

4.0.30319.276

15,120

22 ianuarie 2012

00:12

webengine4.dll

4.0.30319.276

1,341,712

22 ianuarie 2012

16:37

webengine4.dll

4.0.30319.276

496,400

22 ianuarie 2012

00:12

XamlBuildTask.dll

4.0.30319.276

109,336

22 ianuarie 2012

00:12

mscorlib.resources.dll

4.0.30319.276

360,736

22 ianuarie 2012

16:24

mscorlib.resources.dll

4.0.30319.276

360,736

21 ianuarie 2012

23:52

System.Data.resources.dll

4.0.30319.276

372,008

22 ianuarie 2012

16:24

System.Data.resources.dll

4.0.30319.276

372,008

21 ianuarie 2012

23:52

System.resources.dll

4.0.30319.276

257,312

21 ianuarie 2012

23:52

mscorlib.resources.dll

4.0.30319.276

366,368

22 ianuarie 2012

16:10

mscorlib.resources.dll

4.0.30319.276

366,368

21 ianuarie 2012

23:34

System.Data.resources.dll

4.0.30319.276

375,080

22 ianuarie 2012

16:10

System.Data.resources.dll

4.0.30319.276

375,080

21 ianuarie 2012

23:34

System.resources.dll

4.0.30319.276

263,456

21 ianuarie 2012

23:34

mscorlib.resources.dll

4.0.30319.276

288,544

22 ianuarie 2012

15:51

mscorlib.resources.dll

4.0.30319.276

288,544

21 ianuarie 2012

23:16

System.Data.resources.dll

4.0.30319.276

326,952

22 ianuarie 2012

15:51

System.Data.resources.dll

4.0.30319.276

326,952

21 ianuarie 2012

23:17

System.resources.dll

4.0.30319.276

199,968

21 ianuarie 2012

23:17

mscorlib.resources.dll

4.0.30319.276

289,056

22 ianuarie 2012

15:35

mscorlib.resources.dll

4.0.30319.276

289,056

21 ianuarie 2012

22:59

System.Data.resources.dll

4.0.30319.276

329,512

22 ianuarie 2012

15:35

System.Data.resources.dll

4.0.30319.276

329,512

21 ianuarie 2012

22:59

System.resources.dll

4.0.30319.276

202,528

21 ianuarie 2012

22:59

mscorlib.resources.dll

4.0.30319.276

314,144

22 ianuarie 2012

15:21

mscorlib.resources.dll

4.0.30319.276

314,144

21 ianuarie 2012

22:44

System.Data.resources.dll

4.0.30319.276

348,456

22 ianuarie 2012

15:21

System.Data.resources.dll

4.0.30319.276

348,456

21 ianuarie 2012

22:44

System.resources.dll

4.0.30319.276

225,056

21 ianuarie 2012

22:44

mscorlib.resources.dll

4.0.30319.276

309,024

22 ianuarie 2012

15:04

mscorlib.resources.dll

4.0.30319.276

309,024

21 ianuarie 2012

22:26

System.Data.resources.dll

4.0.30319.276

344,872

22 ianuarie 2012

15:04

System.Data.resources.dll

4.0.30319.276

344,872

21 ianuarie 2012

22:26

System.resources.dll

4.0.30319.276

219,936

21 ianuarie 2012

22:26

mscorlib.resources.dll

4.0.30319.276

323,872

22 ianuarie 2012

14:49

mscorlib.resources.dll

4.0.30319.276

323,872

21 ianuarie 2012

22:07

System.Data.resources.dll

4.0.30319.276

355,112

22 ianuarie 2012

14:49

System.Data.resources.dll

4.0.30319.276

355,112

21 ianuarie 2012

22:08

System.resources.dll

4.0.30319.276

231,200

21 ianuarie 2012

22:08

mscorlib.resources.dll

4.0.30319.276

438,560

22 ianuarie 2012

14:35

mscorlib.resources.dll

4.0.30319.276

438,560

21 ianuarie 2012

21:50

System.Data.resources.dll

4.0.30319.276

424,232

22 ianuarie 2012

14:35

System.Data.resources.dll

4.0.30319.276

424,232

21 ianuarie 2012

21:50

System.resources.dll

4.0.30319.276

320,800

21 ianuarie 2012

21:50

mscorlib.resources.dll

4.0.30319.276

317,216

22 ianuarie 2012

14:18

mscorlib.resources.dll

4.0.30319.276

317,216

21 ianuarie 2012

21:31

System.Data.resources.dll

4.0.30319.276

348,456

22 ianuarie 2012

14:18

System.Data.resources.dll

4.0.30319.276

348,456

21 ianuarie 2012

21:31

System.resources.dll

4.0.30319.276

228,640

21 ianuarie 2012

21:31

mscorlib.resources.dll

4.0.30319.276

311,072

22 ianuarie 2012

14:04

mscorlib.resources.dll

4.0.30319.276

311,072

21 ianuarie 2012

21:16

System.Data.resources.dll

4.0.30319.276

342,312

22 ianuarie 2012

14:04

System.Data.resources.dll

4.0.30319.276

342,312

21 ianuarie 2012

21:16

System.resources.dll

4.0.30319.276

219,936

21 ianuarie 2012

21:16

mscorlib.resources.dll

4.0.30319.276

322,336

22 ianuarie 2012

13:50

mscorlib.resources.dll

4.0.30319.276

322,336

21 ianuarie 2012

20:58

System.Data.resources.dll

4.0.30319.276

354,088

22 ianuarie 2012

13:50

System.Data.resources.dll

4.0.30319.276

354,088

21 ianuarie 2012

20:58

System.resources.dll

4.0.30319.276

233,760

21 ianuarie 2012

20:58

mscorlib.resources.dll

4.0.30319.276

343,328

22 ianuarie 2012

13:36

mscorlib.resources.dll

4.0.30319.276

343,328

21 ianuarie 2012

20:42

System.Data.resources.dll

4.0.30319.276

367,400

22 ianuarie 2012

13:36

System.Data.resources.dll

4.0.30319.276

367,400

21 ianuarie 2012

20:42

System.resources.dll

4.0.30319.276

244,000

21 ianuarie 2012

20:42

mscorlib.resources.dll

4.0.30319.276

327,968

22 ianuarie 2012

13:19

mscorlib.resources.dll

4.0.30319.276

327,968

21 ianuarie 2012

20:21

System.Data.resources.dll

4.0.30319.276

359,208

22 ianuarie 2012

13:20

System.Data.resources.dll

4.0.30319.276

359,208

21 ianuarie 2012

20:21

System.resources.dll

4.0.30319.276

236,832

21 ianuarie 2012

20:21

mscorlib.resources.dll

4.0.30319.276

315,680

22 ianuarie 2012

13:05

mscorlib.resources.dll

4.0.30319.276

315,680

21 ianuarie 2012

20:02

System.Data.resources.dll

4.0.30319.276

348,456

22 ianuarie 2012

13:05

System.Data.resources.dll

4.0.30319.276

348,456

21 ianuarie 2012

20:02

System.resources.dll

4.0.30319.276

226,080

21 ianuarie 2012

20:02

mscorlib.resources.dll

4.0.30319.276

329,504

22 ianuarie 2012

12:49

mscorlib.resources.dll

4.0.30319.276

329,504

21 ianuarie 2012

19:46

System.Data.resources.dll

4.0.30319.276

356,648

22 ianuarie 2012

12:49

System.Data.resources.dll

4.0.30319.276

356,648

21 ianuarie 2012

19:47

System.resources.dll

4.0.30319.276

236,320

21 ianuarie 2012

19:47

mscorlib.resources.dll

4.0.30319.276

313,120

22 ianuarie 2012

12:35

mscorlib.resources.dll

4.0.30319.276

313,120

21 ianuarie 2012

19:29

System.Data.resources.dll

4.0.30319.276

352,040

22 ianuarie 2012

12:35

System.Data.resources.dll

4.0.30319.276

352,040

21 ianuarie 2012

19:29

System.resources.dll

4.0.30319.276

226,592

21 ianuarie 2012

19:29

mscorlib.resources.dll

4.0.30319.276

301,344

22 ianuarie 2012

12:19

mscorlib.resources.dll

4.0.30319.276

301,344

21 ianuarie 2012

19:12

System.Data.resources.dll

4.0.30319.276

339,240

22 ianuarie 2012

12:19

System.Data.resources.dll

4.0.30319.276

339,240

21 ianuarie 2012

19:12

System.resources.dll

4.0.30319.276

213,792

21 ianuarie 2012

19:12

mscorlib.resources.dll

4.0.30319.276

322,848

22 ianuarie 2012

12:02

mscorlib.resources.dll

4.0.30319.276

322,848

21 ianuarie 2012

18:57

System.Data.resources.dll

4.0.30319.276

355,624

22 ianuarie 2012

12:02

System.Data.resources.dll

4.0.30319.276

355,624

21 ianuarie 2012

18:57

System.resources.dll

4.0.30319.276

228,640

21 ianuarie 2012

18:57

mscorlib.resources.dll

4.0.30319.276

314,144

22 ianuarie 2012

11:46

mscorlib.resources.dll

4.0.30319.276

314,144

21 ianuarie 2012

18:42

System.Data.resources.dll

4.0.30319.276

345,896

22 ianuarie 2012

11:46

System.Data.resources.dll

4.0.30319.276

345,896

21 ianuarie 2012

18:42

System.resources.dll

4.0.30319.276

227,104

21 ianuarie 2012

18:42

mscorlib.resources.dll

4.0.30319.276

316,704

22 ianuarie 2012

11:30

mscorlib.resources.dll

4.0.30319.276

316,704

21 ianuarie 2012

18:26

System.Data.resources.dll

4.0.30319.276

349,480

22 ianuarie 2012

11:30

System.Data.resources.dll

4.0.30319.276

349,480

21 ianuarie 2012

18:27

System.resources.dll

4.0.30319.276

227,616

21 ianuarie 2012

18:27

mscorlib.resources.dll

4.0.30319.276

408,864

22 ianuarie 2012

11:16

mscorlib.resources.dll

4.0.30319.276

408,864

21 ianuarie 2012

18:09

System.Data.resources.dll

4.0.30319.276

408,872

22 ianuarie 2012

11:16

System.Data.resources.dll

4.0.30319.276

408,872

21 ianuarie 2012

18:09

System.resources.dll

4.0.30319.276

292,128

21 ianuarie 2012

18:09

mscorlib.resources.dll

4.0.30319.276

310,048

22 ianuarie 2012

10:57

mscorlib.resources.dll

4.0.30319.276

310,048

21 ianuarie 2012

17:53

System.Data.resources.dll

4.0.30319.276

342,312

22 ianuarie 2012

10:58

System.Data.resources.dll

4.0.30319.276

342,312

21 ianuarie 2012

17:54

System.resources.dll

4.0.30319.276

218,400

21 ianuarie 2012

17:54

mscorlib.resources.dll

4.0.30319.276

307,488

22 ianuarie 2012

10:39

mscorlib.resources.dll

4.0.30319.276

307,488

21 ianuarie 2012

17:34

System.Data.resources.dll

4.0.30319.276

343,848

22 ianuarie 2012

10:39

System.Data.resources.dll

4.0.30319.276

343,848

21 ianuarie 2012

17:34

System.resources.dll

4.0.30319.276

219,936

21 ianuarie 2012

17:34


Pentru toate versiunile de Windows pentru serviciul LDR acceptate bazate pe x86

Nume fișier

Versiune fișier

Dimensiune fișier

Data

Timp

vbc.exe

10.0.30319.551

2,262,272

20 ianuarie 2012

22:37

clr.dll

4.0.30319.551

6,727,424

20 ianuarie 2012

22:37

mscordacwks.dll

4.0.30319.551

1,143,568

20 ianuarie 2012

22:37

mscordbi.dll

4.0.30319.551

956,688

20 ianuarie 2012

22:37

mscorlib.dll

4.0.30319.551

5,202,192

20 ianuarie 2012

22:37

nlssorting.dll

4.0.30319.551

57,104

20 ianuarie 2012

22:37

PresentationCore.dll

4.0.30319.551

3,792,160

20 ianuarie 2012

22:41

PresentationFramework.dll

4.0.30319.551

6,432,552

20 ianuarie 2012

22:41

ServiceModelReg.exe

4.0.30319.551

192,792

20 ianuarie 2012

22:39

Setup.exe

10.0.30319.551

79,112

20 ianuarie 2012

15:10

SetupEngine.dll

10.0.30319.551

810,768

20 ianuarie 2012

15:10

SetupUi.dll

10.0.30319.551

296,712

20 ianuarie 2012

15:10

SOS.dll

4.0.30319.551

517,888

20 ianuarie 2012

22:37

SqlWorkflowInstanceStoreLogic.sql

51,063

20 ianuarie 2012

15:02

SqlWorkflowInstanceStoreSchema.sql

23,739

20 ianuarie 2012

15:02

System.Activities.Core.Presentation.dll

4.0.30319.551

619,328

20 ianuarie 2012

22:40

System.Activities.dll

4.0.30319.551

1,272,608

20 ianuarie 2012

22:40

System.Activities.DurableInstancing.dll

4.0.30319.551

126,272

20 ianuarie 2012

22:40

System.Activities.Presentation.dll

4.0.30319.551

1,559,864

20 ianuarie 2012

22:40

System.IdentityModel.dll

4.0.30319.551

398,632

20 ianuarie 2012

22:40

System.Net.dll

4.0.30319.551

237,840

20 ianuarie 2012

22:39

System.Runtime.DurableInstancing.dll

4.0.30319.551

357,696

20 ianuarie 2012

22:40

System.Runtime.Serialization.dll

4.0.30319.551

1,039,160

20 ianuarie 2012

22:40

System.ServiceModel.Activities.dll

4.0.30319.551

537,912

20 ianuarie 2012

22:40

System.ServiceModel.dll

4.0.30319.551

6,115,616

20 ianuarie 2012

22:40

System.Data.dll

4.0.30319.551

3,027,728

20 ianuarie 2012

22:38

System.Data.SqlXml.dll

4.0.30319.551

752,928

20 ianuarie 2012

22:38

System.Deployment.dll

4.0.30319.551

840,992

20 ianuarie 2012

22:38

System.dll

4.0.30319.551

3,512,584

20 ianuarie 2012

22:38

System.XML.dll

4.0.30319.551

2,208,528

20 ianuarie 2012

22:39

WindowsBase.dll

4.0.30319.551

1,372,432

20 ianuarie 2012

22:41

System.Xml.Serialization.dll

4.0.30319.551

12,080

20 ianuarie 2012

22:40

aspnet_wp.exe

4.0.30319.551

33,552

20 ianuarie 2012

22:08

Microsoft.Build.Tasks.v4.0.dll

4.0.30319.551

1,070,896

20 ianuarie 2012

22:08

Microsoft.CSharp.target

13,031

20 ianuarie 2012

22:02

Microsoft.VisualBasic.target

13,630

20 ianuarie 2012

22:02

microsoft.build.commontypes.xsd

195,804

20 ianuarie 2012

22:02

PerfCounters.ini

154,222

20 ianuarie 2012

22:03

System.Web.Extensions.dll

4.0.30319.551

1,863,976

20 ianuarie 2012

22:07

System.Web.dll

4.0.30319.551

5,231,888

20 ianuarie 2012

22:08

webengine.dll

4.0.30319.551

15,120

20 ianuarie 2012

22:08

webengine4.dll

4.0.30319.551

496,400

20 ianuarie 2012

22:08

XamlBuildTask.dll

4.0.30319.551

109,336

20 ianuarie 2012

22:08

mscorlib.resources.dll

4.0.30319.551

360,736

20 ianuarie 2012

21:51

System.Data.resources.dll

4.0.30319.551

372,008

20 ianuarie 2012

21:51

system.data.sqlxml.resources.dll

4.0.30319.551

40,248

20 ianuarie 2012

21:51

System.resources.dll

4.0.30319.551

257,312

20 ianuarie 2012

21:51

System.RunTime.Serialization.resources.dll

4.0.30319.551

119,624

20 ianuarie 2012

21:51

System.xml.resources.dll

4.0.30319.551

180,520

20 ianuarie 2012

21:51

mscorlib.resources.dll

4.0.30319.551

366,368

20 ianuarie 2012

21:36

System.Data.resources.dll

4.0.30319.551

375,080

20 ianuarie 2012

21:37

system.data.sqlxml.resources.dll

4.0.30319.551

39,736

20 ianuarie 2012

21:37

System.resources.dll

4.0.30319.551

263,456

20 ianuarie 2012

21:37

System.RunTime.Serialization.resources.dll

4.0.30319.551

120,136

20 ianuarie 2012

21:36

System.xml.resources.dll

4.0.30319.551

182,056

20 ianuarie 2012

21:37

mscorlib.resources.dll

4.0.30319.551

288,544

20 ianuarie 2012

21:19

System.Data.resources.dll

4.0.30319.551

326,952

20 ianuarie 2012

21:20

system.data.sqlxml.resources.dll

4.0.30319.551

33,080

20 ianuarie 2012

21:20

System.resources.dll

4.0.30319.551

199,968

20 ianuarie 2012

21:20

System.RunTime.Serialization.resources.dll

4.0.30319.551

94,536

20 ianuarie 2012

21:19

System.xml.resources.dll

4.0.30319.551

142,120

20 ianuarie 2012

21:20

mscorlib.resources.dll

4.0.30319.551

289,056

20 ianuarie 2012

21:04

System.Data.resources.dll

4.0.30319.551

329,512

20 ianuarie 2012

21:05

system.data.sqlxml.resources.dll

4.0.30319.551

32,568

20 ianuarie 2012

21:05

System.resources.dll

4.0.30319.551

202,528

20 ianuarie 2012

21:05

System.RunTime.Serialization.resources.dll

4.0.30319.551

93,512

20 ianuarie 2012

21:04

System.xml.resources.dll

4.0.30319.551

142,632

20 ianuarie 2012

21:05

mscorlib.resources.dll

4.0.30319.551

314,144

20 ianuarie 2012

20:44

System.Data.resources.dll

4.0.30319.551

348,456

20 ianuarie 2012

20:44

system.data.sqlxml.resources.dll

4.0.30319.551

34,104

20 ianuarie 2012

20:44

System.resources.dll

4.0.30319.551

225,056

20 ianuarie 2012

20:44

System.RunTime.Serialization.resources.dll

4.0.30319.551

100,168

20 ianuarie 2012

20:44

System.xml.resources.dll

4.0.30319.551

155,432

20 ianuarie 2012

20:44

mscorlib.resources.dll

4.0.30319.551

309,024

20 ianuarie 2012

20:25

System.Data.resources.dll

4.0.30319.551

344,872

20 ianuarie 2012

20:25

system.data.sqlxml.resources.dll

4.0.30319.551

35,128

20 ianuarie 2012

20:25

System.resources.dll

4.0.30319.551

219,936

20 ianuarie 2012

20:25

System.RunTime.Serialization.resources.dll

4.0.30319.551

101,192

20 ianuarie 2012

20:24

System.xml.resources.dll

4.0.30319.551

153,896

20 ianuarie 2012

20:25

mscorlib.resources.dll

4.0.30319.551

323,872

20 ianuarie 2012

20:07

System.Data.resources.dll

4.0.30319.551

355,112

20 ianuarie 2012

20:07

system.data.sqlxml.resources.dll

4.0.30319.551

36,664

20 ianuarie 2012

20:07

System.resources.dll

4.0.30319.551

231,200

20 ianuarie 2012

20:07

System.RunTime.Serialization.resources.dll

4.0.30319.551

108,360

20 ianuarie 2012

20:07

System.xml.resources.dll

4.0.30319.551

162,600

20 ianuarie 2012

20:07

mscorlib.resources.dll

4.0.30319.551

438,560

20 ianuarie 2012

19:46

System.Data.resources.dll

4.0.30319.551

424,232

20 ianuarie 2012

19:46

system.data.sqlxml.resources.dll

4.0.30319.551

47,416

20 ianuarie 2012

19:46

System.resources.dll

4.0.30319.551

320,800

20 ianuarie 2012

19:46

System.RunTime.Serialization.resources.dll

4.0.30319.551

150,344

20 ianuarie 2012

19:45

System.xml.resources.dll

4.0.30319.551

227,624

20 ianuarie 2012

19:46

mscorlib.resources.dll

4.0.30319.551

317,216

20 ianuarie 2012

19:26

System.Data.resources.dll

4.0.30319.551

348,456

20 ianuarie 2012

19:27

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

19:27

System.resources.dll

4.0.30319.551

228,640

20 ianuarie 2012

19:27

System.RunTime.Serialization.resources.dll

4.0.30319.551

105,288

20 ianuarie 2012

19:26

System.xml.resources.dll

4.0.30319.551

159,016

20 ianuarie 2012

19:27

mscorlib.resources.dll

4.0.30319.551

311,072

20 ianuarie 2012

19:05

System.Data.resources.dll

4.0.30319.551

342,312

20 ianuarie 2012

19:05

system.data.sqlxml.resources.dll

4.0.30319.551

34,104

20 ianuarie 2012

19:05

System.resources.dll

4.0.30319.551

219,936

20 ianuarie 2012

19:05

System.RunTime.Serialization.resources.dll

4.0.30319.551

100,168

20 ianuarie 2012

19:05

System.xml.resources.dll

4.0.30319.551

152,360

20 ianuarie 2012

19:05

mscorlib.resources.dll

4.0.30319.551

322,336

20 ianuarie 2012

18:47

System.Data.resources.dll

4.0.30319.551

354,088

20 ianuarie 2012

18:48

system.data.sqlxml.resources.dll

4.0.30319.551

36,152

20 ianuarie 2012

18:48

System.resources.dll

4.0.30319.551

233,760

20 ianuarie 2012

18:48

System.RunTime.Serialization.resources.dll

4.0.30319.551

108,360

20 ianuarie 2012

18:47

System.xml.resources.dll

4.0.30319.551

163,624

20 ianuarie 2012

18:48

mscorlib.resources.dll

4.0.30319.551

343,328

20 ianuarie 2012

18:28

System.Data.resources.dll

4.0.30319.551

367,400

20 ianuarie 2012

18:29

system.data.sqlxml.resources.dll

4.0.30319.551

39,224

20 ianuarie 2012

18:29

System.resources.dll

4.0.30319.551

244,000

20 ianuarie 2012

18:28

System.RunTime.Serialization.resources.dll

4.0.30319.551

119,112

20 ianuarie 2012

18:28

System.xml.resources.dll

4.0.30319.551

174,888

20 ianuarie 2012

18:29

mscorlib.resources.dll

4.0.30319.551

327,968

20 ianuarie 2012

18:14

System.Data.resources.dll

4.0.30319.551

359,208

20 ianuarie 2012

18:14

system.data.sqlxml.resources.dll

4.0.30319.551

37,176

20 ianuarie 2012

18:14

System.resources.dll

4.0.30319.551

236,832

20 ianuarie 2012

18:14

System.RunTime.Serialization.resources.dll

4.0.30319.551

109,384

20 ianuarie 2012

18:13

System.xml.resources.dll

4.0.30319.551

167,720

20 ianuarie 2012

18:14

mscorlib.resources.dll

4.0.30319.551

315,680

20 ianuarie 2012

17:55

System.Data.resources.dll

4.0.30319.551

348,456

20 ianuarie 2012

17:55

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

17:55

System.resources.dll

4.0.30319.551

226,080

20 ianuarie 2012

17:55

System.RunTime.Serialization.resources.dll

4.0.30319.551

103,752

20 ianuarie 2012

17:55

System.xml.resources.dll

4.0.30319.551

159,016

20 ianuarie 2012

17:55

mscorlib.resources.dll

4.0.30319.551

329,504

20 ianuarie 2012

17:36

System.Data.resources.dll

4.0.30319.551

356,648

20 ianuarie 2012

17:36

system.data.sqlxml.resources.dll

4.0.30319.551

37,176

20 ianuarie 2012

17:36

System.resources.dll

4.0.30319.551

236,320

20 ianuarie 2012

17:36

System.RunTime.Serialization.resources.dll

4.0.30319.551

109,896

20 ianuarie 2012

17:35

System.xml.resources.dll

4.0.30319.551

167,720

20 ianuarie 2012

17:36

mscorlib.resources.dll

4.0.30319.551

313,120

20 ianuarie 2012

17:19

System.Data.resources.dll

4.0.30319.551

352,040

20 ianuarie 2012

17:19

system.data.sqlxml.resources.dll

4.0.30319.551

35,128

20 ianuarie 2012

17:19

System.resources.dll

4.0.30319.551

226,592

20 ianuarie 2012

17:19

System.RunTime.Serialization.resources.dll

4.0.30319.551

102,728

20 ianuarie 2012

17:19

System.xml.resources.dll

4.0.30319.551

158,504

20 ianuarie 2012

17:19

mscorlib.resources.dll

4.0.30319.551

301,344

20 ianuarie 2012

17:04

System.Data.resources.dll

4.0.30319.551

339,240

20 ianuarie 2012

17:04

system.data.sqlxml.resources.dll

4.0.30319.551

34,104

20 ianuarie 2012

17:04

System.resources.dll

4.0.30319.551

213,792

20 ianuarie 2012

17:04

System.RunTime.Serialization.resources.dll

4.0.30319.551

97,608

20 ianuarie 2012

17:04

System.xml.resources.dll

4.0.30319.551

150,312

20 ianuarie 2012

17:05

mscorlib.resources.dll

4.0.30319.551

322,848

20 ianuarie 2012

16:47

System.Data.resources.dll

4.0.30319.551

355,624

20 ianuarie 2012

16:47

system.data.sqlxml.resources.dll

4.0.30319.551

36,152

20 ianuarie 2012

16:47

System.resources.dll

4.0.30319.551

228,640

20 ianuarie 2012

16:47

System.RunTime.Serialization.resources.dll

4.0.30319.551

109,384

20 ianuarie 2012

16:46

System.xml.resources.dll

4.0.30319.551

166,184

20 ianuarie 2012

16:47

mscorlib.resources.dll

4.0.30319.551

314,144

20 ianuarie 2012

16:27

System.Data.resources.dll

4.0.30319.551

345,896

20 ianuarie 2012

16:27

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

16:28

System.resources.dll

4.0.30319.551

227,104

20 ianuarie 2012

16:27

System.RunTime.Serialization.resources.dll

4.0.30319.551

101,704

20 ianuarie 2012

16:27

System.xml.resources.dll

4.0.30319.551

156,456

20 ianuarie 2012

16:28

mscorlib.resources.dll

4.0.30319.551

316,704

20 ianuarie 2012

16:08

System.Data.resources.dll

4.0.30319.551

349,480

20 ianuarie 2012

16:08

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

16:08

System.resources.dll

4.0.30319.551

227,616

20 ianuarie 2012

16:08

System.RunTime.Serialization.resources.dll

4.0.30319.551

104,776

20 ianuarie 2012

16:08

System.xml.resources.dll

4.0.30319.551

160,040

20 ianuarie 2012

16:08

mscorlib.resources.dll

4.0.30319.551

408,864

20 ianuarie 2012

15:49

System.Data.resources.dll

4.0.30319.551

408,872

20 ianuarie 2012

15:49

system.data.sqlxml.resources.dll

4.0.30319.551

43,832

20 ianuarie 2012

15:49

System.resources.dll

4.0.30319.551

292,128

20 ianuarie 2012

15:49

System.RunTime.Serialization.resources.dll

4.0.30319.551

139,592

20 ianuarie 2012

15:49

System.xml.resources.dll

4.0.30319.551

212,776

20 ianuarie 2012

15:49

mscorlib.resources.dll

4.0.30319.551

310,048

20 ianuarie 2012

15:32

System.Data.resources.dll

4.0.30319.551

342,312

20 ianuarie 2012

15:32

system.data.sqlxml.resources.dll

4.0.30319.551

34,616

20 ianuarie 2012

15:32

System.resources.dll

4.0.30319.551

218,400

20 ianuarie 2012

15:32

System.RunTime.Serialization.resources.dll

4.0.30319.551

98,120

20 ianuarie 2012

15:32

System.xml.resources.dll

4.0.30319.551

153,384

20 ianuarie 2012

15:32

mscorlib.resources.dll

4.0.30319.551

307,488

20 ianuarie 2012

15:11

System.Data.resources.dll

4.0.30319.551

343,848

20 ianuarie 2012

15:11

system.data.sqlxml.resources.dll

4.0.30319.551

34,616

20 ianuarie 2012

15:11

System.resources.dll

4.0.30319.551

219,936

20 ianuarie 2012

15:11

System.RunTime.Serialization.resources.dll

4.0.30319.551

101,704

20 ianuarie 2012

15:10

System.xml.resources.dll

4.0.30319.551

153,384

20 ianuarie 2012

15:11


Pentru toate versiunile de Windows pentru serviciul LDR acceptate pe 64 de biți

Nume fișier

Versiune fișier

Dimensiune fișier

Data

Timp

vbc.exe

10.0.30319.551

3,237,120

21 ianuarie 2012

06:30

vbc.exe

10.0.30319.551

2,262,272

20 ianuarie 2012

22:37

clr.dll

4.0.30319.551

9,792,768

21 ianuarie 2012

06:29

clr.dll

4.0.30319.551

6,727,424

20 ianuarie 2012

22:37

mscordacwks.dll

4.0.30319.551

1,515,792

21 ianuarie 2012

06:29

mscordacwks.dll

4.0.30319.551

1,143,568

20 ianuarie 2012

22:37

mscordbi.dll

4.0.30319.551

1,455,376

21 ianuarie 2012

06:29

mscordbi.dll

4.0.30319.551

956,688

20 ianuarie 2012

22:37

mscorlib.dll

4.0.30319.551

4,971,792

21 ianuarie 2012

06:29

mscorlib.dll

4.0.30319.551

5,202,192

20 ianuarie 2012

22:37

nlssorting.dll

4.0.30319.551

68,368

21 ianuarie 2012

06:29

nlssorting.dll

4.0.30319.551

57,104

20 ianuarie 2012

22:37

PresentationCore.dll

4.0.30319.551

3,827,488

21 ianuarie 2012

06:30

PresentationCore.dll

4.0.30319.551

3,792,160

20 ianuarie 2012

22:41

PresentationFramework.dll

4.0.30319.551

6,432,552

20 ianuarie 2012

22:41

ServiceModelReg.exe

4.0.30319.551

261,912

21 ianuarie 2012

06:30

ServiceModelReg.exe

4.0.30319.551

192,792

20 ianuarie 2012

22:39

Setup.exe

10.0.30319.551

79,112

20 ianuarie 2012

15:10

SetupEngine.dll

10.0.30319.551

810,768

20 ianuarie 2012

15:10

SetupUi.dll

10.0.30319.551

296,712

20 ianuarie 2012

15:10

SOS.dll

4.0.30319.551

598,784

21 ianuarie 2012

06:29

SOS.dll

4.0.30319.551

517,888

20 ianuarie 2012

22:37

SqlWorkflowInstanceStoreLogic.sql

51,063

21 ianuarie 2012

00:04

SqlWorkflowInstanceStoreLogic.sql

51,063

20 ianuarie 2012

15:02

SqlWorkflowInstanceStoreSchema.sql

23,739

21 ianuarie 2012

00:04

SqlWorkflowInstanceStoreSchema.sql

23,739

20 ianuarie 2012

15:02

System.Activities.Core.Presentation.dll

4.0.30319.551

619,328

20 ianuarie 2012

22:40

System.Activities.dll

4.0.30319.551

1,272,608

20 ianuarie 2012

22:40

System.Activities.DurableInstancing.dll

4.0.30319.551

126,272

20 ianuarie 2012

22:40

System.Activities.Presentation.dll

4.0.30319.551

1,559,864

20 ianuarie 2012

22:40

System.IdentityModel.dll

4.0.30319.551

398,632

20 ianuarie 2012

22:40

System.Net.dll

4.0.30319.551

237,840

20 ianuarie 2012

22:39

System.Runtime.DurableInstancing.dll

4.0.30319.551

357,696

20 ianuarie 2012

22:40

System.Runtime.Serialization.dll

4.0.30319.551

1,039,160

20 ianuarie 2012

22:40

System.ServiceModel.Activities.dll

4.0.30319.551

537,912

20 ianuarie 2012

22:40

System.ServiceModel.dll

4.0.30319.551

6,115,616

20 ianuarie 2012

22:40

System.Data.dll

4.0.30319.551

3,174,160

21 ianuarie 2012

06:30

System.Data.dll

4.0.30319.551

3,027,728

20 ianuarie 2012

22:38

System.Data.SqlXml.dll

4.0.30319.551

752,928

20 ianuarie 2012

22:38

System.Deployment.dll

4.0.30319.551

840,992

20 ianuarie 2012

22:38

System.dll

4.0.30319.551

3,512,584

20 ianuarie 2012

22:38

System.XML.dll

4.0.30319.551

2,208,528

20 ianuarie 2012

22:39

WindowsBase.dll

4.0.30319.551

1,372,432

20 ianuarie 2012

22:41

System.Xml.Serialization.dll

4.0.30319.551

12,080

20 ianuarie 2012

22:40

aspnet_wp.exe

4.0.30319.551

41,744

21 ianuarie 2012

06:12

aspnet_wp.exe

4.0.30319.551

33,552

20 ianuarie 2012

22:08

Microsoft.Build.Tasks.v4.0.dll

4.0.30319.551

1,070,896

20 ianuarie 2012

22:08

Microsoft.CSharp.target

13,031

20 ianuarie 2012

22:02

Microsoft.VisualBasic.target

13,630

20 ianuarie 2012

22:02

microsoft.build.commontypes.xsd

195,804

21 ianuarie 2012

06:09

microsoft.build.commontypes.xsd

195,804

20 ianuarie 2012

22:02

PerfCounters.ini

154,222

20 ianuarie 2012

22:03

System.Web.Extensions.dll

4.0.30319.551

1,863,976

20 ianuarie 2012

22:07

System.Web.dll

4.0.30319.551

5,201,168

21 ianuarie 2012

06:12

System.Web.dll

4.0.30319.551

5,231,888

20 ianuarie 2012

22:08

webengine.dll

4.0.30319.551

16,656

21 ianuarie 2012

06:13

webengine.dll

4.0.30319.551

15,120

20 ianuarie 2012

22:08

webengine4.dll

4.0.30319.551

721,680

21 ianuarie 2012

06:13

webengine4.dll

4.0.30319.551

496,400

20 ianuarie 2012

22:08

XamlBuildTask.dll

4.0.30319.551

109,336

20 ianuarie 2012

22:08

mscorlib.resources.dll

4.0.30319.551

360,736

21 ianuarie 2012

05:59

mscorlib.resources.dll

4.0.30319.551

360,736

20 ianuarie 2012

21:51

System.Data.resources.dll

4.0.30319.551

372,008

21 ianuarie 2012

05:59

System.Data.resources.dll

4.0.30319.551

372,008

20 ianuarie 2012

21:51

system.data.sqlxml.resources.dll

4.0.30319.551

40,248

20 ianuarie 2012

21:51

System.resources.dll

4.0.30319.551

257,312

20 ianuarie 2012

21:51

System.RunTime.Serialization.resources.dll

4.0.30319.551

119,624

20 ianuarie 2012

21:51

System.xml.resources.dll

4.0.30319.551

180,520

20 ianuarie 2012

21:51

mscorlib.resources.dll

4.0.30319.551

366,368

21 ianuarie 2012

05:44

mscorlib.resources.dll

4.0.30319.551

366,368

20 ianuarie 2012

21:36

System.Data.resources.dll

4.0.30319.551

375,080

21 ianuarie 2012

05:44

System.Data.resources.dll

4.0.30319.551

375,080

20 ianuarie 2012

21:37

system.data.sqlxml.resources.dll

4.0.30319.551

39,736

20 ianuarie 2012

21:37

System.resources.dll

4.0.30319.551

263,456

20 ianuarie 2012

21:37

System.RunTime.Serialization.resources.dll

4.0.30319.551

120,136

20 ianuarie 2012

21:36

System.xml.resources.dll

4.0.30319.551

182,056

20 ianuarie 2012

21:37

mscorlib.resources.dll

4.0.30319.551

288,544

21 ianuarie 2012

05:30

mscorlib.resources.dll

4.0.30319.551

288,544

20 ianuarie 2012

21:19

System.Data.resources.dll

4.0.30319.551

326,952

21 ianuarie 2012

05:30

System.Data.resources.dll

4.0.30319.551

326,952

20 ianuarie 2012

21:20

system.data.sqlxml.resources.dll

4.0.30319.551

33,080

20 ianuarie 2012

21:20

System.resources.dll

4.0.30319.551

199,968

20 ianuarie 2012

21:20

System.RunTime.Serialization.resources.dll

4.0.30319.551

94,536

20 ianuarie 2012

21:19

System.xml.resources.dll

4.0.30319.551

142,120

20 ianuarie 2012

21:20

mscorlib.resources.dll

4.0.30319.551

289,056

21 ianuarie 2012

05:13

mscorlib.resources.dll

4.0.30319.551

289,056

20 ianuarie 2012

21:04

System.Data.resources.dll

4.0.30319.551

329,512

21 ianuarie 2012

05:14

System.Data.resources.dll

4.0.30319.551

329,512

20 ianuarie 2012

21:05

system.data.sqlxml.resources.dll

4.0.30319.551

32,568

20 ianuarie 2012

21:05

System.resources.dll

4.0.30319.551

202,528

20 ianuarie 2012

21:05

System.RunTime.Serialization.resources.dll

4.0.30319.551

93,512

20 ianuarie 2012

21:04

System.xml.resources.dll

4.0.30319.551

142,632

20 ianuarie 2012

21:05

mscorlib.resources.dll

4.0.30319.551

314,144

21 ianuarie 2012

04:59

mscorlib.resources.dll

4.0.30319.551

314,144

20 ianuarie 2012

20:44

System.Data.resources.dll

4.0.30319.551

348,456

21 ianuarie 2012

04:59

System.Data.resources.dll

4.0.30319.551

348,456

20 ianuarie 2012

20:44

system.data.sqlxml.resources.dll

4.0.30319.551

34,104

20 ianuarie 2012

20:44

System.resources.dll

4.0.30319.551

225,056

20 ianuarie 2012

20:44

System.RunTime.Serialization.resources.dll

4.0.30319.551

100,168

20 ianuarie 2012

20:44

System.xml.resources.dll

4.0.30319.551

155,432

20 ianuarie 2012

20:44

mscorlib.resources.dll

4.0.30319.551

309,024

21 ianuarie 2012

04:44

mscorlib.resources.dll

4.0.30319.551

309,024

20 ianuarie 2012

20:25

System.Data.resources.dll

4.0.30319.551

344,872

21 ianuarie 2012

04:45

System.Data.resources.dll

4.0.30319.551

344,872

20 ianuarie 2012

20:25

system.data.sqlxml.resources.dll

4.0.30319.551

35,128

20 ianuarie 2012

20:25

System.resources.dll

4.0.30319.551

219,936

20 ianuarie 2012

20:25

System.RunTime.Serialization.resources.dll

4.0.30319.551

101,192

20 ianuarie 2012

20:24

System.xml.resources.dll

4.0.30319.551

153,896

20 ianuarie 2012

20:25

mscorlib.resources.dll

4.0.30319.551

323,872

21 ianuarie 2012

04:25

mscorlib.resources.dll

4.0.30319.551

323,872

20 ianuarie 2012

20:07

System.Data.resources.dll

4.0.30319.551

355,112

21 ianuarie 2012

04:25

System.Data.resources.dll

4.0.30319.551

355,112

20 ianuarie 2012

20:07

system.data.sqlxml.resources.dll

4.0.30319.551

36,664

20 ianuarie 2012

20:07

System.resources.dll

4.0.30319.551

231,200

20 ianuarie 2012

20:07

System.RunTime.Serialization.resources.dll

4.0.30319.551

108,360

20 ianuarie 2012

20:07

System.xml.resources.dll

4.0.30319.551

162,600

20 ianuarie 2012

20:07

mscorlib.resources.dll

4.0.30319.551

438,560

21 ianuarie 2012

04:10

mscorlib.resources.dll

4.0.30319.551

438,560

20 ianuarie 2012

19:46

System.Data.resources.dll

4.0.30319.551

424,232

21 ianuarie 2012

04:10

System.Data.resources.dll

4.0.30319.551

424,232

20 ianuarie 2012

19:46

system.data.sqlxml.resources.dll

4.0.30319.551

47,416

20 ianuarie 2012

19:46

System.resources.dll

4.0.30319.551

320,800

20 ianuarie 2012

19:46

System.RunTime.Serialization.resources.dll

4.0.30319.551

150,344

20 ianuarie 2012

19:45

System.xml.resources.dll

4.0.30319.551

227,624

20 ianuarie 2012

19:46

mscorlib.resources.dll

4.0.30319.551

317,216

21 ianuarie 2012

03:53

mscorlib.resources.dll

4.0.30319.551

317,216

20 ianuarie 2012

19:26

System.Data.resources.dll

4.0.30319.551

348,456

21 ianuarie 2012

03:53

System.Data.resources.dll

4.0.30319.551

348,456

20 ianuarie 2012

19:27

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

19:27

System.resources.dll

4.0.30319.551

228,640

20 ianuarie 2012

19:27

System.RunTime.Serialization.resources.dll

4.0.30319.551

105,288

20 ianuarie 2012

19:26

System.xml.resources.dll

4.0.30319.551

159,016

20 ianuarie 2012

19:27

mscorlib.resources.dll

4.0.30319.551

311,072

21 ianuarie 2012

03:36

mscorlib.resources.dll

4.0.30319.551

311,072

20 ianuarie 2012

19:05

System.Data.resources.dll

4.0.30319.551

342,312

21 ianuarie 2012

03:37

System.Data.resources.dll

4.0.30319.551

342,312

20 ianuarie 2012

19:05

system.data.sqlxml.resources.dll

4.0.30319.551

34,104

20 ianuarie 2012

19:05

System.resources.dll

4.0.30319.551

219,936

20 ianuarie 2012

19:05

System.RunTime.Serialization.resources.dll

4.0.30319.551

100,168

20 ianuarie 2012

19:05

System.xml.resources.dll

4.0.30319.551

152,360

20 ianuarie 2012

19:05

mscorlib.resources.dll

4.0.30319.551

322,336

21 ianuarie 2012

03:21

mscorlib.resources.dll

4.0.30319.551

322,336

20 ianuarie 2012

18:47

System.Data.resources.dll

4.0.30319.551

354,088

21 ianuarie 2012

03:21

System.Data.resources.dll

4.0.30319.551

354,088

20 ianuarie 2012

18:48

system.data.sqlxml.resources.dll

4.0.30319.551

36,152

20 ianuarie 2012

18:48

System.resources.dll

4.0.30319.551

233,760

20 ianuarie 2012

18:48

System.RunTime.Serialization.resources.dll

4.0.30319.551

108,360

20 ianuarie 2012

18:47

System.xml.resources.dll

4.0.30319.551

163,624

20 ianuarie 2012

18:48

mscorlib.resources.dll

4.0.30319.551

343,328

21 ianuarie 2012

03:07

mscorlib.resources.dll

4.0.30319.551

343,328

20 ianuarie 2012

18:28

System.Data.resources.dll

4.0.30319.551

367,400

21 ianuarie 2012

03:07

System.Data.resources.dll

4.0.30319.551

367,400

20 ianuarie 2012

18:29

system.data.sqlxml.resources.dll

4.0.30319.551

39,224

20 ianuarie 2012

18:29

System.resources.dll

4.0.30319.551

244,000

20 ianuarie 2012

18:28

System.RunTime.Serialization.resources.dll

4.0.30319.551

119,112

20 ianuarie 2012

18:28

System.xml.resources.dll

4.0.30319.551

174,888

20 ianuarie 2012

18:29

mscorlib.resources.dll

4.0.30319.551

327,968

21 ianuarie 2012

02:50

mscorlib.resources.dll

4.0.30319.551

327,968

20 ianuarie 2012

18:14

System.Data.resources.dll

4.0.30319.551

359,208

21 ianuarie 2012

02:50

System.Data.resources.dll

4.0.30319.551

359,208

20 ianuarie 2012

18:14

system.data.sqlxml.resources.dll

4.0.30319.551

37,176

20 ianuarie 2012

18:14

System.resources.dll

4.0.30319.551

236,832

20 ianuarie 2012

18:14

System.RunTime.Serialization.resources.dll

4.0.30319.551

109,384

20 ianuarie 2012

18:13

System.xml.resources.dll

4.0.30319.551

167,720

20 ianuarie 2012

18:14

mscorlib.resources.dll

4.0.30319.551

315,680

21 ianuarie 2012

02:35

mscorlib.resources.dll

4.0.30319.551

315,680

20 ianuarie 2012

17:55

System.Data.resources.dll

4.0.30319.551

348,456

21 ianuarie 2012

02:36

System.Data.resources.dll

4.0.30319.551

348,456

20 ianuarie 2012

17:55

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

17:55

System.resources.dll

4.0.30319.551

226,080

20 ianuarie 2012

17:55

System.RunTime.Serialization.resources.dll

4.0.30319.551

103,752

20 ianuarie 2012

17:55

System.xml.resources.dll

4.0.30319.551

159,016

20 ianuarie 2012

17:55

mscorlib.resources.dll

4.0.30319.551

329,504

21 ianuarie 2012

02:17

mscorlib.resources.dll

4.0.30319.551

329,504

20 ianuarie 2012

17:36

System.Data.resources.dll

4.0.30319.551

356,648

21 ianuarie 2012

02:17

System.Data.resources.dll

4.0.30319.551

356,648

20 ianuarie 2012

17:36

system.data.sqlxml.resources.dll

4.0.30319.551

37,176

20 ianuarie 2012

17:36

System.resources.dll

4.0.30319.551

236,320

20 ianuarie 2012

17:36

System.RunTime.Serialization.resources.dll

4.0.30319.551

109,896

20 ianuarie 2012

17:35

System.xml.resources.dll

4.0.30319.551

167,720

20 ianuarie 2012

17:36

mscorlib.resources.dll

4.0.30319.551

313,120

21 ianuarie 2012

02:02

mscorlib.resources.dll

4.0.30319.551

313,120

20 ianuarie 2012

17:19

System.Data.resources.dll

4.0.30319.551

352,040

21 ianuarie 2012

02:02

System.Data.resources.dll

4.0.30319.551

352,040

20 ianuarie 2012

17:19

system.data.sqlxml.resources.dll

4.0.30319.551

35,128

20 ianuarie 2012

17:19

System.resources.dll

4.0.30319.551

226,592

20 ianuarie 2012

17:19

System.RunTime.Serialization.resources.dll

4.0.30319.551

102,728

20 ianuarie 2012

17:19

System.xml.resources.dll

4.0.30319.551

158,504

20 ianuarie 2012

17:19

mscorlib.resources.dll

4.0.30319.551

301,344

21 ianuarie 2012

01:46

mscorlib.resources.dll

4.0.30319.551

301,344

20 ianuarie 2012

17:04

System.Data.resources.dll

4.0.30319.551

339,240

21 ianuarie 2012

01:46

System.Data.resources.dll

4.0.30319.551

339,240

20 ianuarie 2012

17:04

system.data.sqlxml.resources.dll

4.0.30319.551

34,104

20 ianuarie 2012

17:04

System.resources.dll

4.0.30319.551

213,792

20 ianuarie 2012

17:04

System.RunTime.Serialization.resources.dll

4.0.30319.551

97,608

20 ianuarie 2012

17:04

System.xml.resources.dll

4.0.30319.551

150,312

20 ianuarie 2012

17:05

mscorlib.resources.dll

4.0.30319.551

322,848

21 ianuarie 2012

01:31

mscorlib.resources.dll

4.0.30319.551

322,848

20 ianuarie 2012

16:47

System.Data.resources.dll

4.0.30319.551

355,624

21 ianuarie 2012

01:31

System.Data.resources.dll

4.0.30319.551

355,624

20 ianuarie 2012

16:47

system.data.sqlxml.resources.dll

4.0.30319.551

36,152

20 ianuarie 2012

16:47

System.resources.dll

4.0.30319.551

228,640

20 ianuarie 2012

16:47

System.RunTime.Serialization.resources.dll

4.0.30319.551

109,384

20 ianuarie 2012

16:46

System.xml.resources.dll

4.0.30319.551

166,184

20 ianuarie 2012

16:47

mscorlib.resources.dll

4.0.30319.551

314,144

21 ianuarie 2012

01:17

mscorlib.resources.dll

4.0.30319.551

314,144

20 ianuarie 2012

16:27

System.Data.resources.dll

4.0.30319.551

345,896

21 ianuarie 2012

01:17

System.Data.resources.dll

4.0.30319.551

345,896

20 ianuarie 2012

16:27

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

16:28

System.resources.dll

4.0.30319.551

227,104

20 ianuarie 2012

16:27

System.RunTime.Serialization.resources.dll

4.0.30319.551

101,704

20 ianuarie 2012

16:27

System.xml.resources.dll

4.0.30319.551

156,456

20 ianuarie 2012

16:28

mscorlib.resources.dll

4.0.30319.551

316,704

21 ianuarie 2012

01:00

mscorlib.resources.dll

4.0.30319.551

316,704

20 ianuarie 2012

16:08

System.Data.resources.dll

4.0.30319.551

349,480

21 ianuarie 2012

01:00

System.Data.resources.dll

4.0.30319.551

349,480

20 ianuarie 2012

16:08

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

16:08

System.resources.dll

4.0.30319.551

227,616

20 ianuarie 2012

16:08

System.RunTime.Serialization.resources.dll

4.0.30319.551

104,776

20 ianuarie 2012

16:08

System.xml.resources.dll

4.0.30319.551

160,040

20 ianuarie 2012

16:08

mscorlib.resources.dll

4.0.30319.551

408,864

21 ianuarie 2012

00:45

mscorlib.resources.dll

4.0.30319.551

408,864

20 ianuarie 2012

15:49

System.Data.resources.dll

4.0.30319.551

408,872

21 ianuarie 2012

00:45

System.Data.resources.dll

4.0.30319.551

408,872

20 ianuarie 2012

15:49

system.data.sqlxml.resources.dll

4.0.30319.551

43,832

20 ianuarie 2012

15:49

System.resources.dll

4.0.30319.551

292,128

20 ianuarie 2012

15:49

System.RunTime.Serialization.resources.dll

4.0.30319.551

139,592

20 ianuarie 2012

15:49

System.xml.resources.dll

4.0.30319.551

212,776

20 ianuarie 2012

15:49

mscorlib.resources.dll

4.0.30319.551

310,048

21 ianuarie 2012

00:28

mscorlib.resources.dll

4.0.30319.551

310,048

20 ianuarie 2012

15:32

System.Data.resources.dll

4.0.30319.551

342,312

21 ianuarie 2012

00:28

System.Data.resources.dll

4.0.30319.551

342,312

20 ianuarie 2012

15:32

system.data.sqlxml.resources.dll

4.0.30319.551

34,616

20 ianuarie 2012

15:32

System.resources.dll

4.0.30319.551

218,400

20 ianuarie 2012

15:32

System.RunTime.Serialization.resources.dll

4.0.30319.551

98,120

20 ianuarie 2012

15:32

System.xml.resources.dll

4.0.30319.551

153,384

20 ianuarie 2012

15:32

mscorlib.resources.dll

4.0.30319.551

307,488

21 ianuarie 2012

00:09

mscorlib.resources.dll

4.0.30319.551

307,488

20 ianuarie 2012

15:11

System.Data.resources.dll

4.0.30319.551

343,848

21 ianuarie 2012

00:09

System.Data.resources.dll

4.0.30319.551

343,848

20 ianuarie 2012

15:11

system.data.sqlxml.resources.dll

4.0.30319.551

34,616

20 ianuarie 2012

15:11

System.resources.dll

4.0.30319.551

219,936

20 ianuarie 2012

15:11

System.RunTime.Serialization.resources.dll

4.0.30319.551

101,704

20 ianuarie 2012

15:10

System.xml.resources.dll

4.0.30319.551

153,384

20 ianuarie 2012

15:11


Forall supported IA-64-based versions of Windows for LDR service branch

Nume fișier

Versiune fișier

Dimensiune fișier

Data

Timp

vbc.exe

10.0.30319.551

6,429,952

21 ianuarie 2012

13:12

vbc.exe

10.0.30319.551

2,262,272

20 ianuarie 2012

22:37

clr.dll

4.0.30319.551

19,368,704

21 ianuarie 2012

13:12

clr.dll

4.0.30319.551

6,727,424

20 ianuarie 2012

22:37

mscordacwks.dll

4.0.30319.551

3,759,376

21 ianuarie 2012

13:12

mscordacwks.dll

4.0.30319.551

1,143,568

20 ianuarie 2012

22:37

mscordbi.dll

4.0.30319.551

3,296,528

21 ianuarie 2012

13:12

mscordbi.dll

4.0.30319.551

956,688

20 ianuarie 2012

22:37

mscorlib.dll

4.0.30319.551

4,470,032

21 ianuarie 2012

13:12

mscorlib.dll

4.0.30319.551

5,202,192

20 ianuarie 2012

22:37

nlssorting.dll

4.0.30319.551

144,144

21 ianuarie 2012

13:12

nlssorting.dll

4.0.30319.551

57,104

20 ianuarie 2012

22:37

PresentationCore.dll

4.0.30319.551

3,792,160

20 ianuarie 2012

22:41

PresentationFramework.dll

4.0.30319.551

6,432,552

20 ianuarie 2012

22:41

ServiceModelReg.exe

4.0.30319.551

545,560

21 ianuarie 2012

13:13

ServiceModelReg.exe

4.0.30319.551

192,792

20 ianuarie 2012

22:39

Setup.exe

10.0.30319.551

79,112

20 ianuarie 2012

15:10

SetupEngine.dll

10.0.30319.551

810,768

20 ianuarie 2012

15:10

SetupUi.dll

10.0.30319.551

296,712

20 ianuarie 2012

15:10

SOS.dll

4.0.30319.551

1,203,968

21 ianuarie 2012

13:12

SOS.dll

4.0.30319.551

517,888

20 ianuarie 2012

22:37

SqlWorkflowInstanceStoreLogic.sql

51,063

21 ianuarie 2012

07:02

SqlWorkflowInstanceStoreLogic.sql

51,063

20 ianuarie 2012

15:02

SqlWorkflowInstanceStoreSchema.sql

23,739

21 ianuarie 2012

07:02

SqlWorkflowInstanceStoreSchema.sql

23,739

20 ianuarie 2012

15:02

System.Activities.Core.Presentation.dll

4.0.30319.551

619,328

20 ianuarie 2012

22:40

System.Activities.dll

4.0.30319.551

1,272,608

20 ianuarie 2012

22:40

System.Activities.DurableInstancing.dll

4.0.30319.551

126,272

20 ianuarie 2012

22:40

System.Activities.Presentation.dll

4.0.30319.551

1,559,864

20 ianuarie 2012

22:40

System.IdentityModel.dll

4.0.30319.551

398,632

20 ianuarie 2012

22:40

System.Net.dll

4.0.30319.551

237,840

20 ianuarie 2012

22:39

System.Runtime.DurableInstancing.dll

4.0.30319.551

357,696

20 ianuarie 2012

22:40

System.Runtime.Serialization.dll

4.0.30319.551

1,039,160

20 ianuarie 2012

22:40

System.ServiceModel.Activities.dll

4.0.30319.551

537,912

20 ianuarie 2012

22:40

System.ServiceModel.dll

4.0.30319.551

6,115,616

20 ianuarie 2012

22:40

System.Data.dll

4.0.30319.551

3,366,160

21 ianuarie 2012

13:13

System.Data.dll

4.0.30319.551

3,027,728

20 ianuarie 2012

22:38

System.Data.SqlXml.dll

4.0.30319.551

752,928

20 ianuarie 2012

22:38

System.Deployment.dll

4.0.30319.551

840,992

20 ianuarie 2012

22:38

System.dll

4.0.30319.551

3,512,584

20 ianuarie 2012

22:38

System.XML.dll

4.0.30319.551

2,208,528

20 ianuarie 2012

22:39

WindowsBase.dll

4.0.30319.551

1,372,432

20 ianuarie 2012

22:41

System.Xml.Serialization.dll

4.0.30319.551

12,080

20 ianuarie 2012

22:40

aspnet_wp.exe

4.0.30319.551

81,168

21 ianuarie 2012

12:54

aspnet_wp.exe

4.0.30319.551

33,552

20 ianuarie 2012

22:08

Microsoft.Build.Tasks.v4.0.dll

4.0.30319.551

1,070,896

20 ianuarie 2012

22:08

Microsoft.CSharp.target

13,031

20 ianuarie 2012

22:02

Microsoft.VisualBasic.target

13,630

20 ianuarie 2012

22:02

microsoft.build.commontypes.xsd

195,804

21 ianuarie 2012

12:50

microsoft.build.commontypes.xsd

195,804

20 ianuarie 2012

22:02

PerfCounters.ini

154,222

20 ianuarie 2012

22:03

System.Web.Extensions.dll

4.0.30319.551

1,863,976

20 ianuarie 2012

22:07

System.Web.dll

4.0.30319.551

4,820,752

21 ianuarie 2012

12:54

System.Web.dll

4.0.30319.551

5,231,888

20 ianuarie 2012

22:08

webengine.dll

4.0.30319.551

26,384

21 ianuarie 2012

12:54

webengine.dll

4.0.30319.551

15,120

20 ianuarie 2012

22:08

webengine4.dll

4.0.30319.551

1,341,712

21 ianuarie 2012

12:54

webengine4.dll

4.0.30319.551

496,400

20 ianuarie 2012

22:08

XamlBuildTask.dll

4.0.30319.551

109,336

20 ianuarie 2012

22:08

mscorlib.resources.dll

4.0.30319.551

360,736

21 ianuarie 2012

12:38

mscorlib.resources.dll

4.0.30319.551

360,736

20 ianuarie 2012

21:51

System.Data.resources.dll

4.0.30319.551

372,008

21 ianuarie 2012

12:38

System.Data.resources.dll

4.0.30319.551

372,008

20 ianuarie 2012

21:51

system.data.sqlxml.resources.dll

4.0.30319.551

40,248

20 ianuarie 2012

21:51

System.resources.dll

4.0.30319.551

257,312

20 ianuarie 2012

21:51

System.RunTime.Serialization.resources.dll

4.0.30319.551

119,624

20 ianuarie 2012

21:51

System.xml.resources.dll

4.0.30319.551

180,520

20 ianuarie 2012

21:51

mscorlib.resources.dll

4.0.30319.551

366,368

21 ianuarie 2012

12:22

mscorlib.resources.dll

4.0.30319.551

366,368

20 ianuarie 2012

21:36

System.Data.resources.dll

4.0.30319.551

375,080

21 ianuarie 2012

12:22

System.Data.resources.dll

4.0.30319.551

375,080

20 ianuarie 2012

21:37

system.data.sqlxml.resources.dll

4.0.30319.551

39,736

20 ianuarie 2012

21:37

System.resources.dll

4.0.30319.551

263,456

20 ianuarie 2012

21:37

System.RunTime.Serialization.resources.dll

4.0.30319.551

120,136

20 ianuarie 2012

21:36

System.xml.resources.dll

4.0.30319.551

182,056

20 ianuarie 2012

21:37

mscorlib.resources.dll

4.0.30319.551

288,544

21 ianuarie 2012

12:06

mscorlib.resources.dll

4.0.30319.551

288,544

20 ianuarie 2012

21:19

System.Data.resources.dll

4.0.30319.551

326,952

21 ianuarie 2012

12:06

System.Data.resources.dll

4.0.30319.551

326,952

20 ianuarie 2012

21:20

system.data.sqlxml.resources.dll

4.0.30319.551

33,080

20 ianuarie 2012

21:20

System.resources.dll

4.0.30319.551

199,968

20 ianuarie 2012

21:20

System.RunTime.Serialization.resources.dll

4.0.30319.551

94,536

20 ianuarie 2012

21:19

System.xml.resources.dll

4.0.30319.551

142,120

20 ianuarie 2012

21:20

mscorlib.resources.dll

4.0.30319.551

289,056

21 ianuarie 2012

11:50

mscorlib.resources.dll

4.0.30319.551

289,056

20 ianuarie 2012

21:04

System.Data.resources.dll

4.0.30319.551

329,512

21 ianuarie 2012

11:51

System.Data.resources.dll

4.0.30319.551

329,512

20 ianuarie 2012

21:05

system.data.sqlxml.resources.dll

4.0.30319.551

32,568

20 ianuarie 2012

21:05

System.resources.dll

4.0.30319.551

202,528

20 ianuarie 2012

21:05

System.RunTime.Serialization.resources.dll

4.0.30319.551

93,512

20 ianuarie 2012

21:04

System.xml.resources.dll

4.0.30319.551

142,632

20 ianuarie 2012

21:05

mscorlib.resources.dll

4.0.30319.551

314,144

21 ianuarie 2012

11:37

mscorlib.resources.dll

4.0.30319.551

314,144

20 ianuarie 2012

20:44

System.Data.resources.dll

4.0.30319.551

348,456

21 ianuarie 2012

11:37

System.Data.resources.dll

4.0.30319.551

348,456

20 ianuarie 2012

20:44

system.data.sqlxml.resources.dll

4.0.30319.551

34,104

20 ianuarie 2012

20:44

System.resources.dll

4.0.30319.551

225,056

20 ianuarie 2012

20:44

System.RunTime.Serialization.resources.dll

4.0.30319.551

100,168

20 ianuarie 2012

20:44

System.xml.resources.dll

4.0.30319.551

155,432

20 ianuarie 2012

20:44

mscorlib.resources.dll

4.0.30319.551

309,024

21 ianuarie 2012

11:21

mscorlib.resources.dll

4.0.30319.551

309,024

20 ianuarie 2012

20:25

System.Data.resources.dll

4.0.30319.551

344,872

21 ianuarie 2012

11:21

System.Data.resources.dll

4.0.30319.551

344,872

20 ianuarie 2012

20:25

system.data.sqlxml.resources.dll

4.0.30319.551

35,128

20 ianuarie 2012

20:25

System.resources.dll

4.0.30319.551

219,936

20 ianuarie 2012

20:25

System.RunTime.Serialization.resources.dll

4.0.30319.551

101,192

20 ianuarie 2012

20:24

System.xml.resources.dll

4.0.30319.551

153,896

20 ianuarie 2012

20:25

mscorlib.resources.dll

4.0.30319.551

323,872

21 ianuarie 2012

11:05

mscorlib.resources.dll

4.0.30319.551

323,872

20 ianuarie 2012

20:07

System.Data.resources.dll

4.0.30319.551

355,112

21 ianuarie 2012

11:05

System.Data.resources.dll

4.0.30319.551

355,112

20 ianuarie 2012

20:07

system.data.sqlxml.resources.dll

4.0.30319.551

36,664

20 ianuarie 2012

20:07

System.resources.dll

4.0.30319.551

231,200

20 ianuarie 2012

20:07

System.RunTime.Serialization.resources.dll

4.0.30319.551

108,360

20 ianuarie 2012

20:07

System.xml.resources.dll

4.0.30319.551

162,600

20 ianuarie 2012

20:07

mscorlib.resources.dll

4.0.30319.551

438,560

21 ianuarie 2012

10:51

mscorlib.resources.dll

4.0.30319.551

438,560

20 ianuarie 2012

19:46

System.Data.resources.dll

4.0.30319.551

424,232

21 ianuarie 2012

10:51

System.Data.resources.dll

4.0.30319.551

424,232

20 ianuarie 2012

19:46

system.data.sqlxml.resources.dll

4.0.30319.551

47,416

20 ianuarie 2012

19:46

System.resources.dll

4.0.30319.551

320,800

20 ianuarie 2012

19:46

System.RunTime.Serialization.resources.dll

4.0.30319.551

150,344

20 ianuarie 2012

19:45

System.xml.resources.dll

4.0.30319.551

227,624

20 ianuarie 2012

19:46

mscorlib.resources.dll

4.0.30319.551

317,216

21 ianuarie 2012

10:35

mscorlib.resources.dll

4.0.30319.551

317,216

20 ianuarie 2012

19:26

System.Data.resources.dll

4.0.30319.551

348,456

21 ianuarie 2012

10:35

System.Data.resources.dll

4.0.30319.551

348,456

20 ianuarie 2012

19:27

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

19:27

System.resources.dll

4.0.30319.551

228,640

20 ianuarie 2012

19:27

System.RunTime.Serialization.resources.dll

4.0.30319.551

105,288

20 ianuarie 2012

19:26

System.xml.resources.dll

4.0.30319.551

159,016

20 ianuarie 2012

19:27

mscorlib.resources.dll

4.0.30319.551

311,072

21 ianuarie 2012

10:21

mscorlib.resources.dll

4.0.30319.551

311,072

20 ianuarie 2012

19:05

System.Data.resources.dll

4.0.30319.551

342,312

21 ianuarie 2012

10:21

System.Data.resources.dll

4.0.30319.551

342,312

20 ianuarie 2012

19:05

system.data.sqlxml.resources.dll

4.0.30319.551

34,104

20 ianuarie 2012

19:05

System.resources.dll

4.0.30319.551

219,936

20 ianuarie 2012

19:05

System.RunTime.Serialization.resources.dll

4.0.30319.551

100,168

20 ianuarie 2012

19:05

System.xml.resources.dll

4.0.30319.551

152,360

20 ianuarie 2012

19:05

mscorlib.resources.dll

4.0.30319.551

322,336

21 ianuarie 2012

10:05

mscorlib.resources.dll

4.0.30319.551

322,336

20 ianuarie 2012

18:47

System.Data.resources.dll

4.0.30319.551

354,088

21 ianuarie 2012

10:05

System.Data.resources.dll

4.0.30319.551

354,088

20 ianuarie 2012

18:48

system.data.sqlxml.resources.dll

4.0.30319.551

36,152

20 ianuarie 2012

18:48

System.resources.dll

4.0.30319.551

233,760

20 ianuarie 2012

18:48

System.RunTime.Serialization.resources.dll

4.0.30319.551

108,360

20 ianuarie 2012

18:47

System.xml.resources.dll

4.0.30319.551

163,624

20 ianuarie 2012

18:48

mscorlib.resources.dll

4.0.30319.551

343,328

21 ianuarie 2012

09:49

mscorlib.resources.dll

4.0.30319.551

343,328

20 ianuarie 2012

18:28

System.Data.resources.dll

4.0.30319.551

367,400

21 ianuarie 2012

09:49

System.Data.resources.dll

4.0.30319.551

367,400

20 ianuarie 2012

18:29

system.data.sqlxml.resources.dll

4.0.30319.551

39,224

20 ianuarie 2012

18:29

System.resources.dll

4.0.30319.551

244,000

20 ianuarie 2012

18:28

System.RunTime.Serialization.resources.dll

4.0.30319.551

119,112

20 ianuarie 2012

18:28

System.xml.resources.dll

4.0.30319.551

174,888

20 ianuarie 2012

18:29

mscorlib.resources.dll

4.0.30319.551

327,968

21 ianuarie 2012

09:33

mscorlib.resources.dll

4.0.30319.551

327,968

20 ianuarie 2012

18:14

System.Data.resources.dll

4.0.30319.551

359,208

21 ianuarie 2012

09:33

System.Data.resources.dll

4.0.30319.551

359,208

20 ianuarie 2012

18:14

system.data.sqlxml.resources.dll

4.0.30319.551

37,176

20 ianuarie 2012

18:14

System.resources.dll

4.0.30319.551

236,832

20 ianuarie 2012

18:14

System.RunTime.Serialization.resources.dll

4.0.30319.551

109,384

20 ianuarie 2012

18:13

System.xml.resources.dll

4.0.30319.551

167,720

20 ianuarie 2012

18:14

mscorlib.resources.dll

4.0.30319.551

315,680

21 ianuarie 2012

09:19

mscorlib.resources.dll

4.0.30319.551

315,680

20 ianuarie 2012

17:55

System.Data.resources.dll

4.0.30319.551

348,456

21 ianuarie 2012

09:20

System.Data.resources.dll

4.0.30319.551

348,456

20 ianuarie 2012

17:55

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

17:55

System.resources.dll

4.0.30319.551

226,080

20 ianuarie 2012

17:55

System.RunTime.Serialization.resources.dll

4.0.30319.551

103,752

20 ianuarie 2012

17:55

System.xml.resources.dll

4.0.30319.551

159,016

20 ianuarie 2012

17:55

mscorlib.resources.dll

4.0.30319.551

329,504

21 ianuarie 2012

09:06

mscorlib.resources.dll

4.0.30319.551

329,504

20 ianuarie 2012

17:36

System.Data.resources.dll

4.0.30319.551

356,648

21 ianuarie 2012

09:06

System.Data.resources.dll

4.0.30319.551

356,648

20 ianuarie 2012

17:36

system.data.sqlxml.resources.dll

4.0.30319.551

37,176

20 ianuarie 2012

17:36

System.resources.dll

4.0.30319.551

236,320

20 ianuarie 2012

17:36

System.RunTime.Serialization.resources.dll

4.0.30319.551

109,896

20 ianuarie 2012

17:35

System.xml.resources.dll

4.0.30319.551

167,720

20 ianuarie 2012

17:36

mscorlib.resources.dll

4.0.30319.551

313,120

21 ianuarie 2012

08:52

mscorlib.resources.dll

4.0.30319.551

313,120

20 ianuarie 2012

17:19

System.Data.resources.dll

4.0.30319.551

352,040

21 ianuarie 2012

08:52

System.Data.resources.dll

4.0.30319.551

352,040

20 ianuarie 2012

17:19

system.data.sqlxml.resources.dll

4.0.30319.551

35,128

20 ianuarie 2012

17:19

System.resources.dll

4.0.30319.551

226,592

20 ianuarie 2012

17:19

System.RunTime.Serialization.resources.dll

4.0.30319.551

102,728

20 ianuarie 2012

17:19

System.xml.resources.dll

4.0.30319.551

158,504

20 ianuarie 2012

17:19

mscorlib.resources.dll

4.0.30319.551

301,344

21 ianuarie 2012

08:38

mscorlib.resources.dll

4.0.30319.551

301,344

20 ianuarie 2012

17:04

System.Data.resources.dll

4.0.30319.551

339,240

21 ianuarie 2012

08:38

System.Data.resources.dll

4.0.30319.551

339,240

20 ianuarie 2012

17:04

system.data.sqlxml.resources.dll

4.0.30319.551

34,104

20 ianuarie 2012

17:04

System.resources.dll

4.0.30319.551

213,792

20 ianuarie 2012

17:04

System.RunTime.Serialization.resources.dll

4.0.30319.551

97,608

20 ianuarie 2012

17:04

System.xml.resources.dll

4.0.30319.551

150,312

20 ianuarie 2012

17:05

mscorlib.resources.dll

4.0.30319.551

322,848

21 ianuarie 2012

08:24

mscorlib.resources.dll

4.0.30319.551

322,848

20 ianuarie 2012

16:47

System.Data.resources.dll

4.0.30319.551

355,624

21 ianuarie 2012

08:24

System.Data.resources.dll

4.0.30319.551

355,624

20 ianuarie 2012

16:47

system.data.sqlxml.resources.dll

4.0.30319.551

36,152

20 ianuarie 2012

16:47

System.resources.dll

4.0.30319.551

228,640

20 ianuarie 2012

16:47

System.RunTime.Serialization.resources.dll

4.0.30319.551

109,384

20 ianuarie 2012

16:46

System.xml.resources.dll

4.0.30319.551

166,184

20 ianuarie 2012

16:47

mscorlib.resources.dll

4.0.30319.551

314,144

21 ianuarie 2012

08:10

mscorlib.resources.dll

4.0.30319.551

314,144

20 ianuarie 2012

16:27

System.Data.resources.dll

4.0.30319.551

345,896

21 ianuarie 2012

08:11

System.Data.resources.dll

4.0.30319.551

345,896

20 ianuarie 2012

16:27

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

16:28

System.resources.dll

4.0.30319.551

227,104

20 ianuarie 2012

16:27

System.RunTime.Serialization.resources.dll

4.0.30319.551

101,704

20 ianuarie 2012

16:27

System.xml.resources.dll

4.0.30319.551

156,456

20 ianuarie 2012

16:28

mscorlib.resources.dll

4.0.30319.551

316,704

21 ianuarie 2012

07:53

mscorlib.resources.dll

4.0.30319.551

316,704

20 ianuarie 2012

16:08

System.Data.resources.dll

4.0.30319.551

349,480

21 ianuarie 2012

07:53

System.Data.resources.dll

4.0.30319.551

349,480

20 ianuarie 2012

16:08

system.data.sqlxml.resources.dll

4.0.30319.551

35,640

20 ianuarie 2012

16:08

System.resources.dll

4.0.30319.551

227,616

20 ianuarie 2012

16:08

System.RunTime.Serialization.resources.dll

4.0.30319.551

104,776

20 ianuarie 2012

16:08

System.xml.resources.dll

4.0.30319.551

160,040

20 ianuarie 2012

16:08

mscorlib.resources.dll

4.0.30319.551

408,864

21 ianuarie 2012

07:39

mscorlib.resources.dll

4.0.30319.551

408,864

20 ianuarie 2012

15:49

System.Data.resources.dll

4.0.30319.551

408,872

21 ianuarie 2012

07:39

System.Data.resources.dll

4.0.30319.551

408,872

20 ianuarie 2012

15:49

system.data.sqlxml.resources.dll

4.0.30319.551

43,832

20 ianuarie 2012

15:49

System.resources.dll

4.0.30319.551

292,128

20 ianuarie 2012

15:49

System.RunTime.Serialization.resources.dll

4.0.30319.551

139,592

20 ianuarie 2012

15:49

System.xml.resources.dll

4.0.30319.551

212,776

20 ianuarie 2012

15:49

mscorlib.resources.dll

4.0.30319.551

310,048

21 ianuarie 2012

07:23

mscorlib.resources.dll

4.0.30319.551

310,048

20 ianuarie 2012

15:32

System.Data.resources.dll

4.0.30319.551

342,312

21 ianuarie 2012

07:23

System.Data.resources.dll

4.0.30319.551

342,312

20 ianuarie 2012

15:32

system.data.sqlxml.resources.dll

4.0.30319.551

34,616

20 ianuarie 2012

15:32

System.resources.dll

4.0.30319.551

218,400

20 ianuarie 2012

15:32

System.RunTime.Serialization.resources.dll

4.0.30319.551

98,120

20 ianuarie 2012

15:32

System.xml.resources.dll

4.0.30319.551

153,384

20 ianuarie 2012

15:32

mscorlib.resources.dll

4.0.30319.551

307,488

21 ianuarie 2012

07:07

mscorlib.resources.dll

4.0.30319.551

307,488

20 ianuarie 2012

15:11

System.Data.resources.dll

4.0.30319.551

343,848

21 ianuarie 2012

07:07

System.Data.resources.dll

4.0.30319.551

343,848

20 ianuarie 2012

15:11

system.data.sqlxml.resources.dll

4.0.30319.551

34,616

20 ianuarie 2012

15:11

System.resources.dll

4.0.30319.551

219,936

20 ianuarie 2012

15:11

System.RunTime.Serialization.resources.dll

4.0.30319.551

101,704

20 ianuarie 2012

15:10

System.xml.resources.dll

4.0.30319.551

153,384

20 ianuarie 2012

15:11

Aveți nevoie de ajutor suplimentar?

Doriți mai multe opțiuni?

Explorați avantajele abonamentului, navigați prin cursurile de instruire, aflați cum să vă securizați dispozitivul și multe altele.

Comunitățile vă ajută să adresați întrebări și să răspundeți la întrebări, să oferiți feedback și să primiți feedback de la experți cu cunoștințe bogate.

Au fost utile aceste informații?

Cât de mulțumit sunteți de calitatea limbajului?
Ce v-a afectat experiența?
Apăsând pe Trimitere, feedbackul dvs. va fi utilizat pentru a îmbunătăți produsele și serviciile Microsoft. Administratorul dvs. IT va avea posibilitatea să colecteze aceste date. Angajamentul de respectare a confidențialității.

Vă mulțumim pentru feedback!

×