Installing VS.Net on Win 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm trying to install VS.Net onto a server running Win 2003 and Sharepoint
Portal.

The machine has had the latest updates applied from the Windows Update Site.

Each time I run the installation, it gets almost to the end and then fails.

The error says:
Event Type: Error
Event Source: MsiInstaller
Event Category: None
Event ID: 11935
Date: 07/02/2005
Time: 15:54:57
User: N/A
Computer: KFBDEV11
Description:
Product: Visual Studio .NET Enterprise Architect 2003 - English -- Error
1935.An error occurred during the installation of assembly
'System.CF.Windows.Forms.DataGrid,Version="7.0.5000.0",PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="7.10.3077.0"'.
Please refer to Help and Support for more information. HRESULT: 0x80070005.
assembly interface: IAssemblyCacheItem, function: Commit, component:
{3C3C47C6-A156-44B6-A30C-2A92FC884E8F}

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 7b 45 30 35 46 30 34 30 {E05F040
0008: 39 2d 30 45 39 41 2d 34 9-0E9A-4
0010: 38 41 31 2d 41 43 30 34 8A1-AC04
0018: 2d 45 33 35 45 33 30 33 -E35E303
0020: 33 36 30 34 41 7d 3604A}


Can anyone help?
 
0x80070005 means "Access is denied". From your description, it looks that
it fails to register System.CF.Windows.Forms.DataGrid assembly. Could you
try logon this machine as a member in Admin group and installing vs2003
under this account please?


Thanks,
Rhett Gong [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
 
Hi,

I've tried that and no success.

Having said that, it's now failing on a different file with the same error
code. This seems to be the 3rd one that it's failed on.

My first thought was that it was something to do with the Windows self
repairing facility and possibly the fact that the Windows Update service had
installed the Service pack for the .Net framework on to Win 2003 before I
tried to install VS. This might, I thought, mean that the installation
process was trying to install files that were older than those already on the
system.

However, I tried installing VS on another development server set up in more
or less the same way and had no problem.

At the moment, it looks to me as if it might be quickest to rebuild the
machine rom scratch and get VS installed before any updates are applied, just
in case.
 
Hi,
Please check the ntfs security for this dll and make sure the admin have
full control priviledge on this dll.
" \Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows
CE\Designer\System.CF.Windows.Forms.dll"

Another idea, if you don't develop application for CE & smartdevice, you
can deselect the installation of compact framework to workaround this
problem.


Thanks,
Rhett Gong [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
 
Back
Top