视觉工作室社区2013年和2015年崩溃与设置

时间:2015-12-18 08:35:03

标签: visual-studio visual-studio-2013 installation visual-studio-2015 vs-community-edition

我的Visual Studio社区安装存在很大问题,我无法卸载2013年和2015年的Visual Studio社区,我也尝试修复但是vs_community.exe崩溃了。

以下是vs_community.exe启动日志中最有趣的部分

 public class ServiceFactory implements ApplicationContextAware {

     private final Map<String, MyService> myServices = new Hashmap<String, MyService>();

     public MyService getInstance(Class<?> clazz) {
         return myServices.get(ServiceStore.getOrdinalFromValue(clazz).getServiceName());
     }

      public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
          myServices.putAll(applicationContext.getBeansofType(MyService.class));
      }
 }

为什么System.Windows.Media.FontFamily会例外?

我在工作站上使用Windows 7 Professional,而visual studio则使用意大利语Langpack。

感谢。

0 个答案:

没有答案