2009-08-10 2 views
0
 
Error 58 The "SubsetFontsWpf" task failed unexpectedly. 
System.IO.FileNotFoundException: Could not find file 'Fonts\segoeui.ttf'. 
File name: 'Fonts\segoeui.ttf' 
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) 
    at System.IO.File.InternalCopy(String sourceFileName, String destFileName, 
    Boolean overwrite) 
    at Microsoft.Expression.SubsetFontTask.SubsetFontsWpf.WriteFontFiles() 
    at Microsoft.Expression.SubsetFontTask.SubsetFonts.Execute() 
    at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy 
engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, 
Boolean& taskResult) 

어떻게 해결할 수 있습니까?Visual Studio 런타임 오류

+0

SafeMode 도움말부터 시작 하시겠습니까? http://stackoverflow.com/questions/885636/how-do-i-disable-plugins-from-command-line-on-visual-studio를 참조하십시오. –

답변

3

기본적으로 오류 메시지에서 font 파일이 누락 된 것처럼 보입니다.

두 솔루션 :

  • 당신은 인터넷에서 누락 된 파일을 찾기 위해 시도하고 이것에 대한 폴더가 있습니다 (I 비주얼 스튜디오를 추측하고있어 올바른 폴더에 넣어, 그렇지 않은 경우, 추가 할 수 있습니다 Windows 글꼴로 변환). 정말

  • 그것은 당신이 Visual에서 "원"으로 보이는 파일을 놓치는 것은 정상이 아니다 아마 (글꼴 간단한 무료 개체 수없는) 어떤 불법 다운로드를 의미하는 것처럼하지만, 그 권하고 싶지 않다 Studio이므로이 파일이 누락되면 다른 사람들도 마찬가지입니다.이 경우 Visual Studio를 다시 설치해야합니다.

1

Visual Studio에서 사용하는 글꼴이 없습니다. segoeui.ttf를/Fonts 폴더에 넣으면 모두 잘 돌아갑니다.

관련 문제