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

    .exe file is not loading

    This is my first project in VC++.net.
    I have used VS 2008 platform for development(OS used is Windows VISTA).

    I have compiled the code with configuration mode in 'Release' and tried to copy the .exe file(from folder 'Release') to another PC(OS-WIN XP). Thus the file is not executing and an error message says to reload the exe file.

    I have tried the same .exe file in another WIN XP PC, which is having loaded VISUAL STUDIO 2008. Here the project is executing... So I hope I need to install something with my PC for compactible with .Net.. If so plz suggest me what I have to install for executing my project??

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: .exe file is not loading

    There might be may reasons why your exe doesn't work after you have copied it to other folder.
    The one of them - App uses some dlls or some other files that are supposeed to be in the same folder.
    Victor Nijegorodov

  3. #3
    Join Date
    Oct 2008
    Posts
    59

    Re: .exe file is not loading

    I was copying to another PC only..not on another folder...

    It is asking for Application configuration. What is it??

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: .exe file is not loading

    Well, you have to install your App on another PC, not just copy it.
    It means, App might need some additional Dlls, OCX, Framework and/or some other files that not exists on the target PC.
    See, for instance: http://www.microsoft.com/downloads/d...displaylang=en
    Victor Nijegorodov

Tags for this Thread

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