Google Gruppi non supporta più i nuovi post o le nuove iscrizioni Usenet. I contenuti storici continuano a essere visibili.

Internal Error 2337

10 visualizzazioni
Passa al primo messaggio da leggere

Gianluca

da leggere,
22 dic 2003, 06:42:3822/12/03
a
Installazione di Visual Studio .NET 2003: durante
l'installazione del secondo CD il setup si interrompe
segnalando "Errore Interno 2337".
Installo da Windows XP Pro, service pack 1.
L'installazione fallisce sia da DV-ROM, sia da CD-ROM, sia
da disco fisso.
Il log degli errori non è di per sè molto significativo.
Ho cercato ovunque in rete e pare sia un problema
ricorrente e anche piuttosto frequente (anche con versioni
inglesi e spagnole..).
Non dovrebbe trattarsi di dll o altri tipi di file
corrotti nel supporto fisico, in quanto ho letto che in
taluni casi l'installazione da un altro PC con gli stessi
CD ha avuto buon esito.
A parte svariate ipotesi, non mi sembra che al momento
nessuno (tantomeno Microsoft) sia giunto alla
identificazione della causa o abbia perlomeno fornito un
valido e tstato work around a tale problema.

Sarei davvero grato se qualcuno riuscisse a fornirmi una
spiegazione.

Ciao a tutti, Gianluca.

Robert Gruen [MSFT]

da leggere,
22 dic 2003, 11:32:0222/12/03
a
Gianluca,

I'd love to help you but I don't know if the translation from
http://babelfish.altavista.com/babelfish/tr worked out correctly. Here's
what it gave me:



Get translations quicker. Get the AltaVista Toolbar.


Home › Tools > Babel Fish Translation > Translation Results



Babel Fish Translation Help

In English:

Installation of Visual Study NET 2003: during the installation of according
to CD the setup it is interrupted signaling "Inner Error 2337". I install
from Windows XP For, service pack 1. The installation fails is from DV-ROM,
is from CD-ROM, is from fixed disc. The log of the errors it is not of for
himself much meaningful one. I have tried ovunque in net and seems is
rather frequent a recurrent problem and also (also with English and Spanish
versions.). It would not have to be a matter of DLL or other types of rows
corrupts in the physical support, in how much I have read that in some
cases the installation from an other PC with the same CD has had good
outcome. To part hypotheses, me do not seem that varied at the moment
nobody (tantomeno > > Microsoft) are reached the identification of the
cause or perlomeno have supplied a valid one and tstato work around to such
problem. I would be indeed pleasing if someone succeeded to supply one to
me explanation. Hello to all, Gianluca.

So, based on the translation it looks like you're randomly getting this
internal error 2337. Based on the description and some research I've done
it looks like the file is corrupted on the CD. Contact Microsoft Support
(http://support.microsoft.com) to get replacement media. Here's some
information I pulled from a similar problem .

----------------------------TO RESOLVE THE INTERNAL ERROR 2337-------------
Go to the Temp ( Run | %temp% ) folder on the system and open VSMSILog file
from the system that installation fails.

Search on the log file for the word [Internal Error]. In this case the file
in
hand was Microsoft.VisualStudioAnalyzer.Automation.dll. The section of the
log
file is shown below.

MSI (s) (44:60): Source for file
'Microsoft.VisualStudioAnalyzer.Automation.dll' is uncompressed, at
'd:\Program Files\Microsoft Visual Studio
.NET\Common7\Tools\Analyzer\VAPkg\'.

MSI (s) (44:60): Assembly Error:An attempt was made to load a program with
an
incorrect format.

MSI (s) (44:60): Note: 1: 1935 2: 3: -2147024885 4: IStream 5: Commit 6:

MSI (s) (44:60): Note: 1: 2337

DEBUG: Error 2337: Could not close file: GetLastError:

MSI (s) (44:60): Product: Visual Studio .NET Enterprise Architect - English
--
Internal Error 2337.

This file is corrupted on the CD. After detemining the file that the error
occured.

Verify that the DLL in question is a .NET Framework file. You can do this by
using peverify utility which comes .NET Framework.

After this has been been verified the following steps apply.

Install the .NET Framework on the target machine as utilities from the
framework are used during the workaround process.

Copy an uncorrupted version of Microsoft.VisualStudioAnalyzer.Automation.DLL
from another CD. Place this DLL to the following path installation path.
<VS.NET Install Directory>\Common7\Tools\Analyzer\VAPkg

As the file has been copied to the correct location, it is required to be
registered by using RegAsm.exe which comes with the .NET Framework. This
utility can be found from the following folder <System
Folder>\Microsoft.NET\Framework\<version number>

Register the Microsoft.VisualStudioAnalyzer.Automation.DLL by using the
RegAsm.
This can be done from the command prompt by passing the dll as command line
argument on the command line to the RegAsm. For example like this:

C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\RegAsm.exe <VS.NET Install
Directory>\Common7\Tools\Analyzer\VAPkg\
Microsoft.VisualStudioAnalyzer.Automation.DLL

Make sure that the registration completed successfully. If an error message
stating that the assembly is not a valid .NET Framework assembly. This
indicates that the DLL is corrupted and you are required to use another
DLL.
The registration is required to be repeated as many times as it is required
to
successfully register the assembly.

After the DLL is registered successfully with RegAsm, continue with the
installation.

Q284230 INFO: Replacing Damaged or Defective Visual Studio Product Disks -
<http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q284230>

Thanks! Robert Gruen
Microsoft, VB.NET

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

--------------------
| Content-Class: urn:content-classes:message
| From: "Gianluca" <night_...@hotmail.com>
| Sender: "Gianluca" <night_...@hotmail.com>
| Subject: Internal Error 2337
| Date: Mon, 22 Dec 2003 03:42:38 -0800
| Lines: 23
| Message-ID: <05eb01c3c880$b3160640$a301...@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: quoted-printable
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcPIgLMWpUNvcWPRSmuVM/hlNb7QJA==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.vsnet.general
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.vsnet.general:15417
| NNTP-Posting-Host: tk2msftngxa11.phx.gbl 10.40.1.163
| X-Tomcat-NG: microsoft.public.vsnet.general

Robert Gruen [MSFT]

da leggere,
23 dic 2003, 13:30:1223/12/03
a
Gianluca,

Your English is outstanding.

Thanks! Robert Gruen
Microsoft, VB.NET

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

| From: ()
| Subject: RE: Internal Error 2337
| References: <uxUPlkKy...@cpmsftngxa07.phx.gbl>
| Message-ID: <#ytOLyTy...@TK2MSFTNGP10.phx.gbl>
| Newsgroups: microsoft.public.vsnet.general
| Date: Tue, 23 Dec 2003 02:07:15 -0800
| NNTP-Posting-Host: shared2.orcsweb.com 66.129.69.1
| Lines: 1
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.
phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.vsnet.general:15441
| X-Tomcat-NG: microsoft.public.vsnet.general
|
| Hello Robert, this time I try directly in English ;)
|
| Your hints have been very useful.. the message I received in the log file
was like your example:
|
| MSI (s) (8C:2C): Source for file 'SoapSuds.Resources.dll' is
uncompressed, at 'f:\Program Files\Microsoft Visual Studio
.NET\FrameworkSDK\Bin\it\'.
| MSI (s) (8C:2C): Assembly Error:Tentativo di caricare un programma con un
formato non corretto.
|
| MSI (s) (8C:2C): Note: 1: 1935 2: 3: -2147024885 4: IStream 5: Commit 6:
| MSI (s) (8C:2C): Note: 1: 2337


| DEBUG: Error 2337: Could not close file: GetLastError:

| MSI (s) (8C:2C): Prodotto: Visual Studio .NET Enterprise Architect -
Italian -- Errore interno 2337.
|
| ..actually, the first thing I had thought too, I was that some file could
be corrupted.
| The perplexity was born when a friend of mine had installed successfully
on his PC "MY" Visual Studio copy (all the same, not original version).
Very strange, don't you think?
|
| As soon as possible, I'll try to found a new SoapSuds.Resources.dll and
replace the older..
|
| I hope you have understood my terrible English ;)
|
| Many thanks for everything!
|
| Bye, Gianluca.
|
| **********************************************************************
| Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
| Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
|

0 nuovi messaggi