CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2008
    Posts
    2

    Red face problems with XP

    hi there

    I got a problem... my c# projects are running fine on my devleoper machine on win2k. now i got a second PC with XP on it. I installed VS2005 and thought everything is fine but now a single project is making troubles.

    if i start the application with the debuger the attached error message appears

    dependency walker says:
    Error: The Side-by-Side configuration information in "s:\st3d\optimisation2d\OPTI.EXE.manifest" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).

    I have no idea where is coming from....

    it would be great if you could give me any tips or suggestions

    Thanks in advance

    Mathias
    Attached Images Attached Images

  2. #2
    Join Date
    Jan 2006
    Posts
    54

    Re: problems with XP

    Did you check if the user you logged in to has full control? It seems to me that it can't start an application, which might be because of not enough rights...

  3. #3
    Join Date
    Mar 2005
    Location
    Vienna, Austria
    Posts
    4,538

    Re: problems with XP

    I had a similar problem once when I saved one of my projects (created on a Vista OS PC) on a USB stick and brought it to another machine and tried to open it there. After recomilation of the whole project, starting to recompile the dll's and then the mainproject the problem was fixed.
    Jonny Poet

    To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
    Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
    If anyone felt he has got help, show it in rating the post.
    Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ?
    My latest articles :
    Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7

  4. #4
    Join Date
    May 2008
    Posts
    2

    Re: problems with XP

    thanks for your suggestions...

    i don't solved the problem yet... All my other projects are working fine but i can't even debug this application! Im really (re)tired now... I don't know from where is coming i checked all dependencies namespaces etc.

    so long


    Mathias

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured