C
C#2y ago
_TM_

❔ 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
MODiX
MODiX2y ago
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!
Mayor McCheese
Is this winforms?
_TM_
_TM_OP2y ago
_TM_
_TM_OP2y ago
it is
_TM_
_TM_OP2y ago
Pobiega
Pobiega2y ago
$paste
MODiX
MODiX2y ago
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!
Pobiega
Pobiega2y ago
stop uploading attachments
_TM_
_TM_OP2y ago
I don't understand that bot sorry
Pobiega
Pobiega2y ago
Read the message
_TM_
_TM_OP2y ago
BlazeBin
A tool for sharing your source code with the world!
_TM_
_TM_OP2y ago
can you help me either way please ?
SinFluxx
SinFluxx2y ago
You've just shared a link to the paste.mod.gg site, not the specific link for the code you've uploaded
_TM_
_TM_OP2y ago
BlazeBin - luxpeefcqjde
A tool for sharing your source code with the world!
Mayor McCheese
wait is this webforms?
SinFluxx
SinFluxx2y ago
Is that not just some control source code?
_TM_
_TM_OP2y ago
visual studio indicates the error is there
SinFluxx
SinFluxx2y ago
The stack trace might lead there, but it will be originating from something in your code
_TM_
_TM_OP2y ago
BlazeBin - jacadfvlptdx
A tool for sharing your source code with the world!
_TM_
_TM_OP2y ago
sorce code XAML code
_TM_
_TM_OP2y ago
BlazeBin - viaytdqlczep
A tool for sharing your source code with the world!
_TM_
_TM_OP2y ago
i don't know if any of that helps
SinFluxx
SinFluxx2y ago
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
_TM_
_TM_OP2y ago
I don't knwo How to solve that
Mayor McCheese
@TM this isn't code you wrote correct? but autogenerated code failing?
_TM_
_TM_OP2y ago
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?
Mayor McCheese
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
Accord
Accord2y ago
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.

Did you find this page helpful?