Questions tagged [net-4.7.2]
4 questions
1
vote
1 answer
Build failure for HttpCookie.SameSite option in .Net framework 4.7.2
I am trying to use the HttpCookie.SameSite option as shown in the snippet below, however I receive the following build error despite visual studio recognising this option as valid. I can even show the definition of the property within System.Web,…

Radderz
- 2,770
- 4
- 28
- 40
0
votes
0 answers
net472 vs net6.0: Default string sorting
I have this mini program:
Exe
net472;net6.0
using System;
using…

Dee J. Doena
- 1,631
- 3
- 16
- 26
0
votes
1 answer
DocuSign Visual Studio Extension not returning access token
My new web apps (ASP.NET MVC, .Net Framework 4.7.2) could not find DocuSign.eSign.dll references to invoke SDKs even though I verified the dll is installed leading to failure in obtaining access token.
I am following exact steps listed on…

Amit uchat
- 24
- 4
0
votes
0 answers
How do you send larger than ~28MB files using HttpClient
Sample 1
Sample 2
Ok, I've been struggling with this for a few days now and can't find anything definitive to resolve this. In fact most of what I have read suggests this should work.
In summary.
I have a Windows Forms application (Dot.Net 4.7.2)…

djack109
- 1,261
- 1
- 23
- 42