Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - Edit and Continue in ASP.Net

 
Thread Tools Search this Thread
Old 06-29-2006, 04:11 PM   #1
Default Edit and Continue in ASP.Net


I'm using VS2005 and am trying to get Edit and Continue to work while
debugging. I've gone to the Tools-Options-Debugging dialog box and made
sure "Enable Edit and Continue" is checked, but when I start debugging and
try changing the code, it just ignores any changes I've made. If I add a
new line while debugging and try to step through the code, the debugger just
skips the new line.

Can anyone give me some suggestions?
Thanks!
Diane Y.




Diane Yocom
  Reply With Quote
Old 06-29-2006, 05:14 PM   #2
Steve C. Orr [MVP, MCSD]
 
Posts: n/a
Default Re: Edit and Continue in ASP.Net
You must reload the page to see your dynamic changes.
Now that we have edit and continue, you no longer need to restart the
application though.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"Diane Yocom" <> wrote in message
news:...
> I'm using VS2005 and am trying to get Edit and Continue to work while
> debugging. I've gone to the Tools-Options-Debugging dialog box and made
> sure "Enable Edit and Continue" is checked, but when I start debugging and
> try changing the code, it just ignores any changes I've made. If I add a
> new line while debugging and try to step through the code, the debugger
> just skips the new line.
>
> Can anyone give me some suggestions?
> Thanks!
> Diane Y.
>





Steve C. Orr [MVP, MCSD]
  Reply With Quote
Old 06-29-2006, 05:37 PM   #3
bruce barker \(sqlwork.com\)
 
Posts: n/a
Default Re: Edit and Continue in ASP.Net
edit and continue is not supported by asp.net

http://msdn2.microsoft.com/en-us/library/ms227556.aspx

-- bruce (sqlwork.com)


"Diane Yocom" <> wrote in message
news:...
> I'm using VS2005 and am trying to get Edit and Continue to work while
> debugging. I've gone to the Tools-Options-Debugging dialog box and made
> sure "Enable Edit and Continue" is checked, but when I start debugging and
> try changing the code, it just ignores any changes I've made. If I add a
> new line while debugging and try to step through the code, the debugger
> just skips the new line.
>
> Can anyone give me some suggestions?
> Thanks!
> Diane Y.
>





bruce barker \(sqlwork.com\)
  Reply With Quote
Old 07-06-2006, 03:19 PM   #4
Alan Silver
 
Posts: n/a
Default Re: Edit and Continue in ASP.Net
In article <>, "bruce barker
(sqlwork.com)" <> writes
>edit and continue is not supported by asp.net
>
>http://msdn2.microsoft.com/en-us/library/ms227556.aspx


He's using VS2005, where edit and continue *is* supported. That article
talks about debugging independently, using the .NET debugger.

>"Diane Yocom" <> wrote in message
>news:...
>> I'm using VS2005 and am trying to get Edit and Continue to work while
>> debugging. I've gone to the Tools-Options-Debugging dialog box and made
>> sure "Enable Edit and Continue" is checked, but when I start debugging and
>> try changing the code, it just ignores any changes I've made. If I add a
>> new line while debugging and try to step through the code, the debugger
>> just skips the new line.
>>
>> Can anyone give me some suggestions?
>> Thanks!
>> Diane Y.
>>

>
>


--
Alan Silver
(anything added below this line is nothing to do with me)


Alan Silver
  Reply With Quote
Old 07-07-2006, 06:47 AM   #5
Bruce Barker
 
Posts: n/a
Default Re: Edit and Continue in ASP.Net
C# and VB.net compilers support edit and continue for window and command
line apps. the asp.net compiler does not. if you read the article you will
see a note:

Note
The Edit and Continue feature of Visual Studio 2005 is not available
for Web applications.



this is because MS was unable to add the feature to asp.net due to
complexity of the problem in the asp.net enviroment. for simular reasons no
support in sqlserver clr routines.

-- bruce (sqlwork.com)



"Alan Silver" <alan-> wrote in message
news:...
> In article <>, "bruce barker
> (sqlwork.com)" <> writes
>>edit and continue is not supported by asp.net
>>
>>http://msdn2.microsoft.com/en-us/library/ms227556.aspx

>
> He's using VS2005, where edit and continue *is* supported. That article
> talks about debugging independently, using the .NET debugger.
>
>>"Diane Yocom" <> wrote in message
>>news:...
>>> I'm using VS2005 and am trying to get Edit and Continue to work while
>>> debugging. I've gone to the Tools-Options-Debugging dialog box and made
>>> sure "Enable Edit and Continue" is checked, but when I start debugging
>>> and
>>> try changing the code, it just ignores any changes I've made. If I add
>>> a
>>> new line while debugging and try to step through the code, the debugger
>>> just skips the new line.
>>>
>>> Can anyone give me some suggestions?
>>> Thanks!
>>> Diane Y.
>>>

>>
>>

>
> --
> Alan Silver
> (anything added below this line is nothing to do with me)







Bruce Barker
  Reply With Quote
Old 07-10-2006, 02:22 PM   #6
Alan Silver
 
Posts: n/a
Default Re: Edit and Continue in ASP.Net
In article <>, Bruce Barker
<> writes
>C# and VB.net compilers support edit and continue for window and command
>line apps. the asp.net compiler does not. if you read the article you will
>see a note:
>
> Note
> The Edit and Continue feature of Visual Studio 2005 is not available
>for Web applications.
>
>
>
>this is because MS was unable to add the feature to asp.net due to
>complexity of the problem in the asp.net enviroment. for simular reasons no
>support in sqlserver clr routines.


OK, maybe I've missed something here then, but how come I can debug and
change my ASP.NET code? Are we talking about different things here?

>"Alan Silver" <alan-> wrote in message
>news:...
>> In article <>, "bruce barker
>> (sqlwork.com)" <> writes
>>>edit and continue is not supported by asp.net
>>>
>>>http://msdn2.microsoft.com/en-us/library/ms227556.aspx

>>
>> He's using VS2005, where edit and continue *is* supported. That article
>> talks about debugging independently, using the .NET debugger.
>>
>>>"Diane Yocom" <> wrote in message
>>>news:...
>>>> I'm using VS2005 and am trying to get Edit and Continue to work while
>>>> debugging. I've gone to the Tools-Options-Debugging dialog box and made
>>>> sure "Enable Edit and Continue" is checked, but when I start debugging
>>>> and
>>>> try changing the code, it just ignores any changes I've made. If I add
>>>> a
>>>> new line while debugging and try to step through the code, the debugger
>>>> just skips the new line.
>>>>
>>>> Can anyone give me some suggestions?
>>>> Thanks!
>>>> Diane Y.
>>>>
>>>
>>>

>>
>> --
>> Alan Silver
>> (anything added below this line is nothing to do with me)

>
>
>
>[ A UUEncoded file (ms227556.note(en-US,VS.80).gif) was included here. ]
>


--
Alan Silver
(anything added below this line is nothing to do with me)


Alan Silver
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make your wonderful photo and video slideshow on DVD kricww@gmail.com DVD Video 0 04-20-2006 07:26 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46