-
Notifications
You must be signed in to change notification settings - Fork 676
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
VS2015 initially fails to load project created using PTVS2.2.4. Okay for inbuilt projects. #1411
Comments
I get this as well, with the following error in the output log:
|
Same here (VS2015 Update 3): |
Thanks. I think I know why this is occurring (VS team asked us to make a change to when we load our extension at startup, and when you double-click the project is now loaded too early), but not sure how to resolve it right now without simply undoing that change (which was also the fix to #1117). If/when we are able to resolve this, there'll be a update notification shown in VS, so just keep an eye out for that. |
This is not a complete solution to the problem, but leave the comment. When you open *.pyproj in Notepad ++, its encoding method is 'UTF-8-BOM'. I hope this comment would be helpful for the problem. |
Because of the delayed package load, GetPythonToolsService() may return null during project load. We only use it here for the survey/news features, so just skip the check if it isn't available.
Hi hungclues. On Sat, Jul 16, 2016 at 9:01 AM, hungclues notifications@github.com wrote:
|
Fix has been merged and will be available when we release our next update. |
Thanks Steve. On 28 Jul 2016 22:34, "Steve Dower" notifications@github.com wrote:
|
Launching a VS2015 Solution by clicking on the solution file in Windows Explorer results in the Project within failing to load. Right clicking the project in Solution Explorer and select Reload Project loads it correctly. But is you save all and try to launch again the same way it occurs again.
Only occurs with projects created using PTVS2.2.4 and not other inbuilt types such as Visual C#.
Issue does not occur is you open up VS2015 and then load solution from File menu.
Issues even occurs with unmodified New Projects.
The text was updated successfully, but these errors were encountered: