-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
IntegerUpDown controls throw error XDG0062: Could not load type 'System.Int32?' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e09' #28
Comments
Note that the issue only seems to happen with the XAML Designer in VS2019; VS Blend 2019 does not display the same issue. I'm starting to think the issue is with the VS2019 XAML Designer, not the package. |
@sonicbhoc, I am having the same problem. It has been suggested that I delete the obj folder, clean the project/solution and rebuild, but that did not solve the issue. Did you find a fix for this? |
switching to Visual Studio Blend instead of just VS fixed it for me. I haven't tried it again in VS2019 but it seemed to work alright in VS2022. |
Thanks, @sonicbhoc. Tried that but still getting the error. No problem building or running the application, so I might just have to live with it. |
Did you also delete the hidden .vs folder before starting Blend? Maybe
that might help.
On December 8, 2021, Github Notifications ***@***.***> wrote:
Thanks, @sonicbhoc <https://github.com/sonicbhoc>. Tried that but
still getting the error. No problem building or running the
application, so I might just have to live with it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)-
988672950>, or unsubscribe
<https://github.com/notifications/unsubscribe-
auth/AAGJJU5NTHZRB2ESRV2CR7TUP4VDZANCNFSM5DKWSV2A>.
|
@sonicbhoc , thanks but no good. The .vs folder is recreated when VS project is loaded and before I start VS Blend (which can only be activated once the VS designer is open in basic VS it seems). I then get the following error when starting the Project: |
Has this issue had eyeballs put on it, yet? I am seeing this error in a .NET Framework 4.6.2 project using VS 2022. |
I'm currently not looking after this, cause I don't use WPF any more. But if you'd create a pull request to fix it, I'll create a new release |
Jeffrey
Just to add, I am not getting this error in the VS designer any more. I am on VS 2022 (Version 17.4.4) and .NET Framework 4.8
Mike Whalley
From: Jochen Kühner ***@***.***>
Sent: Monday, February 12, 2024 5:57 PM
To: dotnetprojects/WpfExtendedToolkit ***@***.***>
Cc: Michael Whalley ***@***.***>; Comment ***@***.***>
Subject: Re: [dotnetprojects/WpfExtendedToolkit] IntegerUpDown controls throw error XDG0062: Could not load type 'System.Int32?' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e09' (#28)
I'm currently not looking after this, cause I don't use WPF any more. But if you'd create a pull request to fix it, I'll create a new release
—
Reply to this email directly, view it on GitHub <#28 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQMNETZJNRABRB3CVSNPSDTYTJJYDAVCNFSM5DKWSV2KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJTHEZDIOJWHE2Q> .
You are receiving this because you commented. <https://github.com/notifications/beacon/AQMNET3VITZHZ6KAHRNORG3YTJJYDA5CNFSM5DKWSV2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOOOLJUHY.gif> Message ID: ***@***.*** ***@***.***> >
|
If most .NET DEV's have moved away from WPF, I don't see much utility into digging into root cause at this time. This issue is not crashing my app in runtime, but it is crashing the .xaml Designer which is annoying. Thanks for getting back to me. Jeffrey McNeal |
Each IntegerUpDown control I use has this error for the FormatString, Value, Increment, and Maximum elements.
The errors started with I transitioned a project from the old csproj format to the SDK-style format. The project is only targeting .NET Framework 4.7.2 (net472). It compiles fine, but the designer keeps throwing up exceptions.
The text was updated successfully, but these errors were encountered: