Ich bin Neuling im Speicher Profiling Windows Phone-Anwendungen. Nachdem ich die Speicherprofilerstellungssitzung beendet habe, versucht Visual Studio, das Protokoll zu analysieren und meldet die Meldung "Analyse der Protokolldatei fehlgeschlagen". Ich sehe diese Botschaft an die „ProfilerLog_“ Datei im Verzeichnis% temp% und erhalten:Windows Phone Profiling - Parsing-Protokoll fehlgeschlagen
System.ArgumentException: Item has already been added. Key in dictionary: '226295856' Key being added: '226295856'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Hashtable.Add(Object key, Object value)
at SilverlightProfiler.Internal.CFAdapter.HandleEvent(UInt32 eventID, ProbeMarkerType eventMarkerType, Double clockTime, Double threadTime, UInt32 threadID, ThreadType threadType, List`1 eventInfoList)
at SilverlightProfiler.Internal.WPInputAdapter.HandleEvent(ProbeEventSource eventSource, UInt32 eventID, ProbeMarkerType eventMarkerType, Double clockTime, Double threadTime, UInt32 threadID, ThreadType threadType, List`1 eventInfoList)
at SilverlightProfiler.Internal.WPInputAdapter.HandleEvent(BinaryReader input, Int64 endOffset, ThreadStreamInfo threadStreamInfo)
at SilverlightProfiler.Internal.WPInputAdapter.HandleEvents()
at SilverlightProfiler.Internal.WPInputAdapter.ParseLogFile(BinaryReader input, String logFilename, AgLogFileHeader header)
at SilverlightProfiler.Internal.WPInputAdapter.Parse(Object data)
at SilverlightProfiler.Internal.ViewModel.AnalyzingViewModel.startAnalyzing()
Kann irgendeine Lösung sein, jemand habe mit diesem Problem konfrontiert und finden?
Danke.
auf welchen temporären Ordner beziehen Sie sich? –
C: \ Benutzer \ \ AppData \ Local \ Temp –
sast