Trying to open txt file causes error and crash
MartinL0815 opened this issue · comments
Hmm, I'm not having this issue. I added a txt file to my project and opened it with the extension. If you find any other information about what's required to reproduce this problem, please let me know.
Ah, looks like it happens if a file is added to the solution (as opposed to a project). I'll see what I can do here.
I'm at a bit of a loss on this one. The item in question is a ProjectItem like any other, but calling Open() on it causes it to throw the pictured NotImplementedException. I don't know why that would be or how to call Open on these items.
Got it.