Saar Carmi

A .NET Blog

<October 2008>
SuMoTuWeThFrSa
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678


Navigation

Subscriptions

Post Categories



Visual Studio error - "Could not instantiate the resource processor"

If you get the error “Could not instantiate the resource processor” when trying to build a project with .resx file, you should need to reinstall the .Net framework.

Other symptoms of the problem could be missing empty Toolbox, problems with the Project Properties window (or the Solution Properties) – not showing the properties as usual.

 To reinstall the .Net framework locate the dotnetfx.exe file in the installation source and run the command:

dotnetfx.exe /t:%temp% /c:"msiexec.exe /fvecms %temp%\netfx.msi"

For more information look in the file C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\1033\repairRedist.htm on local hard drive.

posted on Monday, August 30, 2004 4:03 AM by saarc





Powered by Dot Net Junkies, by Telligent Systems