Skip to content
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

Problem when trying to build from source and debug. Again... #6094

Closed
DoctorKrolic opened this issue Feb 16, 2022 · 8 comments
Closed

Problem when trying to build from source and debug. Again... #6094

DoctorKrolic opened this issue Feb 16, 2022 · 8 comments

Comments

@DoctorKrolic
Copy link
Contributor

I haven't done debugging of this repo for a while, so this error may have appeared before, therу is no evidence, that it appeared after upgrading to the latest VS preview. Tried to build and debug with v17.2 Preview 1. After loading a blazor project I got an error bar, saying that there was a problem loading it. There was also an exception stack attached. Here it is:
VsProjectFault_eeae0f32-9cba-416e-b437-775eb921dbbe.failure.ru.en.txt. Note that the file was processed by translator, because I use VS not in English and the original report was not in English either. Help me please😥

@ghost ghost added the untriaged label Feb 16, 2022
@DoctorKrolic DoctorKrolic changed the title Cant build from source and debug. Again... Problem when trying to build from source and debug. Again... Feb 16, 2022
@NTaylorMullen
Copy link
Contributor

@DoctorKrolic could you try reverting this commit to see if it fixes your experience?

@DoctorKrolic
Copy link
Contributor Author

Done via command line: git revert e873be1d166ce64ad6879d704ce2dd7594288907, got some messages about merge conflics
Checked, that commit was actually reverted
Tried to open project in VS - it got stucked at "Loading project 2 of 39 Microsoft.CodeAnalysis.Remote.Razor". After some time VS completely freezed

@DoctorKrolic
Copy link
Contributor Author

But I got an idea of what is wrong. e873be1 bumps Roslyn version to 4.2.0-2.22108.10, while 17.2 Preview 1 is using 4.2.0-1.22108.11. It seems like I will be able to debug this repo only when Preview 2 comes out. This is sad...

@NTaylorMullen
Copy link
Contributor

NTaylorMullen commented Feb 16, 2022

Tried to open project in VS - it got stucked at "Loading project 2 of 39 Microsoft.CodeAnalysis.Remote.Razor". After some time VS completely freezed

I had this too actually the other day and re-running restore.cmd + re-opening VS solved it

But I got an idea of what is wrong. e873be1 bumps Roslyn version to 4.2.0-2.22108.10, while 17.2 Preview 1 is using 4.2.0-1.22108.11. It seems like I will be able to debug this repo only when Preview 2 comes out. This is sad...

We'll get you unblocked so you don't have to, definitely don't want you to have to wait

@DoctorKrolic
Copy link
Contributor Author

I had this too actually the other day and re-running restore.cmd + re-opening VS solved it

Well, it helped. Now I need to adress 255 build errors that occured...

@NTaylorMullen
Copy link
Contributor

Well, it helped. Now I need to adress 255 build errors that occured...

O_O, I wouldn't think you'd get any. What sort of build errors?

@DoctorKrolic
Copy link
Contributor Author

After reverting the proposed commit manually everything got fine. There were some merge conflicts when I tried to revert commit by command. It was late for me yesterday and I didn't notice them. I'll keep this issue open until 17.2 Preview 2 so if anyone try to build razor tooling from source can see this conversation

@ryanbrandenburg
Copy link
Contributor

Sorry about this, we're thinking about ways to avoid such disruptions in the future. In the mean time this should be resolved when 17.2 Preview 2 comes out ~soonish, and in the mean time if anyone runs into this issue they can revert the indicated commit.

@ghost ghost removed the untriaged label Feb 17, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants