Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
wasabi
Posts
Comments
C
C#
•
Created by Turn2Jesus2 on 4/4/2025 in
#help
How to get .NET framework 4.8.1 installed on IIS Web Server running Windows Server 2019 via choco?
.NET 4.8.1 doesn't really count as a stepping stone to NET 9.
25 replies
C
C#
•
Created by Turn2Jesus2 on 4/4/2025 in
#help
How to get .NET framework 4.8.1 installed on IIS Web Server running Windows Server 2019 via choco?
The title bar of this thread.
25 replies
C
C#
•
Created by Turn2Jesus2 on 4/4/2025 in
#help
How to get .NET framework 4.8.1 installed on IIS Web Server running Windows Server 2019 via choco?
So either don't, or upgrade the OS as well.
25 replies
C
C#
•
Created by Turn2Jesus2 on 4/4/2025 in
#help
How to get .NET framework 4.8.1 installed on IIS Web Server running Windows Server 2019 via choco?
Upgrade his OS.
25 replies
C
C#
•
Created by Turn2Jesus2 on 4/4/2025 in
#help
How to get .NET framework 4.8.1 installed on IIS Web Server running Windows Server 2019 via choco?
Not to build a 4.8.1 project.
25 replies
C
C#
•
Created by Turn2Jesus2 on 4/4/2025 in
#help
How to get .NET framework 4.8.1 installed on IIS Web Server running Windows Server 2019 via choco?
It isn't supported. Server 2019 tops out at 4.8
25 replies
C
C#
•
Created by damon on 3/27/2025 in
#help
Stomp client
Could be cleaned up though..... I don't remember the status of it. I had it working for both send and receive. But never much stress testing of it.
7 replies
C
C#
•
Created by damon on 3/27/2025 in
#help
Stomp client
Been 4 years.... loos like i used Channels, SequenceReader, and all the good stuff.
7 replies
C
C#
•
Created by damon on 3/27/2025 in
#help
Stomp client
Source: I wrote a Stomp client library a few years ago:
https://github.com/alethic/StompDotNet/tree/master/StompDotNet
7 replies
C
C#
•
Created by damon on 3/27/2025 in
#help
Stomp client
Stomp isn't really outdated. It's just really only popular among Java stacks I find.
7 replies
C
C#
•
Created by wl32611 on 3/23/2025 in
#help
I don't understand why function pointer works this way.
I'm reality the target site for a struct instance method doesn't expect a pointer.
5 replies
C
C#
•
Created by wl32611 on 3/23/2025 in
#help
I don't understand why function pointer works this way.
The simple answer is it isn't supported for instance methods.
5 replies
C
C#
•
Created by wasabi on 3/22/2025 in
#help
Appending to StringBuilder by Unicode code point?
Figured.
12 replies
C
C#
•
Created by wasabi on 3/22/2025 in
#help
Appending to StringBuilder by Unicode code point?
I basically did that though without copying it.
12 replies
C
C#
•
Created by wasabi on 3/22/2025 in
#help
Appending to StringBuilder by Unicode code point?
I kinda just ended up, so far, doing it myself, writing 1 or 2 chars to a Span<char>, then appending that.
12 replies
C
C#
•
Created by wasabi on 3/22/2025 in
#help
Appending to StringBuilder by Unicode code point?
Which would be very heavy when working with ... large amounts of text.
12 replies
C
C#
•
Created by wasabi on 3/22/2025 in
#help
Appending to StringBuilder by Unicode code point?
That allocates a string[]
12 replies
C
C#
•
Created by Paul on 3/20/2025 in
#help
Visual Studio includes only x86 dlls in build
Yeah I'll bet it's sqlite
62 replies
C
C#
•
Created by Paul on 3/20/2025 in
#help
Visual Studio includes only x86 dlls in build
I don't think IL spy matters much here. You need to see what arch the running process is in.
62 replies
C
C#
•
Created by Paul on 3/20/2025 in
#help
Visual Studio includes only x86 dlls in build
Well figure out which dll is being loaded. And the arch of the running process.
62 replies