tim-lebedkov / map2dbg

Automatically exported from code.google.com/p/map2dbg
0 stars 0 forks source link

Error running tds2pdb: Entry with the same key already exists #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ran tds2pdb dscdatasrv.tds 

Expected .pdb file but got runtime error instead.

Version of tds2pdb is 1.0.1.1 dated 5/11/12.

OS: Win XP SP3

Error info:
C:\Win_proj\Source34_Rebuild_3.4.32\DSCDataSrv>tds2pdb dscdatasrv.tds

Unhandled Exception: System.ArgumentException: An entry with the same key 
already exists.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)+
at System.Collections.Generic.SortedList`2.Add(TKey key, TValue value)+
at tds2pdbproto.PdbWriter.WritePdb(List`1 tglobals, ModuleInfo[] modules, 
String pdbname, String exename) in 
C:\-Andre-\-Projects-\map2dbg\tds2pdb\tds2pdbpro
to\PdbWriter.cs:line 1342
at tds2pdbproto.Program.Main(String[] args) in C:\-Andre-\-Projects-\map2dbg\
tds2pdb\tds2pdbproto\Program.cs:line 2101

Can you also provide some details as what I should be running and in what 
sequence?  I'm thinking that I might be doing something wrong.

Original issue reported on code.google.com by scott.hu...@gmail.com on 21 May 2012 at 7:05

Attachments:

GoogleCodeExporter commented 9 years ago
see new version: 
http://code.google.com/p/map2dbg/downloads/detail?name=tds2pdb102.zip

Original comment by andre.mussche on 22 May 2012 at 6:10