Mayor McCheese
Mayor McCheese
Explore posts from servers
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
that's part of why I'm asking if it's in a remote repo somewhere like github.
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
It's a bit odd that it just shuts down with no errors though.
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
It happens
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
Is there anything in the event log?
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
What happens when it force closes?
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
It sounds like you're depending on a relative path somewhere
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
Do you have the code in a repo somewhere?
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
So if you copy all the files out of the folder to a new location it doesn't open?
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
what files are in the build folder?
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
Are you depending on a configuration file that isn't in the same place as the exe?
33 replies
CC#
Created by Relevant on 11/13/2024 in #help
Aspire python app giving certificate errors when debugging
👍
6 replies
CC#
Created by Relevant on 11/13/2024 in #help
Aspire python app giving certificate errors when debugging
Did you try a dotnet dev-certs https --trust?
6 replies
CC#
Created by Pablo on 11/8/2024 in #help
I need microservices project ideas
Weather forecasting
3 replies
CC#
Created by Chrys on 11/4/2024 in #help
Very slow upload in asp.net
Is the performance adequate or not, you've done some checking. 8MB is a bit, but you have to receive the whole file before returning the file name. Before doing anything else examine your goals and ask if you're meeting them.
19 replies
CC#
Created by nathanAjacobs on 11/4/2024 in #help
Deep copying data from class instances
14 replies
CC#
Created by nathanAjacobs on 11/4/2024 in #help
Deep copying data from class instances
Just use system.Text.json
14 replies
CC#
Created by Chrys on 11/4/2024 in #help
Very slow upload in asp.net
F1 is free
19 replies
CC#
Created by Chrys on 11/4/2024 in #help
Very slow upload in asp.net
Try and create a f1 app service in your region and see if it's different result
19 replies
CC#
Created by nathanAjacobs on 11/4/2024 in #help
Deep copying data from class instances
Most folks end up with some form of serialization. What makes you think you won't find a serializer that supports this?
14 replies
CC#
Created by Chrys on 11/4/2024 in #help
Very slow upload in asp.net
Where are you storing the data?
19 replies