.NET: Environment Architecture reported as x86 for 64-bit Windows
bgx
Posted on
Feb 21 2018
It is not fully clear what exactly the Architecture attribute in Environment refers to, but I assume it should be the OS Architecture. If there's the case there seems to be a bug: We consistently get x86 reported for Windows 64-bit.
Is there a known issue?
The client info given in Raw Data for our WPF Apps is:
"Name": "Raygun4Net4.ClientProfile",
"Version": "5.5.0.0",
"ClientUrl": "https://github.com/MindscapeHQ/raygun4net"
John-Daniel Trask
Raygun
Posted on
Feb 22 2018
Hi Bgx,
Thanks, we'll investigate this. My hunch would be that perhaps it's reporting the architecture of the exe, which if .NET is not set to 64-bit, will default to 'Any Platform' which preferences generating 32-bit executables.
But I'll have somebody more knowledgeable investigate.
Kind regards,
John-Daniel Trask
Jason Fauchelle
Raygun
Posted on
Feb 22 2018
Hi bgx,
Thanks for posting this. We've done some initial investigation and may have found the issue. We'll hopefully be looking at resolving this in the next release of Raygun4Net.
-Jason Fauchelle