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

Dictionary.cs not found #9062

Open
dongfengxin opened this issue Apr 30, 2024 · 2 comments
Open

Dictionary.cs not found #9062

dongfengxin opened this issue Apr 30, 2024 · 2 comments
Labels
External Non-WPF Issue External issue, not caused by WPF

Comments

@dongfengxin
Copy link

Description

You need to find Dictionary.cs to view the source for the current call stack frame

Reproduction Steps

image
image
image

Expected behavior

Run with no error

Actual behavior

Dictionary.cs not found

Regression?

No response

Known Workarounds

No response

Impact

No response

Configuration

No response

Other information

No response

@lindexi
Copy link
Contributor

lindexi commented Apr 30, 2024

@dongfengxin The Dictionary.cs is defined in dotnet runtime not in wpf. I think your issues has been submitted to the wrong repo. How about bring to https://github.com/dotnet/runtime/

@MichaeIDietrich
Copy link
Contributor

Dictionary.cs not found

This is the message Visual Studio displays when trying to debug the ArgumentNullException to load the source file where the exception occurred, but this has nothing to do with the error you are facing here.

Just putting screenshots of the exception stack is no steps to reproduce, that way no one can say, what's the root cause of this exception. Please try to add real reproduction steps.

By the way on the first glance it looks like your ItemsSource contains a null item or something else is null but shouldn't be.

@singhashish-wpf singhashish-wpf added the External Non-WPF Issue External issue, not caused by WPF label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External Non-WPF Issue External issue, not caused by WPF
Projects
None yet
Development

No branches or pull requests

4 participants