我的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。
感谢。