❔ Data.txt not showing up on my data grid
I was trying to fix this issue but then my visual studio started to giving me random chunks of code that I never saw before and then visual studio is teling me the error but I don't understand how to solve it
28 Replies
If your code is too long, you can post to https://paste.mod.gg/ and copy the link into chat for others to see your shared code!
Is this winforms?
it is
$paste
If your code is too long, you can post to https://paste.mod.gg/ and copy the link into chat for others to see your shared code!
stop uploading attachments
I don't understand that bot
sorry
Read the message
BlazeBin
A tool for sharing your source code with the world!
can you help me either way please
?
You've just shared a link to the paste.mod.gg site, not the specific link for the code you've uploaded
BlazeBin - luxpeefcqjde
A tool for sharing your source code with the world!
wait is this webforms?
Is that not just some control source code?
visual studio indicates the error is there
The stack trace might lead there, but it will be originating from something in your code
BlazeBin - jacadfvlptdx
A tool for sharing your source code with the world!
sorce code
XAML code
BlazeBin - viaytdqlczep
A tool for sharing your source code with the world!
i don't know if any of that helps
Well it's something to do with the collection populating your data_Grid not being in sync, but I'm struggling to see where/why as I'm on mobile at the moment
I don't knwo How to solve that
@TM this isn't code you wrote correct?
but autogenerated code failing?
half of it and most of it was fixed it by a freind of mine he used a website to do it
but do you know how to fix it?
If autogenerated code is failing you can try and clean the solution ( this could possibly fix the problem ); you can go back to a previous commit and build up again ( if you're using git and frequently committing ), you can remove controls from designer autogenerated code, but that can be daunting.
alternatively you may be able to pinpoint the issue that visual studio is having by "debugging visual studio with another copy of visual studio"
There's no real magic bullet to fix this
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.