Very strange localization issue (ASP.NET MVC)
I am using Web Developer 2010. I just created a resource file lang.resx with different values ββin English. Then I created lang.FR-fr.resx with French equivalents. However, after trying to compile, I get
Error 131 The task could not find "AL.exe" using SdkToolsPath "C: \ Program Files (x86) \ Microsoft SDK \ Windows \ v7.0A \ bin \ NETFX 4.0 Tools \" or HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft SDK \ Windows \ v7.0A ". Make sure SdkToolsPath is installed and the tool exists in the correct processor-specific location in SdkToolsPath and the Microsoft Windows SDK is installed.
This is so strange! If I remove the FR-fr part, it works, but of course there is no translation.
I went to that directory and found out that I don't have al.exe there. I managed to find it in the .NET 2 folder, but after copying it, it didn't work. This excludes. I tried reinstalling .NET 4 to install Windows SDK and it still doesn't work.
Maybe I can somehow get this al.exe file?
a source to share