(Exception from HRESULT: 0x80070020) asp.net Visual studio

-2

I get this error every time I debug in Visual studio with web applications. The first time I debug it will open and run normal, but then it just stops. AM I missing something? this happens even when I have a black page.

enter image description here

html
asp.net
vb.net
visual-studio
iis
asked on Stack Overflow Jan 18, 2016 by John Cleghorn • edited Jan 18, 2016 by sunkuet02

1 Answer

0

Isn't that error straight forward. The assembly file for WebOne is already loaded and being used by another process. You can check where it's open and close it. Close and re-run VS again.

answered on Stack Overflow Jan 18, 2016 by Rahul

User contributions licensed under CC BY-SA 3.0