DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Sat, 11 Aug 2007 15:20:47 +0200,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    Vicente García
          2    Mark Rae [MVP]
                 3    Vicente García
          4    Hemant
          5    Vicente García
          6    martian49
          7    George Ter-Saakov


Breakpoints are ignored!!   
hi,

I am working with Windows Vista Ultimate and Visual Studio .NET 2005, I 
created an ASP.NET Web site and I only have added a breakpoint to test it 
but the breakpoint are ignored. I am working in debug mode as well. Any one 
has any ideas?

Thanks in advance
Vicente.
Date:Sat, 11 Aug 2007 15:20:47 +0200   Author:  

Re: Breakpoints are ignored!!   
"Vicente Garca"  wrote in message 
news:F4908CE6-E046-4B03-9F2A-5A796B78823C@microsoft.com...


> I am working with Windows Vista Ultimate and Visual Studio .NET 2005, I 
> created an ASP.NET Web site and I only have added a breakpoint to test it 
> but the breakpoint are ignored. I am working in debug mode as well. Any 
> one has any ideas?


Are you sure the code is even jumping into the methods where you've set the 
breakpoints...?


-- 
Mark Rae
ASP.NET MVP
http://www.markrae.net
Date:Sat, 11 Aug 2007 14:49:45 +0100   Author:  

Re: Breakpoints are ignored!!   
Yes, It is sure and very strange!
Thanks
Regards,
Vicente

"Mark Rae [MVP]"  escribi en el mensaje de noticias 
news:%23osRz5B3HHA.2312@TK2MSFTNGP06.phx.gbl...

> "Vicente Garca"  wrote in message 
> news:F4908CE6-E046-4B03-9F2A-5A796B78823C@microsoft.com...
>
>> I am working with Windows Vista Ultimate and Visual Studio .NET 2005, I 
>> created an ASP.NET Web site and I only have added a breakpoint to test it 
>> but the breakpoint are ignored. I am working in debug mode as well. Any 
>> one has any ideas?
>
> Are you sure the code is even jumping into the methods where you've set 
> the breakpoints...?
>
>
> -- 
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net 
Date:Sat, 11 Aug 2007 16:12:18 +0200   Author:  

Re: Breakpoints are ignored!!   
On Aug 11, 6:20 pm, Vicente García  wrote:

> hi,
>
> I am working with Windows Vista Ultimate and Visual Studio .NET 2005, I
> created an ASP.NET Web site and I only have added a breakpoint to test it
> but the breakpoint are ignored. I am working in debug mode as well. Any one
> has any ideas?
>
> Thanks in advance
> Vicente.


To unable debug for asp.net website in vista, you need to run visual
studio as a administrator.
go to "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
\devenv.exe" (Default laction of Development Environment)
Right click on devenv.exe --> Properties
Go to compatibility tab and check "Run this programme as an
administrator".
hit ok

Now you should able to debug your asp.net application.

Hope this will work for you.
-----------------------------------
Hemant Mane
Date:Sat, 11 Aug 2007 11:51:53 -0700   Author:  

Re: Breakpoints are ignored!!   
Yes, it works perfectly, many thanks!!!!

Regards,
Vicente


"Hemant"  escribi en el mensaje de noticias 
news:1186858313.317780.203540@l22g2000prc.googlegroups.com...
On Aug 11, 6:20 pm, Vicente Garca  wrote:

> hi,
>
> I am working with Windows Vista Ultimate and Visual Studio .NET 2005, I
> created an ASP.NET Web site and I only have added a breakpoint to test it
> but the breakpoint are ignored. I am working in debug mode as well. Any 
> one
> has any ideas?
>
> Thanks in advance
> Vicente.


To unable debug for asp.net website in vista, you need to run visual
studio as a administrator.
go to "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
\devenv.exe" (Default laction of Development Environment)
Right click on devenv.exe --> Properties
Go to compatibility tab and check "Run this programme as an
administrator".
hit ok

Now you should able to debug your asp.net application.

Hope this will work for you.
-----------------------------------
Hemant Mane
Date:Sun, 12 Aug 2007 11:19:27 +0200   Author:  

Re: Breakpoints are ignored!!   

> To unable debug forasp.netwebsite in vista, you need to run visual
> studio as a administrator.
> go to "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
> \devenv.exe" (Default laction of Development Environment)
> Right click on devenv.exe --> Properties
> Go to compatibility tab and check "Run this programme as an
> administrator".
> hit ok
>
> Now you should able to debug yourasp.netapplication.
>
> Hope this will work for you.
> -----------------------------------
> Hemant Mane


I had the same problem, I have just tired your solution and it works!
Thanks a lot!
Bruno
Date:Mon, 13 Aug 2007 11:01:09 -0700   Author:  

Re: Breakpoints are ignored!!   
Actually there are more to it.
If anyone one has problems with debugging in Vista read this article
http://mvolo.com/blogs/serverside/archive/2006/12/28/Fix-problems-with-Visual-Studio-F5-debugging-of-ASP.NET-applications-on-IIS7-Vista.aspx

Worked for me.

George.



"martian49"  wrote in message 
news:1187028069.458202.258850@k79g2000hse.googlegroups.com...

>> To unable debug forasp.netwebsite in vista, you need to run visual
>> studio as a administrator.
>> go to "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
>> \devenv.exe" (Default laction of Development Environment)
>> Right click on devenv.exe --> Properties
>> Go to compatibility tab and check "Run this programme as an
>> administrator".
>> hit ok
>>
>> Now you should able to debug yourasp.netapplication.
>>
>> Hope this will work for you.
>> -----------------------------------
>> Hemant Mane
>
> I had the same problem, I have just tired your solution and it works!
> Thanks a lot!
> Bruno
>
> 
Date:Mon, 13 Aug 2007 14:16:50 -0400   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us