Unable to use Edit & Continue

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?
 
M

Mahmoud Al-Qudsi

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top