Page 1 of 1

I keep getting exceptions

PostPosted: February 21st, 2017, 11:09 am
by BladeMF
I keep getting these exceptions (when parsing the project) since I wrote about this with all my projects with all versions.

I am attaching the activity log.

Re: I keep getting exceptions

PostPosted: February 22nd, 2017, 10:06 am
by Miloslav Beno
Hi Vladislav,

Thanks for the report! We're going to try to replicate this one and fix it. This is non-deterministic, so I suspect it only happens with big projects where's higher chance for it. Btw. It should not affect any feature, it's just annoying.

Thanks,

Re: I keep getting exceptions

PostPosted: April 19th, 2017, 7:16 am
by BladeMF
Miloslav Beno wrote:Hi Vladislav,

Thanks for the report! We're going to try to replicate this one and fix it. This is non-deterministic, so I suspect it only happens with big projects where's higher chance for it. Btw. It should not affect any feature, it's just annoying.

Thanks,


Yes, it doesn't seem to be affecting anything.

BTW, I am not getting any emails for replies here. Is there a known issue?

Re: I keep getting exceptions

PostPosted: April 22nd, 2017, 9:31 am
by Miloslav Beno
Hi Vladislav,

We've fixed it in our main branch so you can expect to have it in the next preview.

Have a great weekend,

Re: I keep getting exceptions

PostPosted: June 13th, 2017, 7:04 am
by BladeMF
Miloslav Beno wrote:Hi Vladislav,

We've fixed it in our main branch so you can expect to have it in the next preview.

Have a great weekend,


When do you expect the new version will be out? I'm beginning to worry about you guys - we depend heavily on your extension! Aaand, the UTF-8 support in the comments is really starting to bother me.

Re: I keep getting exceptions

PostPosted: June 15th, 2017, 3:15 pm
by Miloslav Beno
Hi Vladislav,

No worries, but thanks for the concerns. We have lot of work here thanks to VS2017 ;) Have you tried the latest preview? That one will be released very soon. These exceptions should be fixed there.

About the UTF8 in comments, Could you please try to switch to option "Force UTF8 without BOM" if that would solve the issue with comments?

Thanks

Re: I keep getting exceptions

PostPosted: June 15th, 2017, 11:39 pm
by jazz
Just saying here, but I've been getting these exceptions for a while too. They are just annoying. My project is quite large. So large it causes VS2017 to stop responding when I switch source file tabs while PHP does some of it's magic. I'm used to it though. My smaller projects are fine.

I can't actually install the latest update though (9945). Should I start another thread or is posting here OK? I have attached a log FYI.

Re: I keep getting exceptions

PostPosted: June 16th, 2017, 1:37 pm
by Miloslav Beno
Hi Jazz,

Thanks for the post and VSIX log.

Again, this is caused by VSIX installer. Please manually delete this folder and it should install correctly
Code: Select all
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\DEVSENSE


Then just ping us if these exception continue to happen or preview is fine.

Thanks so much!

Re: I keep getting exceptions

PostPosted: June 19th, 2017, 12:23 am
by jazz
Thanks for that! All installed and so far no exceptions.

Just a note in case someone has this same issue. I removed that directory and installed 9945.
Then when I opened VS2017 I got a weird error about some feedback XML page and suddenly all my projects would not load. So I tried uninstalled PHP Tools so I could install it again and I saw that PHP Tools was showing as installed twice! I uninstalled both, reinstalled 9945 and everything was OK after that. Weird and just mentioning as an FYI.

Re: I keep getting exceptions

PostPosted: June 21st, 2017, 2:17 pm
by Miloslav Beno
Wow, you got to love that VSIX installer!

Thanks for sharing it with us!