How to cope with "side-by-side configuration is incorrect" error in vmware?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • togikan
    New Member
    • Jul 2010
    • 5

    How to cope with "side-by-side configuration is incorrect" error in vmware?

    Hi all,

    When I try to open released .exe file (which I wrote in Visual Studio 2008) in VMWare Workstation 6.5 with Windows Server 2008 32bit OS, got "The application has failed to start because its side-by-side configuration is incorrect."


    error all time even if the code is;

    Code:
        #include <stdio.h>
        
        int main ()
        {
          
          printf ("HELLO\n");
          
          return 0;
        }
    When checked event property


    Is anyone faced that king of problem or does know how to cope with it?
Working...