how to fix a spawning 'resgen.exe' error?

Ok, I worked in a project coded in Managed C++ with Windows Forms. Then I paused it and I started coding on a simple Win32 (no .NET) screensaver in DirectX (so I installed the DirectX SDK). Then yesterday I restart to work on the first Managed C++ Project and when I've tried to compile it, I had a bad:
MyManagedCppWinFormProject Error spawning 'resgen.exe'
Also, all new template Windows Forms projects have the same error.
What should I do Tnx.



Answer this question

how to fix a spawning 'resgen.exe' error?

  • kenmc

    Can you run the Visual C++ command prompt and see if resgen.exe is in your path This error means that we cannot find (or execute) resgen.exe.

    Thanks,

  • timdude

    Just copy an another resgen.exe downloaded from net instead of this file


  • Dave J Smith

    Where can I download resgen.exe for VS .Net 2008


  • how to fix a spawning 'resgen.exe' error?