Tx icon indicating copy to clipboard operation
Tx copied to clipboard

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

Open StrangerComeKnocking opened this issue 8 years ago • 3 comments

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

StrangerComeKnocking avatar Jan 14 '17 00:01 StrangerComeKnocking

@StrangerComeKnocking , are you referring to LinqPad driver?

Tuatan avatar Jan 14 '17 00:01 Tuatan

yes. I am referring to the LinqPad driver

StrangerComeKnocking avatar Jan 14 '17 00:01 StrangerComeKnocking

@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.

Tuatan avatar Jun 12 '17 22:06 Tuatan