ASP.Net 1.1 Debugging Issue
-
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
-
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
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