Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. ASP.Net 1.1 Debugging Issue

ASP.Net 1.1 Debugging Issue

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netdebugging
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pashitech
    wrote on last edited by
    #1

    Hi, I have a ASP.Net 1.1 solution which contains 4 Projects, which are inter-dependent when I make each independed(total 4)Virtual Directoried and run the application , I couldn't able to debug the application properly when I make 'Main' as StartUP Project, I can only debug main Project and if the 'Main' Project is calling some other that calling file is not debugging(It says no source code found) when I checked in Debegu-->Module it shows only one project debug symbols are loaded. I am facing problems with dll's which are generating first time, and from second time(when I chanche code)the new code is not effecting.. Plase help me, Thanks, Pashi

    S 1 Reply Last reply
    0
    • P pashitech

      Hi, I have a ASP.Net 1.1 solution which contains 4 Projects, which are inter-dependent when I make each independed(total 4)Virtual Directoried and run the application , I couldn't able to debug the application properly when I make 'Main' as StartUP Project, I can only debug main Project and if the 'Main' Project is calling some other that calling file is not debugging(It says no source code found) when I checked in Debegu-->Module it shows only one project debug symbols are loaded. I am facing problems with dll's which are generating first time, and from second time(when I chanche code)the new code is not effecting.. Plase help me, Thanks, Pashi

      S Offline
      S Offline
      Sandeep Akhare
      wrote on last edited by
      #2

      pashitech wrote:

      I am facing problems with dll's which are generating first time, and from second time(when I chanche code)the new code is not effecting..

      Its beacuse your newly created DLLs are not getting refreshed do following things 1. Remove the refered dll's and then add by browsing the project 2. Restart IIS 3. Delete all temp files generted in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files Now try to run the application.

      pashitech wrote:

      I have a ASP.Net 1.1 solution which contains 4 Projects, which are inter-dependent when I make each independed(total 4)Virtual Directoried and run the application , I couldn't able to debug the application properly

      If they are present in same solution then make sure PDB(Program debug Database) Files are also present Also make sure that appication Configuration they are running in Debbug mode

      Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups