Debug Source Files, Common Properties, Solution Property Pages Dialog Box
This property page specifies where the debugger will look for source files when debugging the solution.
To access the Debug Source Files property page, right-click on your Solution in Solution Explorer and select Properties from the shortcut menu. Expand the Common Properties folder, and click the Debug Source Files page.
- Directories containing source code
-
Contains a list of directories in which the debugger searches for source files when debugging the solution.
- Do not look for these source files
-
Enter the names of any files that you do not want the debugger to read. If the debugger finds one of these files in one of the directories specified above, it will ignore it. If the Find Source dialog box comes up while you are debugging and , you click Cancel, the file you were searching for gets added to this list so that the debugger will not continue searching for that file.
See Also
- 7/11/2011
- Bunthoeun
Hi,
When i added to Calender extender to this my page.i am getting following exception along with "There is no source code available for the current location" one message box will popup with two options 1)OK 2) Show disaassembly. I am new to ajax please help me.Thanks,
Yashwanth
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.Stack Trace:
[HttpException (0x80004005): The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).]
System.Web.UI.ControlCollection.Add(Control child) +8680855
AjaxControlToolkit.ScriptObjectBuilder.RegisterCssReferences(Control control) in d:\hg\act\Server\AjaxControlToolkit\ExtenderBase\ScriptObjectBuilder.cs:323
AjaxControlToolkit.ExtenderControlBase.OnLoad(EventArgs e) in d:\hg\act\Server\AjaxControlToolkit\ExtenderBase\ExtenderControlBase.cs:305
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
- 10/15/2010
- yashwanth
Alternatively, while you are in dis-assmbly, you can open the call stack and press Step-Into untill you see your dll function loaded in the stack.
- 10/23/2009
- AbhayBarhanpurkar
Thank you, we were looking for this solution for some time now. This was extremely helpful. This solution works just as described.You can also add a root directory instead of the actual directory and it still finds the files.
- 9/10/2009
- JShortOC
- 2/9/2008
- lucmaxius
- 9/23/2007
- joeller