Debugging is not working

Debugging is not working

am 22.01.2008 13:56:52 von santel_helvis

Hi,

I am not able to debug the asp.net source. Anyone please suggest me.
Is there any setting I should do to debug?

I am running the filesystem project in Vista m/c.

Re: Debugging is not working

am 22.01.2008 14:59:26 von Leon Mayne

"Santel" wrote in message
news:968005f3-e281-427d-81c8-3eeb03409840@n22g2000prh.google groups.com...
> Hi,
>
> I am not able to debug the asp.net source. Anyone please suggest me.
> Is there any setting I should do to debug?
>
> I am running the filesystem project in Vista m/c.

If you are using VS2005, have you installed VS2005 SP1 and the VS update for
Vista?

SP1:
http://www.microsoft.com/downloads/details.aspx?FamilyID=bb4 a75ab-e2d4-4c96-b39d-37baf6b5b1dc&DisplayLang=en
SP1 Vista update:
http://www.microsoft.com/downloads/details.aspx?FamilyID=90e 2942d-3ad1-4873-a2ee-4acc0aace5b6&DisplayLang=en

Re: Debugging is not working

am 22.01.2008 15:25:24 von Leon Mayne

"Leon Mayne" wrote in message
news:OHexN8PXIHA.484@TK2MSFTNGP06.phx.gbl...
> "Santel" wrote in message
> news:968005f3-e281-427d-81c8-3eeb03409840@n22g2000prh.google groups.com...
>> Hi,
>>
>> I am not able to debug the asp.net source. Anyone please suggest me.
>> Is there any setting I should do to debug?
>>
>> I am running the filesystem project in Vista m/c.
>
> If you are using VS2005, have you installed VS2005 SP1 and the VS update
> for Vista?
>
> SP1:
> http://www.microsoft.com/downloads/details.aspx?FamilyID=bb4 a75ab-e2d4-4c96-b39d-37baf6b5b1dc&DisplayLang=en
> SP1 Vista update:
> http://www.microsoft.com/downloads/details.aspx?FamilyID=90e 2942d-3ad1-4873-a2ee-4acc0aace5b6&DisplayLang=en

Also make sure you run Visual Studio as Administrator. You don't /have/ to
do this, but it does fix a few problems.
Right-click on the link to Visual Studio and select "Run as administrator".
You can set up the app to always run as administrator by navigating to:
C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE
Right click on devenv.exe and in the compatability tab tick the 'Run this
program as administrator' box

--
Leon Mayne
http://leon.mvps.org/

Re: Debugging is not working

am 23.01.2008 16:59:45 von dgk

On Tue, 22 Jan 2008 14:25:24 -0000, "Leon Mayne"
wrote:

>"Leon Mayne" wrote in message
>news:OHexN8PXIHA.484@TK2MSFTNGP06.phx.gbl...
>> "Santel" wrote in message
>> news:968005f3-e281-427d-81c8-3eeb03409840@n22g2000prh.google groups.com...
>>> Hi,
>>>
>>> I am not able to debug the asp.net source. Anyone please suggest me.
>>> Is there any setting I should do to debug?
>>>
>>> I am running the filesystem project in Vista m/c.
>>
>> If you are using VS2005, have you installed VS2005 SP1 and the VS update
>> for Vista?
>>
>> SP1:
>> http://www.microsoft.com/downloads/details.aspx?FamilyID=bb4 a75ab-e2d4-4c96-b39d-37baf6b5b1dc&DisplayLang=en
>> SP1 Vista update:
>> http://www.microsoft.com/downloads/details.aspx?FamilyID=90e 2942d-3ad1-4873-a2ee-4acc0aace5b6&DisplayLang=en
>
>Also make sure you run Visual Studio as Administrator. You don't /have/ to
>do this, but it does fix a few problems.
>Right-click on the link to Visual Studio and select "Run as administrator".
>You can set up the app to always run as administrator by navigating to:
>C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE
>Right click on devenv.exe and in the compatability tab tick the 'Run this
>program as administrator' box

Running as Admin cured my inability to debug in asp.net. Hopefully it
will work for the OP.