Vedo il seguente errore nel registro eventi. Viene dalla nostra applicazione ASP.Net. Sto riscontrando problemi nel rintracciare ciò che sta causando l'errore. Ogni suggerimento è apprezzato!Eccezione IIS non gestita - Come posso rintracciarlo
- OS: Windows Server 2000
- WebServer: IIS 6
- Applicazione: ASP.Net v3.5
Registro errori
[NomeComputer] ha registrato il seguente errore per IIS
Dettagli: ComputerName = [NomeComputer] EventType utente = Non specificato Logfile = Applicazione Type = Errore = 1 SourceName = ASP.NET 2.0.50727.0 Categoria = 0 CategoryString = Non specificato EventCode = 1334 EventID = -1.073,74049 milioni TimeGenerated = 20091125101806,000000-360 TimeWritten = 20091125101806,000000-360 messaggio = un'eccezione verificato e il processo è stato terminato.
IDApplicazione: DefaultDomain processo ID: 1440 Eccezione: System.Runtime.Serialization.SerializationException Messaggio: Impossibile trovare l'assembly 'Company.Common, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null '.
StackTrace: a System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly() a System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType (BinaryAssemblyInfo AssemblyInfo, String name) al sistema .Runtime.Serialization.Formatters.Binary.ObjectMap..ctor (String objectName, String [] memberNames, BinaryTypeEnum [] binaryTypeEnumA, Object [] typeInformationA, Int32 [] memberAssemIds, objectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray ass emIdToAssemblyTable)
a System.Runtime.Serialization.Formatters.Binary .__ BinaryParser.ReadObjectWithMapTyped (BinaryObjectWithMapTyped record) a System.Runtime.Serialization.Formatters.Binary .__ BinaryParser.Run() a System.Runtime.Serialization. Formatters.Binary.ObjectReader.Deserialize (HeaderHandler gestore, __BinaryParser serParser, booleano FVerificare, booleano isCrossAppDomain, IMethodCallMessage methodCallMessage) a System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (stream serializationStream, HeaderHandler gestore , Booleano f Verifica, booleano isCrossAppDomain, IMethodCallMessage methodCallMessage) a System.Runtime.Remoting.Channels.CrossAppDomainSerializer.DeserializeObject (MemoryStream STM) a System.AppDomain.Deserialize (Byte [] blob) a System.AppDomain.UnmarshalObject (Byte [] blob)
Sembra che l'URL di codeplex sia cambiato. Link di lavoro: http://unhandledexception.codeplex.com/SourceControl/BrowseLatest –