Release .dll and .pdb after loading .dll file dynamically
问题 I'm building a windows application where I can call coded UI project (project named RecordAndPlayback) by clicking on a button. My aim is to call the test methods in the coded UI project and then be able to modify the test then call it back from my win app without closing it using the same button. I managed to call the test method, but I have a problem in modifying the test method after that. Whenever I build my coded UI project, I get an error ERROR CSC(0,0): Unexpected error creating debug