Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
tools
vsnet.act
vsnet.debugging
vsnet.documentation
vsnet.enterprise.tools
vsnet.general
vsnet.ide
vsnet.jlca
vsnet.servicepacks
vsnet.setup
vsnet.vsip
vsnet.vss
vsnet.vstools.office
vstudio.development
vstudio.extensibility
vstudio.general
vstudio.helpauthoring
vstudio.setup
vstudio.sourcesafe
  
 
date: Sun, 4 May 2008 15:34:31 +0800,    group: microsoft.public.vstudio.extensibility        back       


VS Shell Isolated failed to start   
Hi, there:
    I'm trying to build a tool with VS shell isolated. I'm using VS2008 
professional and VSSDK 1.0. After I created the project via the template 
provided by the VSSDK, I tried to build and run it immediately and it failed 
to start. The error dialog is as below:
"Cannot find one or more components. Please reinstall the application."
I traced the error and found that the dialog was brought out by calling the 
Start method of appenvstub.dll. As I'm new to vs shell development, I'm not 
sure I should follow the reinstall instruction on the dialog, and if yes, 
which component should I install. Does any one can provide some clues for 
this? Any suggestion is appreciated.

Regards,
Jordan
date: Sun, 4 May 2008 15:34:31 +0800   author:   Jordan Zhou

Re: VS Shell Isolated failed to start   
I think this problem is related to UAC. I tried to check the registry 
settings with regedit.exe and found that there is no 
HKLM\Software\Microsoft\AppEnv\9.0 key. But the code trying to locate the 
appenvstub.dll queries value "AppenvStubDLLInstallPath" under this key and 
succeeded, strange enough.
And I trace into the appenvstub.dll:Start, a latter registry query failed 
and cause the message box popped.
Can any body tell me how can I check the hidden 
HKLM\Software\Microsoft\AppEnv\9.0 ? Shall I turn off UAC?


"Jordan Zhou"  дÈëÏûÏ¢ 
news:13ED5E8C-42AE-4EA6-8300-8FA884B54CAC@microsoft.com...
> Hi, there:
>    I'm trying to build a tool with VS shell isolated. I'm using VS2008 
> professional and VSSDK 1.0. After I created the project via the template 
> provided by the VSSDK, I tried to build and run it immediately and it 
> failed to start. The error dialog is as below:
> "Cannot find one or more components. Please reinstall the application."
> I traced the error and found that the dialog was brought out by calling 
> the Start method of appenvstub.dll. As I'm new to vs shell development, 
> I'm not sure I should follow the reinstall instruction on the dialog, and 
> if yes, which component should I install. Does any one can provide some 
> clues for this? Any suggestion is appreciated.
>
> Regards,
> Jordan
date: Sun, 4 May 2008 19:38:19 +0800   author:   Jordan Zhou

Re: VS Shell Isolated failed to start   
OK, I think I was on the wrong way. I'm using 64-bit Vista! The 
"AppenvStubDLLInstallPath" is under 
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\AppEnv\9.0, I searched the 
registry and found that. I don't know how vista maps the registry, anyway my 
isolated mode shell failed to run the /setup command during the build 
process. Still tracking the problem. Anyone know the solution?

"Jordan Zhou"  дÈëÏûÏ¢ 
news:58CC4331-6BD1-4F08-A57F-5A71356DE4FF@microsoft.com...
>I think this problem is related to UAC. I tried to check the registry 
>settings with regedit.exe and found that there is no 
>HKLM\Software\Microsoft\AppEnv\9.0 key. But the code trying to locate the 
>appenvstub.dll queries value "AppenvStubDLLInstallPath" under this key and 
>succeeded, strange enough.
> And I trace into the appenvstub.dll:Start, a latter registry query failed 
> and cause the message box popped.
> Can any body tell me how can I check the hidden 
> HKLM\Software\Microsoft\AppEnv\9.0 ? Shall I turn off UAC?
>
>
> "Jordan Zhou"  дÈëÏûÏ¢ 
> news:13ED5E8C-42AE-4EA6-8300-8FA884B54CAC@microsoft.com...
>> Hi, there:
>>    I'm trying to build a tool with VS shell isolated. I'm using VS2008 
>> professional and VSSDK 1.0. After I created the project via the template 
>> provided by the VSSDK, I tried to build and run it immediately and it 
>> failed to start. The error dialog is as below:
>> "Cannot find one or more components. Please reinstall the application."
>> I traced the error and found that the dialog was brought out by calling 
>> the Start method of appenvstub.dll. As I'm new to vs shell development, 
>> I'm not sure I should follow the reinstall instruction on the dialog, and 
>> if yes, which component should I install. Does any one can provide some 
>> clues for this? Any suggestion is appreciated.
>>
>> Regards,
>> Jordan
>
date: Sun, 4 May 2008 20:01:17 +0800   author:   Jordan Zhou

Re: VS Shell Isolated failed to start   
well. finnaly got it. it IS uac problem, I run the /setup command mannually 
as administrator after the build process failed to excute it. But I still 
wanna know why it behave like this. Anyone can give me a explanation?


"Jordan Zhou"  дÈëÏûÏ¢ 
news:58CC4331-6BD1-4F08-A57F-5A71356DE4FF@microsoft.com...
>I think this problem is related to UAC. I tried to check the registry 
>settings with regedit.exe and found that there is no 
>HKLM\Software\Microsoft\AppEnv\9.0 key. But the code trying to locate the 
>appenvstub.dll queries value "AppenvStubDLLInstallPath" under this key and 
>succeeded, strange enough.
> And I trace into the appenvstub.dll:Start, a latter registry query failed 
> and cause the message box popped.
> Can any body tell me how can I check the hidden 
> HKLM\Software\Microsoft\AppEnv\9.0 ? Shall I turn off UAC?
>
>
> "Jordan Zhou"  дÈëÏûÏ¢ 
> news:13ED5E8C-42AE-4EA6-8300-8FA884B54CAC@microsoft.com...
>> Hi, there:
>>    I'm trying to build a tool with VS shell isolated. I'm using VS2008 
>> professional and VSSDK 1.0. After I created the project via the template 
>> provided by the VSSDK, I tried to build and run it immediately and it 
>> failed to start. The error dialog is as below:
>> "Cannot find one or more components. Please reinstall the application."
>> I traced the error and found that the dialog was brought out by calling 
>> the Start method of appenvstub.dll. As I'm new to vs shell development, 
>> I'm not sure I should follow the reinstall instruction on the dialog, and 
>> if yes, which component should I install. Does any one can provide some 
>> clues for this? Any suggestion is appreciated.
>>
>> Regards,
>> Jordan
>
date: Sun, 4 May 2008 20:11:13 +0800   author:   Jordan Zhou

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us