Message from discussion
VS2005 - "Edit and Continue" changes are not allowed while debuggi
Thread-Topic: VS2005 - "Edit and Continue" changes are not allowed while debuggi
thread-index: AcXu/JQhvrtPN9xISkWEJ+/h37Tdrg==
X-WBNR-Posting-Host: 211.27.107.242
From: "=?Utf-8?B?U3RyZWFtbGluZQ==?=" <streaml...@nospam.nospam>
Subject: VS2005 - "Edit and Continue" changes are not allowed while debuggi
Date: Mon, 21 Nov 2005 16:35:03 -0800
Lines: 26
Message-ID: <8E46723C-C70E-402C-98F2-C50501A5D6BA@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.vsnet.debugging
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: g2news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newshub.sdsu.edu!msrtrans!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA03.phx.gbl
Initial setup:
Microsoft Windows XP Professional Version 2002 SP2
Microsoft Development Environment 2003 Version 7.1 (Visual Studio)
Microsoft .NET Framework 1.1 SP1
Microsoft Visual C# .NET
I created a solution containing a Web project and a Class Library project.
The Web project that has a project reference to the Class Library project.
I then installed:
Microsoft Visual Studio 2005 Standard Edition Version 8.0
Microsoft .NET Framework 2.0
Microsoft Visual C# 2005
I used VS2005 to upgrade my solution.
When I debug, I can step into the Web project source code, edit and
continue. I can also step into the Class Library source code. However, when I
try to edit the Class Library source code, I get the following error:
Edit and Continue
Changes are not allowed when the debugger has been attached to an already
running process or the code being debugged is optimized.
The Class Library project Build properties shows Configuration: Debug, and
Optimize code is unchecked