-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio 2022 打开不了解决方案 #3
Comments
我试过VS2017 VS2019 VS2022 ,都无法加载整个项目,应该是项目配置出了问题 |
那你还在用吗?我是看博主的文章进来学习的。 |
根据输出信息去修改工程配置的相对路径,有四个工程的引入工程路径不对,“....\GalaSoft.MvvmLight\GalaSoft.MvvmLight.projitems”修改成“..\GalaSoft.MvvmLight\GalaSoft.MvvmLight.projitems” |
邮件已收到。
|
如果缺少 MvvMLight,下载后放到同目录 https://github.com/AFei19911012/GalaSoft.MvvmLight; |
重新下载了MvvmLight,原来的要先删除吗,dll找不到呀,只有在引用里移除,重新引用的时候不知道引用哪个? |
不需要dll,MvvmLight是个共享项目,放到同级目录,再重新引用这个项目就可以了 |
总共有4个文件需要修改, 用记事本可打开修改:
|
邮件已收到。
|
请问 咋没这个案例项目用VS2022打不开吗?默认是哪个VS版本可以打开和正常编译?
The text was updated successfully, but these errors were encountered: