microsoft / Tx

Tx (LINQ to Events)
Other
315 stars 72 forks source link

CS0433 [EVENT_NAME]' exists in both 'LogFile1' and 'LogFile2' #29

Open StrangerComeKnocking opened 7 years ago

StrangerComeKnocking commented 7 years ago

CS0433 The type '[EVENT_NAME]' exists in both 'LogFile1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'LogFile2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'

If the event exists in both with the same schema then one should be chosen. This would increase the debugging experience by a lot since we could actually import multiple files in the same session.

This is in reference to the LinqPad Tx driver

Tuatan commented 7 years ago

@StrangerComeKnocking , are you referring to LinqPad driver?

StrangerComeKnocking commented 7 years ago

yes. I am referring to the LinqPad driver

Tuatan commented 7 years ago

@StrangerComeKnocking, the latest release has some improvement related to assembly resolution and duplicate assemblies compilation. Could you try the latest version of LinqPad driver and let us know if the issue is gone? Otherwise it would be great to have a stand alone repro from you.