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: Thu, 16 Aug 2007 15:23:03 +0300,    posted on: microsoft.public.dotnet.languages.vc        back       

Thread Index
  1    Ismo Salonen
          2    PvdG42
          3    Ben Voigt [C++ MVP] am
                 4    Carl Daniel [VC++ MVP] am
                        5    Ismo Salonen


Wierd problem with VS2003&vista   
I've got code that works when started normally (explorer, command 
whatever) but fails when started from VS2003. It crashes in different 
place when started with debugging (F5) and other place when started
without debugging ( CTRL+F5).

The same code works correctly on W2K/W2K3/XP. All modules are C++ code.

The Visual Studio 2003 must be currently used due to 3rd party 
libraries. It has the SP1 installed.

Is the VS2003 debugger totally useless on Vista ?

When the program  crashes I can attach it with debugger and always there
is secur32.dll!760621f4 as last address on stack.

Has anybody else seen this behaviour or is it just me ?

ismo
Date:Thu, 16 Aug 2007 15:23:03 +0300   Author:  

Re: Wierd problem with VS2003&vista   
"Ismo Salonen"  wrote in message 
news:epujyAA4HHA.1164@TK2MSFTNGP02.phx.gbl...

> I've got code that works when started normally (explorer, command 
> whatever) but fails when started from VS2003. It crashes in different 
> place when started with debugging (F5) and other place when started
> without debugging ( CTRL+F5).
>
> The same code works correctly on W2K/W2K3/XP. All modules are C++ code.
>
> The Visual Studio 2003 must be currently used due to 3rd party libraries. 
> It has the SP1 installed.
>
> Is the VS2003 debugger totally useless on Vista ?
>
> When the program  crashes I can attach it with debugger and always there
> is secur32.dll!760621f4 as last address on stack.
>
> Has anybody else seen this behaviour or is it just me ?
>
> ismo


VS .NET 2003 is not supported in Vista, and you've probably run into one of 
the many reasons why.
Date:Thu, 16 Aug 2007 08:39:51 -0500   Author:  

Re: Wierd problem with VS2003&vista   
"PvdG42"  wrote in message 
news:ePjrurA4HHA.5776@TK2MSFTNGP04.phx.gbl...

> "Ismo Salonen"  wrote in message 
> news:epujyAA4HHA.1164@TK2MSFTNGP02.phx.gbl...
>> I've got code that works when started normally (explorer, command 
>> whatever) but fails when started from VS2003. It crashes in different 
>> place when started with debugging (F5) and other place when started
>> without debugging ( CTRL+F5).
>>
>> The same code works correctly on W2K/W2K3/XP. All modules are C++ code.
>>
>> The Visual Studio 2003 must be currently used due to 3rd party libraries. 
>> It has the SP1 installed.
>>
>> Is the VS2003 debugger totally useless on Vista ?
>>
>> When the program  crashes I can attach it with debugger and always there
>> is secur32.dll!760621f4 as last address on stack.
>>
>> Has anybody else seen this behaviour or is it just me ?
>>
>> ismo
>
> VS .NET 2003 is not supported in Vista, and you've probably run into one 
> of the many reasons why.


I believe I've heard that it was specifically the debugger that wouldn't run 
right, and far too much trouble for MS to make it compatible.

However, I think the debug information created by 2003 should be usable from 
2005 or WinDbg.
Date:Thu, 16 Aug 2007 08:54:45 -0500   Author:  

Re: Wierd problem with VS2003&vista   
Ben Voigt [C++ MVP] wrote:

> "PvdG42"  wrote in message
> news:ePjrurA4HHA.5776@TK2MSFTNGP04.phx.gbl...
>> "Ismo Salonen"  wrote in message
>> news:epujyAA4HHA.1164@TK2MSFTNGP02.phx.gbl...
>>> I've got code that works when started normally (explorer, command
>>> whatever) but fails when started from VS2003. It crashes in
>>> different place when started with debugging (F5) and other place
>>> when started without debugging ( CTRL+F5).
>>>
>>> The same code works correctly on W2K/W2K3/XP. All modules are C++
>>> code. The Visual Studio 2003 must be currently used due to 3rd party
>>> libraries. It has the SP1 installed.
>>>
>>> Is the VS2003 debugger totally useless on Vista ?
>>>
>>> When the program  crashes I can attach it with debugger and always
>>> there is secur32.dll!760621f4 as last address on stack.
>>>
>>> Has anybody else seen this behaviour or is it just me ?
>>>
>>> ismo
>>
>> VS .NET 2003 is not supported in Vista, and you've probably run into
>> one of the many reasons why.
>
> I believe I've heard that it was specifically the debugger that
> wouldn't run right, and far too much trouble for MS to make it
> compatible.
> However, I think the debug information created by 2003 should be
> usable from 2005 or WinDbg.


Yes, it is.  You can develop with VS2003 on XP and then debug with VS2005 + 
SP1 + VistaPatch on Vista.

-cd
Date:Thu, 16 Aug 2007 07:04:13 -0700   Author:  

Re: Wierd problem with VS2003&vista   
Carl Daniel [VC++ MVP] wrote:

> Ben Voigt [C++ MVP] wrote:
>> "PvdG42"  wrote in message
>> news:ePjrurA4HHA.5776@TK2MSFTNGP04.phx.gbl...
>>> "Ismo Salonen"  wrote in message
>>> news:epujyAA4HHA.1164@TK2MSFTNGP02.phx.gbl...
>>>> I've got code that works when started normally (explorer, command
>>>> whatever) but fails when started from VS2003. It crashes in
>>>> different place when started with debugging (F5) and other place
>>>> when started without debugging ( CTRL+F5).
>>>>
>>>> The same code works correctly on W2K/W2K3/XP. All modules are C++
>>>> code. The Visual Studio 2003 must be currently used due to 3rd party
>>>> libraries. It has the SP1 installed.
>>>>
>>>> Is the VS2003 debugger totally useless on Vista ?
>>>>
>>>> When the program  crashes I can attach it with debugger and always
>>>> there is secur32.dll!760621f4 as last address on stack.
>>>>
>>>> Has anybody else seen this behaviour or is it just me ?
>>>>
>>>> ismo
>>> VS .NET 2003 is not supported in Vista, and you've probably run into
>>> one of the many reasons why.
>> I believe I've heard that it was specifically the debugger that
>> wouldn't run right, and far too much trouble for MS to make it
>> compatible.
>> However, I think the debug information created by 2003 should be
>> usable from 2005 or WinDbg.
> 
> Yes, it is.  You can develop with VS2003 on XP and then debug with VS2005 + 
> SP1 + VistaPatch on Vista.
> 
> -cd 
> 
> 

I've been banging my head against the wall with this, looking for 
phantom bugs that appear only while debugging.
Running the debugger as administrator helps a little but I can not
trust debugger anymore on vista. Luckily next  version will be compiled 
with VS2005.

ismo
Date:Fri, 17 Aug 2007 08:32:17 +0300   Author:  

Google
 
Web dotnetnewsgroup.com


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