error PRJ0002 : Error result -1073741701 returned from ‘C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\resgen.exe’
December 23, 2008 Leave a comment
SOLVED!!
While working with C++/CLI .NET in Visual Studio 2005 and suddenly i got this compilation error.
error PRJ0002 : Error result -1073741701 returned from ‘C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\resgen.exe’
I don’t know why? but after googled some while i found that it was because of some virus. huh!
But I solved this in my style. What i did just rreplace the file Resgen.exe in the same folder.
Just download this resgenexe2 and rename it as ResGen.exe and replace the file ResGen.exe file into your /*C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin*/ directory if you have this compilation problem.
enjoy


