Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > AsyncUpload > Debug with "attach to process" doesn't work with AsyncUpload demo

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

Feed from this thread
  • Ilan avatar

    Posted on Feb 2, 2012 (permalink)

    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". 

    Reply

  • Genady Sergeev Genady Sergeev admin's avatar

    Posted on Feb 8, 2012 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > AsyncUpload > Debug with "attach to process" doesn't work with AsyncUpload demo
Related resources for "Debug with "attach to process" doesn't work with AsyncUpload demo"

ASP.NET AsyncUpload Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]