-
Notifications
You must be signed in to change notification settings - Fork 803
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
Pdb2Pdb.exe failed with -532462766 #6226
Comments
I linked issue #6182, not sure it's related as that was not a .NET Standard project, but this remarkably unique error number is the same. Also, in the referred issue, the problem went away after compiling a second time. Was that the case here too? |
@tmat any ideas about this error? I haven't seen it myself |
No idea :( |
I just tried with both master and |
No it does only reproduce in one of my machines. The other one is fine
Am Mo., 11. Feb. 2019, 23:45 hat Phillip Carter <notifications@github.com>
geschrieben:
… I just tried with dev16.0 branch and it doesn't reproduce on master
either 😕
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6226 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNFKRMzPA9o6e8hCe9XY4HYh6lawsks5vMfKSgaJpZM4azpcD>
.
|
@forki for the machine that repros the issue, what version of VS is installed. And can you attach the fsharp.proj.build.binlog from the artifacts\logs\debug directory please Thanks |
sure. 15.9.6 |
@forki, it would seem as if the runtime can't find netstandard.dll
Gives this message:
On my machine it locates it from the GAC: I suppose the install of the desktop framework might have gone wrong: To see what versions of netstandard you have in the GAC: type:
|
@forki, I have no idea .. to both questions. netstandard.dll is deployed with the desktop dotnet framework into the framework directory, and I believe should load from there. What version of the desktop framework is installed on your machine: |
ok it looks like I don't have 4.7.2 and I can't install it (because WIndows!) - anyway DEVGUIDE only lists 4.6 as requirement. |
Ergh, looks like we'll need to update that. Although the projects themselves don't require it in @forki You should be able to install it from the VS installer as a redistributable. I believe it will cause a reboot if you're on an older version of Windows though. |
Glad you found the cause :). Can we conclude that exit code 532462766 means a missing assembly? And if so, is there any way the message can be improved (text instead of number)? Considering that my linked situation had this error only once it might have been a temp disk failure, hiccup or network interrupt. |
No unfortunately I can't install net472 because I can't update win10,
because reasons.
But it's OK now I know and can just continue to use my laptop instead.
Am Mo., 18. Feb. 2019, 20:46 hat Abel Braaksma <notifications@github.com>
geschrieben:
… Glad you found the cause :). Can we conclude that exit code 532462766
means a missing assembly? And if so, is there any way the message can be
improved (text instead of number)?
Considering that my linked situation had this error only once it might
have been a temp disk failure, hiccup or network interrupt.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6226 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNDAkdITLxUxbOGU1asPqkpqT4S_fks5vOwMSgaJpZM4azpcD>
.
|
@forki Have you had the chance to work on a machine with net472? If so, does this reproduce? |
@forki Any update? I was unable to reproduce with net472 on my machine |
I think I'll reopen if I see it again. Thanks |
While this issue was closed, it still happens. I have reported in the still open connected issue though, that is: #6182. |
local build on master (31a98b9) after
git clean -xdf
withbuild.cmd debug
:The text was updated successfully, but these errors were encountered: