Unable to use Edit & Continue

  • Thread starter Thread starter Mahmoud Al-Qudsi
  • Start date Start date
M

Mahmoud Al-Qudsi

Hi,

For some odd reason, I can't use Edit and Continue with my project
anymore, and it's a real killer. It used to work before, and if I
create a new project (VB or C#) it'll work _there_ just fine, but not
in my current project.

Not exactly sure why it isn't working - edit & continue is enabled,
I'm running in debug mode, it's creating the PDB and everything else
just fine, but I just can't edit the app while it's running - get the
dreaded "It is Read-Only" error when I try to type anything into the
IDE.

I'm using the standard .NET libraries and "msfeeds.dll", I have it set
to output data to bin/ instead of bin/debug, and I can't think of
anything else.

Do you have any clue what's stopping it from using edit and continue?
 
Unmanaged debugging is off, I'm not using any unmanaged code (except
for the msfeeds thing, but removing it doesn't make a difference).

The thing that gets me is that creating a new project works just fine
with E&C, but this old project doesn't......

Any other ideas?
 
Back
Top