This is a migrated thread and some comments may be shown as answers.

Debug with "attach to process" doesn't work with AsyncUpload demo

1 Answer 77 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Ilan
Top achievements
Rank 1
Ilan asked on 02 Feb 2012, 05:10 PM
Hello,
I've copied this demo to my pc:
http://demos.telerik.com/aspnet-ajax/upload/examples/async/ajaxprocessing/defaultcs.aspx?product=asyncupload 
and executed on VS 2008. 
Installed telerik version: Telerik.Web.UI, v.2011.3.1305.35
I tried to execute it on my localhost, using IIS. The demo seems to work, but the problem is:
I can't debug it using the VS debug menu - "attach to process". I can see the process and seemingly attach to it, but no debug can be done: all the debug steps are disabled (step into, step over, etc), all breakpoints are disabled and appear with an error message:"this breakpoint will not currently be hit. no symbols have been loaded for this document". 

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 08 Feb 2012, 10:58 AM
Hi,

This is a standard debug error when no assemblies were loaded for the project that you try to debug. Please make sure that you have attached to the w3wp.exe process (this is the iis process) and that the break point is in the code behind of the demo. You should also set debug=true in the web.config. Please take a look at the following help article for details.


All the best,
Genady Sergeev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
AsyncUpload
Asked by
Ilan
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or