Results 1 to 5 of 5

Thread: Help needed on information about Windows SxS

  1. #1
    Join Date
    Aug 2006
    Posts
    227

    Help needed on information about Windows SxS

    I am having an application to test the plugin and the release version is just working fine. I got the following message "The application has failed to start because the application configuration is incorrect" while I was trying to use the debug version. Also I found two problems when I ran Dependency Walker on the application. The following were the errors :
    1. This application has failed to start because the application configuration is incorrect. Error: The Side-by-Side configuration information for "c:\TestApplication.exe" contains errors. Reinstalling the application may fix this problem (14001).
    2. Also some of the files was missing.
    What is the application configuration? Can someone provide me with the Information about Windows SxS.?? Please help me soon.
    I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Help needed on information about Windows SxS

    Manifests describes a Windows side-by-side assembly. A collection of resources—a group of DLLs, type libraries, COM servers, or interfaces are contained by a side-by-side assembly. Which is provided to applications together. A side-by-side assembly like Microsoft COMCTL32 assembly is a single DLL with a manifest. Side-by-side assemblies are used by the operating system as fundamental units of naming, binding, versioning, deployment, and configuration. Microsoft Visual C++ development system run-time libraries assembly contains multiple files. One of the attributes of the assembly identity is its version.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Help needed on information about Windows SxS

    Since you are doing the Testing, usually the Developers are encouraged to update existing applications into isolated applications and to to use side-by-side assemblies to create isolated applications for the following reasons :
    • Side-by-side assembly sharing the Windows assemblies or the multiple versions of COM to run at the same time.
    • Also the possibility of DLL version conflicts are reduced by the Side-by-side assemblies.
    • Applications and administrators can update assembly configuration on either a global or per-application configuration basis after deployment.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: Help needed on information about Windows SxS

    Are you using the Microsoft's Visual Studio 2003 or Visual Studio 2005.?? If you are using the mentioned software than take a look inside your project configuration you will find an option called "Manifest Tool", with a sub option that reads "Embed manifest", which defaults to "Yes". You will have to turn it off. After turning it off I think that you should get rid of the embedded SXS. Also from the Linker options, you can deactivate the manifest file generation. Hope that this will help to isolate your problem.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Help needed on information about Windows SxS

    I was facing the similar error. Even I was having the "Error: The Side-by-Side configuration information " on operating system of 32bit. If this is the error that is popping during the project, then go to the Project properties option. There you will have to set the setting "Embed Manifest" which will be in the "Input and Output" section of "Manifest Tool". Change that setting to No. I did these settings and later the problem was solved. Hope that it will help you also.

Similar Threads

  1. information needed to explore windows 8
    By sHaRiCe in forum Operating Systems
    Replies: 3
    Last Post: 22-10-2011, 07:56 AM
  2. Nook color information needed
    By Zathara in forum Portable Devices
    Replies: 5
    Last Post: 07-04-2011, 10:25 AM
  3. Information Needed on Inkjet Printers
    By jeffveen20 in forum Hardware Peripherals
    Replies: 10
    Last Post: 07-10-2009, 04:00 PM
  4. E206922 PS-1 mobo information needed
    By attitude.ashwin in forum Motherboard Processor & RAM
    Replies: 3
    Last Post: 01-09-2009, 06:29 PM
  5. SAP information needed!
    By Ramya K in forum Education Career and Job Discussions
    Replies: 5
    Last Post: 16-03-2009, 11:59 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,288,174.07543 seconds with 17 queries