Sttopid Q 2

  • Thread starter Thread starter JLW
  • Start date Start date
J

JLW

What do I have to do to mey development webserver to remotly debug a
project using the IDE? Basically, I have my server, and I work on my
workstation, and create/run the projects from the server remotly, but
debugging won't work. I tried to install just the remote dubugging stuff
from VS.NET, but setup keeps failing.

Thanks again
 
I think one helpful thing would be to get the remote debugger working...I
know it's failing, but step 1 probably ought to be getting past that. What
message are you getting when it fails, we can start from there?
 
Okay, got the Full Debugging installed, no probs, but, when I try to install
the web development, I get this:

[04/30/04,09:25:36] Visual Studio .NET Professional - English: [2] ACTION
FAILURE: Action ended 9:25:36: InstallFinalize. Return value 3. See MSI log
for details.
[04/30/04,09:25:36] Visual Studio .NET Professional - English: [2] ERROR
processed; exception was thrown for retail build
Developer Comment: Action Start message out of order
Build Time: Thu Feb 15 17:56:18 2001
File:
f:\vs70builds\9466\vs\src\vssetup\setupexe\sitmanagers\brooklyn10\cmsiproges
shandlervs.cpp
Line Number: 230
Expression: (0 > iDiff)
HRESULT: -2147467259
[04/30/04,09:25:37] Visual Studio .NET Professional - English: [2] ACTION
FAILURE: Action ended 9:25:37: INSTALL. Return value 3. See MSI log for
details.
[04/30/04,09:25:42] setup.exe: [2] ISetupComponent::Pre/Post/Install()
failed in ISetupManager::InstallManagerHelper()
[04/30/04,09:25:42] setup.exe: [2] Component error string not specified in
ISetupManager::AddToActionResultCollection()

So the problem is the Web Devel portion. I have no other components
installe,d is this the problem?

Thanks agian,
JLW
 
When does this come up, where are you in the install when this pops up?
JLW said:
Okay, got the Full Debugging installed, no probs, but, when I try to install
the web development, I get this:

[04/30/04,09:25:36] Visual Studio .NET Professional - English: [2] ACTION
FAILURE: Action ended 9:25:36: InstallFinalize. Return value 3. See MSI log
for details.
[04/30/04,09:25:36] Visual Studio .NET Professional - English: [2] ERROR
processed; exception was thrown for retail build
Developer Comment: Action Start message out of order
Build Time: Thu Feb 15 17:56:18 2001
File:
f:\vs70builds\9466\vs\src\vssetup\setupexe\sitmanagers\brooklyn10\cmsiproges
shandlervs.cpp
Line Number: 230
Expression: (0 > iDiff)
HRESULT: -2147467259
[04/30/04,09:25:37] Visual Studio .NET Professional - English: [2] ACTION
FAILURE: Action ended 9:25:37: INSTALL. Return value 3. See MSI log for
details.
[04/30/04,09:25:42] setup.exe: [2] ISetupComponent::Pre/Post/Install()
failed in ISetupManager::InstallManagerHelper()
[04/30/04,09:25:42] setup.exe: [2] Component error string not specified in
ISetupManager::AddToActionResultCollection()

So the problem is the Web Devel portion. I have no other components
installe,d is this the problem?

Thanks agian,
JLW
William Ryan eMVP said:
I think one helpful thing would be to get the remote debugger working...I
know it's failing, but step 1 probably ought to be getting past that. What
message are you getting when it fails, we can start from there?
 
It's just asking for Disk2

William Ryan eMVP said:
When does this come up, where are you in the install when this pops up?
JLW said:
Okay, got the Full Debugging installed, no probs, but, when I try to install
the web development, I get this:

[04/30/04,09:25:36] Visual Studio .NET Professional - English: [2] ACTION
FAILURE: Action ended 9:25:36: InstallFinalize. Return value 3. See MSI log
for details.
[04/30/04,09:25:36] Visual Studio .NET Professional - English: [2] ERROR
processed; exception was thrown for retail build
Developer Comment: Action Start message out of order
Build Time: Thu Feb 15 17:56:18 2001
File:
f:\vs70builds\9466\vs\src\vssetup\setupexe\sitmanagers\brooklyn10\cmsiproges
shandlervs.cpp
Line Number: 230
Expression: (0 > iDiff)
HRESULT: -2147467259
[04/30/04,09:25:37] Visual Studio .NET Professional - English: [2] ACTION
FAILURE: Action ended 9:25:37: INSTALL. Return value 3. See MSI log for
details.
[04/30/04,09:25:42] setup.exe: [2] ISetupComponent::Pre/Post/Install()
failed in ISetupManager::InstallManagerHelper()
[04/30/04,09:25:42] setup.exe: [2] Component error string not specified in
ISetupManager::AddToActionResultCollection()

So the problem is the Web Devel portion. I have no other components
installe,d is this the problem?

Thanks agian,
JLW
William Ryan eMVP said:
I think one helpful thing would be to get the remote debugger working...I
know it's failing, but step 1 probably ought to be getting past that. What
message are you getting when it fails, we can start from there?
What do I have to do to mey development webserver to remotly
debug
 
Back
Top