-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
K Web crashes when changing to net45 CLR after having changed to CoreCLR #7
Comments
I can replicate this issue also. Once this happens, it prevents any application from running again. I have to close the command window to clear the error. |
To run it on |
Switching between Core CLR and Desktop has now changed completely. This error should not happen anymore. |
ryanbrandenburg
pushed a commit
that referenced
this issue
Nov 20, 2018
…ying on finalizer running). Helps with #7 but still doesn't cover all cases.
ryanbrandenburg
pushed a commit
that referenced
this issue
Nov 21, 2018
Adds CookiePath to SessionDefaults
ryanbrandenburg
pushed a commit
that referenced
this issue
Nov 21, 2018
Add AppVeyor, Travis build status
ryanbrandenburg
added a commit
that referenced
this issue
Jul 8, 2019
merge Co-authored-by: Pranav K <prkrishn@hotmail.com> Co-authored-by: null <dotnet-maestro-bot@microsoft.com> Co-authored-by: Justin Kotalik <jukotali@microsoft.com> Co-authored-by: Arthur Vickers <ajcvickers@hotmail.com> Co-authored-by: Nate McMaster <natemcmaster@users.noreply.github.com> Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by: Balint Farkas <balint.farkas@windowslive.com> Co-authored-by: Mikael Mengistu <mikaelm12@users.noreply.github.com> Co-authored-by: Brennan <brecon@microsoft.com> Co-authored-by: Chris Ross <Tratcher@Outlook.com> Co-authored-by: Kahbazi <A.Kahbazi@gmail.com> Co-authored-by: Hao Kung <HaoK@users.noreply.github.com> Co-authored-by: Javier Calvarro Nelson <jacalvar@microsoft.com> Co-authored-by: David Fowler <davidfowl@gmail.com> Co-authored-by: Stephen Halter <halter73@gmail.com> Co-authored-by: Ryan Brandenburg <rybrande@microsoft.com> Co-authored-by: John Luo <johluo@microsoft.com> Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com> Co-authored-by: Ajay Bhargav Baaskaran <ajaybhargavb@gmail.com> Co-authored-by: Andrew Stanton-Nurse <andrew@stanton-nurse.com> Co-authored-by: null <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jacques Eloff <joeloff@users.noreply.github.com> Co-authored-by: Dylan Dmitri Gray <d.dylan.g@gmail.com> Co-authored-by: Ryan Nowak <rynowak@microsoft.com> Co-authored-by: Alessio Franceschelli <alessio@franceschelli.me> Co-authored-by: Loïc Sharma <sharma.loic@gmail.com> Co-authored-by: Arthur Irgashev <arthur.irgashev@gmail.com> Co-authored-by: Kevin Pilch <kevinpi@microsoft.com> Co-authored-by: dudu <dudu@cnblogs.com> Co-authored-by: Fabien Barbier <8518235+GoldenCrystal@users.noreply.github.com>
ghost
locked as resolved and limited conversation to collaborators
Dec 4, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reproduced by just testing the HelloWeb Sample:
On the other hand, if I set TARGET_FRAMEWORK to empty ("set TARGET_FRAMEWORK="), then, it works on net45 CLR, like "by default CLR".
I think it should work with the environment variable set to "net45", too.
The text was updated successfully, but these errors were encountered: