Any way to disable auto-detected language folders in Visual Studio?

453 Views Asked by At

I am porting a web app to Windows 8.1. In doing so, I run into Error APPHOST9626, This reference causes failures when used outside of the debugging environment.

After researching, the reason this occurs is because the folder for some of my resources is named "ko" which the application builder misinterprets as being the korean language folder.

One solution is to rename the ko folder, but I would also have to rename all references to said ko folder and it would be a pain.

Is there any way to disable the ko folder being interpreted as the korean language folder?

1

There are 1 best solutions below

0
On

This what is found in this sides....it works for me !

Hi, Issue is solved after removing all language folders from "\Program Files\Microsoft SDKs\Expression\Blend.NETFramework\v4.0\Libraries". Thanks a lot :) -- Happiness is only real when shared :)