Edit and Continue NOW WORKING

G

George Hardy

hi all,

to anyone that has had difficulty getting edit-and-continue to work in thier
project:

I had a project that I converted from vs.net2003, but edit-and-continue
would not work. So, I started a brand-new project, and added every file
individually. I have not yet added the project to sourcesafe.

I only added the xsd files for the datasets, and let the custom tool
re-generate the vb and designer files. Same thing for my crystal report
files...re-added the references for 11.5, and let the custom tool re-gen the
class files for those.

After 4 hours of re-creating the project, i run it. i put a breakpoint on a
line, and was able to type on the break, and change it.

yeee-haaaaaa!

wierd thing is, that the project runs faster.

george hardy
 
T

tommaso.gastaldi

hi all,

to anyone that has had difficulty getting edit-and-continue to work in thier
project:

I had a project that I converted from vs.net2003, but edit-and-continue
would not work. So, I started a brand-new project, and added every file
individually. I have not yet added the project to sourcesafe.

I only added the xsd files for the datasets, and let the custom tool
re-generate the vb and designer files. Same thing for my crystal report
files...re-added the references for 11.5, and let the custom tool re-gen the
class files for those.

After 4 hours of re-creating the project, i run it. i put a breakpoint on a
line, and was able to type on the break, and change it.

yeee-haaaaaa!

wierd thing is, that the project runs faster.

george hardy

Probably you had checked some options which disable this
edit-and-continue feature (check enable optimization in the advanced
compile
options, unmanaged code and SQL must be disabled)

You might have saved a few hours. Check it out, and see
which was the bad boy!

Tom
 
G

George Hardy

hmmm...

enabled optimization....couldn't edit-and-continue...

i guess that was the bad boy afterall....but, all said and done, probably
wansn't a bad thing to start fresh.

thanks,
george
 

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