You must Sign In to post a response.
  • Category: Windows

    Executing windows application on windows 8

    I have developed windows application using VS 2008 and .net framework 3.5. This application was executing on windows 8 32 bit. Now this OS has changed to windows 8 64 bit.
    Windows application is not executing on this 64 bit os.
  • #769525
    Hi Dililp,

    While building your solution, you may be specified the application is only for 32 bit. Change this into mixed platforms or Any CPU then your application will work in both 32 and 64 bit OS.

    Refer the attached screenshot, what I am referring.

    Also, if you included any third party DLL files which is support only for 32bit then that DLL related functionality or that dll will throws an reference error. You have to verify with those too.

    Regards,
    V.M. Damodharan
    "Your talent will be worthless, when you have fear and tension."

    Delete Attachment


  • Sign In to post your comments