greyfox
greyfox
CC#
Created by zya.swung on 1/5/2025 in #help
✅ Does anybody know why all the dll files i make in visual studio 2022 are all 47 KB?
What code are you trying to run?
14 replies
CC#
Created by zya.swung on 1/5/2025 in #help
✅ Does anybody know why all the dll files i make in visual studio 2022 are all 47 KB?
"it does not work" isn't a useful description. What exceptions are you getting? Are there any build errors?
14 replies
CC#
Created by zya.swung on 1/5/2025 in #help
✅ Does anybody know why all the dll files i make in visual studio 2022 are all 47 KB?
Why do you care?
14 replies
CC#
Created by Puppet on 12/29/2024 in #help
✅ ABP.IO framework, can't open the swagger
It's open source, so you can pull down the source and fix it or get a version that works if the bug was recently introduced.
8 replies
CC#
Created by Puppet on 12/29/2024 in #help
✅ ABP.IO framework, can't open the swagger
How is global-scripts.js referenced?
8 replies
CC#
Created by shiru0108 on 12/28/2024 in #help
✅ Smpt | email sending
What kind of application is this?
10 replies
CC#
Created by shiru0108 on 12/28/2024 in #help
✅ Smpt | email sending
Are any errors being logged? Anything in the event viewer?
10 replies
CC#
Created by shiru0108 on 12/28/2024 in #help
✅ Smpt | email sending
What code is being run when you click "the button"?
10 replies
CC#
Created by shiru0108 on 12/28/2024 in #help
✅ Smpt | email sending
Ngl it's going to be hard to figure out what's going wrong when the only information you've provided is "it doesn't work".
10 replies
CC#
Created by shiru0108 on 12/28/2024 in #help
✅ Smpt | email sending
Are you getting an error?
10 replies
CC#
Created by surwren on 12/22/2024 in #help
Can .NET controllers accept binary data? Should they?
Would want to make sure they're not doing something stupid like uploading an exe or a cshtml file that gets executed on the server when retrieved.
8 replies
CC#
Created by Liean on 12/11/2024 in #help
incorrect even if its the same data from the database
11 replies
CC#
Created by Liean on 12/11/2024 in #help
incorrect even if its the same data from the database
I'm guessing that the problem is this? if (reader.Read())
11 replies
CC#
Created by Liean on 12/11/2024 in #help
incorrect even if its the same data from the database
have you tried setting breakpoints and stepping through the code?
11 replies
CC#
Created by Nywon on 12/10/2024 in #help
Displaying multiple consoles - .NET
There's not a huge amount to go with here
6 replies
CC#
Created by Nywon on 12/10/2024 in #help
Displaying multiple consoles - .NET
wht do you mean by "multiple consoles"?
6 replies
CC#
Created by Tobeash on 12/8/2024 in #help
Creating a level class that holds all the data for the game, should the data be private?
Only expose that which you need to expose. Hard to know without knowing more. Quite often you end up making previously private functions public as you need to do things to them, it's not a big deal.
5 replies
CC#
Created by Tobeash on 12/8/2024 in #help
Creating a level class that holds all the data for the game, should the data be private?
it only needs to be public if you intend to access it from outside the assembly.
5 replies
CC#
Created by Carlos Saraiva on 12/4/2024 in #help
Multi Tenant architecture with Docker .NET 8
3 replies