I have an installation that is installing Crystal 10 .net embedded reporting
from their merge module. We have installed and uninstalled this over and
over. No problem.
One of our client sites is running the installation on a Windows 2000
machine with .net framework 1.1 installed and getting the following error:
Error
1935: An Error occured during the installation of assembly component
{C2B7C338-0EDF-4828-87B8-2608AFE4c} HRESULT: -2147024864.
component {C2B7C338-0EDF-4828-87B8-2608AFE4c} is CDEntUserGroup.DLL that is
in the Crystal 10 Embedded Reporting merge module.
Thanks for any direction. That Hresult number is not in any list I have
found to give me a direction for fixing this.
Thanks
Michaele James
I would talk to the Crystal people. We gave up on Crystal Reports
because we had *tons* of problems with their merge modules and their
code. We now are using a different reporting engine where the install
task is simply to copy some files to the local machine, resulting in
much simpler installation.
--
"The Direct3D Graphics Pipeline"-- code samples, sample chapter, FAQ:
<http://www.xmission.com/~legalize/book/>
Pilgrimage: Utah's annual demoparty
<http://pilgrimage.scene.org>
I was hoping to find a reason for the Hresult number I am seeing returned.
I can find a list of other numbers but not that one.
"Rich [Microsoft Windows Installer MVP]" <legaliz...@mail.xmission.com>
wrote in message news:uWxmsASQ...@TK2MSFTNGP09.phx.gbl...
"Michaele James" <michael...@bestsoftware.com> spake the secret code
<OjWqnESQ...@TK2MSFTNGP15.phx.gbl> thusly:
>Thanks, the reply I got from Crystal was that it isn't their problem.
Yeah, that would be consistent with the behavior we saw, even when we
showed them that it was their problem!
>I was hoping to find a reason for the Hresult number I am seeing returned.
Try looking in their MSM/MSI and seeing what else is associated with
the component that failed. The component is the core of all the other
stuff that Windows Installer does, so they probably have something
else associated with the component that is failing on your target
machine.
"Michaele James" <michael...@bestsoftware.com> wrote in message news:<eqFleZQQ...@TK2MSFTNGP12.phx.gbl>...
> Error
> 1935: An Error occured during the installation of assembly component
> {C2B7C338-0EDF-4828-87B8-2608AFE4c} HRESULT: -2147024864.
> Thanks for any direction. That Hresult number is not in any list I have
> found to give me a direction for fixing this.
-2147024864 decimal is 80070020 in hex have you tried looking for
this?
Bye,
dennis Bareis
--
Stefan Krueger
Microsoft Windows Installer MVP
Please post your questions in the newsgroup or vist one of these web sites:
Windows Installer FAQ
http://www.msifaq.com - http://www.msifaq.de
InstallSite - Resources for Setup Developers
http://www.installsite.org
http://www.installsite.de (GERMAN)
"Dennis Bareis" <dba...@labyrinth.net.au> schrieb im Newsbeitrag
news:266bedb4.05041...@posting.google.com...
Our customer encountered similar problem , while our setup is installing
MSXML 4.0 using MSM, provided by Microsoft, on XP machine. In lthe setup og
I see:
MSI (s) (14:D0) [15:29:30:092]: Entering MsiProvideComponentFromDescriptor.
Descriptor: V[M{l]wKW?aASW-sQ?YOIWAY>M5KDYSUnf(HA*L[xeX)y, PathBuf: F0F348,
pcchPathBuf: F0F344, pcchArgsOffset: F0F2A4
MSI (s) (14:D0) [15:29:30:092]: MsiProvideComponentFromDescriptor called for
component {997FA962-E067-11D1-9396-00A0C90F27F9}: returning harcoded
oleaut32.dll value
MSI (s) (14:D0) [15:29:30:092]: MsiProvideComponentFromDescriptor is
returning: 0
MSI (s) (14:98) [15:29:36:982]: Executing op:
End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=522728020)
MSI (s) (14:98) [15:29:40:226]: Assembly Error:The system cannot find the
file specified.
MSI (s) (14:98) [15:29:40:226]: Note: 1: 1935 2:
{303994BA-6487-47AE-AF1D-7AF6088EEBDB} 3: 0x80070002 4: IAssemblyCacheItem
5: Commit 6:
Microsoft.MSXML2,publicKeyToken="6bd6b9abf345378f",version="4.1.0.0",type="win32",processorArchitecture="x86"
Error 1935.An error occurred during the installation of assembly
'Microsoft.MSXML2,publicKeyToken="6bd6b9abf345378f",version="4.1.0.0",type="win32",processorArchitecture="x86"'.
Please refer to Help and Support for more information. HRESULT: 0x80070002.
assembly interface: IAssemblyCacheItem, function: Commit, component:
{303994BA-6487-47AE-AF1D-7AF6088EEBDB}
MSI (s) (14:98) [15:30:18:451]: Product: eMerge Client -- Error 1935.An
error occurred during the installation of assembly
'Microsoft.MSXML2,publicKeyToken="6bd6b9abf345378f",version="4.1.0.0",type="win32",processorArchitecture="x86"'.
Please refer to Help and Support for more information. HRESULT: 0x80070002.
assembly interface: IAssemblyCacheItem, function: Commit, component:
{303994BA-6487-47AE-AF1D-7AF6088EEBDB}
So it's error 1935 with HRESULT 0x80070002, which is COR_E_FILENOTFOUND
(FileNotFoundException exception). BTW, we asked user to install manually
MSXML 4.0 SP2, with hope to prevent MSM to be installed after that, -
doesn't help.
Any ideas what could be wrong on this machine, or in setup itself?
Thanks for advice,
Mark Kaplan
"Phil Wilson" <Phil....@unisys.spamcom> wrote in message
news:OG%23ox5UQ...@TK2MSFTNGP10.phx.gbl...