Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Message from discussion side by side manifests question
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
alexl  
View profile   Translate to Translated (View Original)
 More options 28 Oct 2005, 08:12
Newsgroups: microsoft.public.vc.mfc
From: "alexl" <alexthebl...@gmail.com>
Date: 28 Oct 2005 00:12:31 -0700
Local: Fri 28 Oct 2005 08:12
Subject: Re: side by side manifests question
thanks man,

they were getting the error as if it could not find the dll, and
dependency walker was saying

"Error: The Side-by-Side configuration information in "c:\program
files\trillian\plugins\sip\SIP PLUGIN.DLL" contains errors. This
application has failed to start because the application configuration
is incorrect. Reinstalling the application may fix this problem
(14001)."

another user copied over the winsxs folder from a computer where it was
working and was able to resolve the error that way (I know, I know ;-)

Also another user resolved the error simply by recompiling without the
internal manifest. I think the manifest syntax was correct but for some
reason the dependencies could not be found even after verifying the
presence of the correctly named folders in the winsxs directory (the
user who copied the winsxs folders said the correct ones were there but
for some reason copying in the new set fixed it)

so much for an end to dll hell ;-)

MeOnGoogle wrote:
> Alex
> I am responding to you as you may have posted the same question on
> saurabh pant's blog. saurabh is my co-worker and he asked me to see if
> I can help you.
> I have some domain expertise with side by side assemblies and
> manifests..
> To begin with YES, you can have multiple dependencies in manifest.
> It works starting from XP, XP SP1, XP SP2 so on..
> When you say you are getting reports that it is not working .. what is
> not working ?
> 1) Is the application failing to Run ?
> 2) OR the dll is not getting loaded from Windows side by side store ?

> can you elaborate on "what is it that is not working" ?

> -Thanks
> Sreekanth

> alexl wrote:
> > ok I found there is a tool called Manifestchk.vbs which is in the
> > platform sdk. Does anyone know which category it is under so I don't
> > have to install the entire platform sdk? Or where manifestchk.vbs can
> > be downloaded individually?

> > Thanks!

> > alexl wrote:
> > > Hi,

> > > I have a side by side assembly with two dependencies instead of just
> > > one, and I want to make sure I did it correctly.

> > > It works on my machines here but I am getting reports it is not working
> > > on another machine (WinXP SP1). The side by side components are the
> > > RTCdll (RTC real time communications api) and the MSXML 4.0 sp2. The
> > > manifest is:

> > > <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> > > <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
> > > manifestVersion="1.0">
> > > <assemblyIdentity
> > >     version="1.0.0.0"
> > >     processorArchitecture="x86"
> > >     name="ISVName.ISVDivision.ISVApplication"
> > >     type="win32"
> > > />

> > > <description>my program</description>

> > > <dependency>
> > >     <dependentAssembly>
> > >          <assemblyIdentity
> > >              type="win32"
> > >              name="Microsoft.Windows.Networking.RtcDll"
> > >              version="5.2.1002.3"
> > >              processorArchitecture="X86"
> > >       publicKeyToken="6595b64144ccf1df"
> > >              language="*"
> > >         />
> > >     </dependentAssembly>
> > > </dependency>
> > > <dependency>
> > >  <dependentAssembly>
> > >         <assemblyIdentity
> > >             type="win32"
> > >             name="Microsoft.MSXML2"
> > >             version="4.20.9818.0"
> > >             processorArchitecture="X86"
> > >             publicKeyToken="6bd6b9abf345378f"
> > >             language="*"
> > >         />
> > >     </dependentAssembly>
> > > </dependency>
> > > </assembly>

> > > Thanks!!


    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google