Patrick
Patrick
CC#
Created by Nada on 5/3/2025 in #help
Recommendations for Open Source E-Signature API for Loan Request Website
But seeing as this has been combative I have no interest in it
11 replies
CC#
Created by Nada on 5/3/2025 in #help
Recommendations for Open Source E-Signature API for Loan Request Website
Your answer to my question has bearing on how I’d answer
11 replies
CC#
Created by Nada on 5/3/2025 in #help
Recommendations for Open Source E-Signature API for Loan Request Website
You realise that software licenses exist yeah?
11 replies
CC#
Created by Nada on 5/3/2025 in #help
Recommendations for Open Source E-Signature API for Loan Request Website
Next time just answer the question lmao
11 replies
CC#
Created by Nada on 5/3/2025 in #help
Recommendations for Open Source E-Signature API for Loan Request Website
is this code for "i need free thing for my paid product"
11 replies
CC#
Created by illusDev on 5/2/2025 in #help
FormApplication Help
Can you define "it doesnt work", please? It's a little tricky without the context.
31 replies
CC#
Created by malkav on 5/2/2025 in #help
Trying to figure a means of Message Brokering
You should likely read up about KISS first. I get lost trying to read and understand all the different mechanisms in your setup because of these names you've given them. In a more serious answer: You need a centralised message bus/queue, that will capture messages and process them. This is likely where your Arduino is also plugged into? Unless that's on another machine. This could be as simple as a database you write to at the end of an API or RabbitMQ etc. Each consumer of the queue then writes/reads messages.
6 replies
CC#
Created by RdZoid on 3/4/2025 in #help
Console.Writeline throwing error CS0234 in one class but the program.cs in the same project doesn't.
Ok just ignore it
35 replies
CC#
Created by RdZoid on 3/4/2025 in #help
Console.Writeline throwing error CS0234 in one class but the program.cs in the same project doesn't.
Hello
35 replies
CC#
Created by M!RFAN on 1/13/2025 in #help
Publish Profile Error
as I said, you don't manually run the exe
7 replies
CC#
Created by M!RFAN on 1/13/2025 in #help
Publish Profile Error
web.config doesn't load into ASP.NET Core. You need to set an environment variable on the machine or use appsettings or explicitly configure a configuration source. If you're using IIS, you need to let the app pool load the website, and let IIS set the environment variable with the web.config as you have done. You do not manually load up the executable.
7 replies
CC#
Created by M!RFAN on 1/13/2025 in #help
Publish Profile Error
if it's IIS why are you running the executable manually?
7 replies
CC#
Created by M!RFAN on 1/13/2025 in #help
Publish Profile Error
web.config implies it's IIS
7 replies
CC#
Created by Krishna on 12/2/2024 in #help
How to make sure a background service is never stopped by any user, not even local admin?
if you're trying to enforce something in your org and that something doesn't happen on someone's machine, consider HR actions.
26 replies
CC#
Created by Krishna on 12/2/2024 in #help
How to make sure a background service is never stopped by any user, not even local admin?
then reconsider how silly this all sounds
26 replies
CC#
Created by Krishna on 12/2/2024 in #help
How to make sure a background service is never stopped by any user, not even local admin?
read raymond's words
26 replies
CC#
Created by Krishna on 12/2/2024 in #help
How to make sure a background service is never stopped by any user, not even local admin?
26 replies
CC#
Created by H3C4 on 12/2/2024 in #help
Help to Resolve Timeout Issue While Updating 20,000 Records Using SQL Server and Entity Framework
use execute update
11 replies
CC#
Created by H3C4 on 12/2/2024 in #help
Help to Resolve Timeout Issue While Updating 20,000 Records Using SQL Server and Entity Framework
that code is something
11 replies
CC#
Created by H3C4 on 12/2/2024 in #help
Help to Resolve Timeout Issue While Updating 20,000 Records Using SQL Server and Entity Framework
otherwise it's pretty impossible to help without the actual SQL error (if it even is a timeout) and without the query you're running.
11 replies