Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Problem with installing Visual Studio on Vista

Reply
Thread Tools Display Modes

Problem with installing Visual Studio on Vista

 
 
David
Guest
Posts: n/a

 
      07-02-2007
I have Visual Studio Professional (from MSDN subscription) running on my XP
Professional well.

I bought a machine with Vista Business. I tried many time to install Visual
Studio Professional, it always fails, the following is the error message:
Error 1935. An error occurred during the installation of assembly
'Microsoft.VC80.ATL,
type="win32",version='8.0.50727.42",publicKeyToken ="1fc8b3b9a1e18e3b",processArchitecture="amd64" '.
Please refer to Help and Support for more information. HRESULT: 0x80070020

Any help is most appreciated.

Thanks

 
Reply With Quote
 
 
 
 
Mr. Arnold
Guest
Posts: n/a

 
      07-02-2007

"David" <tangst2@hotmail> wrote in message
news:0641BC1D-7C36-4F11-85D8-...
>I have Visual Studio Professional (from MSDN subscription) running on my XP
>Professional well.
>
> I bought a machine with Vista Business. I tried many time to install
> Visual Studio Professional, it always fails, the following is the error
> message:
> Error 1935. An error occurred during the installation of assembly
> 'Microsoft.VC80.ATL,
> type="win32",version='8.0.50727.42",publicKeyToken ="1fc8b3b9a1e18e3b",processArchitecture="amd64" '.
> Please refer to Help and Support for more information. HRESULT: 0x80070020
>


You shouldn't have a problem with the installing of VS 2005 Professional on
Vista, nromally. I had no problems installing VS 2005 Express for Web, VB
and C#.net downloads.

The 'Microsoft.VC80.ATL looks to be part of the C++ install if you check
Google.

Here is some info about that 1935 error code. Maybe, you have some kind of
conflict.

http://www.google.com/search?hl=en&q...35&btnG=Search

 
Reply With Quote
 
David
Guest
Posts: n/a

 
      07-02-2007
I manage to install VS2005 Express (VB) on Vista. But not VS 2005
Professional.

"Mr. Arnold" <MR. > wrote in message
news:...
>
> "David" <tangst2@hotmail> wrote in message
> news:0641BC1D-7C36-4F11-85D8-...
>>I have Visual Studio Professional (from MSDN subscription) running on my
>>XP Professional well.
>>
>> I bought a machine with Vista Business. I tried many time to install
>> Visual Studio Professional, it always fails, the following is the error
>> message:
>> Error 1935. An error occurred during the installation of assembly
>> 'Microsoft.VC80.ATL,
>> type="win32",version='8.0.50727.42",publicKeyToken ="1fc8b3b9a1e18e3b",processArchitecture="amd64" '.
>> Please refer to Help and Support for more information. HRESULT:
>> 0x80070020
>>

>
> You shouldn't have a problem with the installing of VS 2005 Professional
> on Vista, nromally. I had no problems installing VS 2005 Express for Web,
> VB and C#.net downloads.
>
> The 'Microsoft.VC80.ATL looks to be part of the C++ install if you check
> Google.
>
> Here is some info about that 1935 error code. Maybe, you have some kind of
> conflict.
>
> http://www.google.com/search?hl=en&q...35&btnG=Search
>


 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      07-02-2007
Hi David,

I haven't seen this error before (haivng installed VS2005 on 20 or 30 Vista
machines, so far). Obviously something is playing up on your system but it
seems like a pretty isolated case - there are a handful of references to the
error in Google, but nothing really conclusive.

But as with *any* problem installing Visual Studio, your best bet is to look
in teh lge file whch VS2005 setup creates - verbose logging is enabled, by
default. See this KB article for details:
http://support.microsoft.com/kb/904732

The other thing I would suggest is to tun off any anti-virus, database or
other extraneous services and applications, before you start. 0x80070020 is
the standard ERROR_SHARING_VIOLATION error - meaning that some other
process has a handle to the file, so it cannot be deleted or over-written.
Presumably, something else is already usng the Microsoft.VC80.ATL assembley,
when Visual Studio tries to instal it as part of setup.

Likewise, 1935 is a fairly common setup error; Aaron Stebner from Microsoft
has some good tips on troubleshootin 1935 errors in his blog:
http://blogs.msdn.com/astebner/archi...10/255346.aspx

Hoe this helps a bit,
Andrew

PS remember to apply VS2005 SP1 after you get Visual Studio installed; the
Service Pack includes important compatibility fixes for VS 2005 on Vista.

 
Reply With Quote
 
Mr. Arnold
Guest
Posts: n/a

 
      07-02-2007

"David" <tangst2@hotmail> wrote in message
news:B340885D-BCF9-49A7-8461-...
>I manage to install VS2005 Express (VB) on Vista. But not VS 2005
>Professional.


So, was Express there when you were trying to install Professional or did
you unisnatll Express first and then tried to install Professional?


 
Reply With Quote
 
David
Guest
Posts: n/a

 
      07-02-2007
Thanks Andrew. The log does say something about the access right, I think
you are right. I do have symantec anti virus running. Will turn it off and
try again.

"Andrew McLaren" <> wrote in message
news:551BF3E3-972A-485C-AED8-...
> Hi David,
>
> I haven't seen this error before (haivng installed VS2005 on 20 or 30
> Vista machines, so far). Obviously something is playing up on your system
> but it seems like a pretty isolated case - there are a handful of
> references to the error in Google, but nothing really conclusive.
>
> But as with *any* problem installing Visual Studio, your best bet is to
> look in teh lge file whch VS2005 setup creates - verbose logging is
> enabled, by default. See this KB article for details:
> http://support.microsoft.com/kb/904732
>
> The other thing I would suggest is to tun off any anti-virus, database or
> other extraneous services and applications, before you start. 0x80070020
> is the standard ERROR_SHARING_VIOLATION error - meaning that some other
> process has a handle to the file, so it cannot be deleted or over-written.
> Presumably, something else is already usng the Microsoft.VC80.ATL
> assembley, when Visual Studio tries to instal it as part of setup.
>
> Likewise, 1935 is a fairly common setup error; Aaron Stebner from
> Microsoft has some good tips on troubleshootin 1935 errors in his blog:
> http://blogs.msdn.com/astebner/archi...10/255346.aspx
>
> Hoe this helps a bit,
> Andrew
>
> PS remember to apply VS2005 SP1 after you get Visual Studio installed; the
> Service Pack includes important compatibility fixes for VS 2005 on Vista.


 
Reply With Quote
 
David
Guest
Posts: n/a

 
      07-02-2007
I tried it separately, i.e. after not able to install VS Professional, I
tried VS Express. It work for Express. Then uninstall express, and tried
again with VS 2005 Professional. It still didn't work.

"Mr. Arnold" <MR. > wrote in message
news:...
>
> "David" <tangst2@hotmail> wrote in message
> news:B340885D-BCF9-49A7-8461-...
>>I manage to install VS2005 Express (VB) on Vista. But not VS 2005
>>Professional.

>
> So, was Express there when you were trying to install Professional or did
> you unisnatll Express first and then tried to install Professional?
>
>


 
Reply With Quote
 
Mr. Arnold
Guest
Posts: n/a

 
      07-02-2007

"David" <tangst2@hotmail> wrote in message
news:2AF3B4B4-D53D-419E-8141-...
> Thanks Andrew. The log does say something about the access right, I think
> you are right. I do have symantec anti virus running. Will turn it off and
> try again.
>


Yes, you should shutdown all applications AV's etc, etc background processes
and anything in the job trey when doing the install. I think it may have
made mention of that on an install screen somewhere.





 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      07-02-2007
Is NET framework 1.0 and 2.0 installed ? You can have this error message (error1935) installing VS 2005. If installed they can be damaged. Suggest that you install both versions again and then reboot and try your install of VS again.

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"David" <tangst2@hotmail> wrote in message news:0641BC1D-7C36-4F11-85D8-...
>I have Visual Studio Professional (from MSDN subscription) running on my XP
> Professional well.
>
> I bought a machine with Vista Business. I tried many time to install Visual
> Studio Professional, it always fails, the following is the error message:
> Error 1935. An error occurred during the installation of assembly
> 'Microsoft.VC80.ATL,
> type="win32",version='8.0.50727.42",publicKeyToken ="1fc8b3b9a1e18e3b",processArchitecture="amd64" '.
> Please refer to Help and Support for more information. HRESULT: 0x80070020
>
> Any help is most appreciated.
>
> Thanks
>

 
Reply With Quote
 
David
Guest
Posts: n/a

 
      07-02-2007
Hi Arnold, it didn't work. I shutdown everything, firewall, anti-virus and
everything, the error still happened.

"Mr. Arnold" <MR. > wrote in message
news:%...
>
> "David" <tangst2@hotmail> wrote in message
> news:2AF3B4B4-D53D-419E-8141-...
>> Thanks Andrew. The log does say something about the access right, I think
>> you are right. I do have symantec anti virus running. Will turn it off
>> and try again.
>>

>
> Yes, you should shutdown all applications AV's etc, etc background
> processes and anything in the job trey when doing the install. I think it
> may have made mention of that on an install screen somewhere.
>
>
>
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: On Installing Visual Studio 2005 Professional Overheal Windows Vista General Discussion 0 10-18-2007 04:32 PM
How to Installing Visual Studio 2003 on Vista Home Basic kaustubh Windows Vista Installation 2 09-20-2007 03:52 PM
Installing Visual Studio 6 Hoop Windows Vista General Discussion 2 10-05-2006 07:48 PM
Installing Visual Studio .NET 2003 on Vista Build 5456 James Simpson Windows Vista General Discussion 1 07-17-2006 04:00 PM
Installing Visual Studio 2005 on Vista Carl Daniel [VC++ MVP] Windows Vista Installation 5 05-07-2006 12:25 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59