Skip to main content
0 votes
1 answer
129 views

I'm currently using .NET Framework 4.7 along with MSTest (all packages are up to date). I'm trying to deserialize a JSON string using System.Text.Json as shown here: using System.Text.Json; private ...
undrgng's user avatar
0 votes
0 answers
80 views

I have a VB.NET / ASP.NET web application (on .NET 4.7) that I'm trying to add a virtual folder, and have had no success. Perhaps I'm doing it wrong, or I'm missing something; I would greatly ...
Kurt's user avatar
  • 77
0 votes
0 answers
43 views

I have this small application: C:\work\PassThruExc> tree /f Folder PATH listing for volume OSDisk Volume serial number is F6C4-7BEF C:. │ PassThruExc.csproj │ PassThruExc.sln │ Program.cs │ └─...
mark's user avatar
  • 63.9k
0 votes
1 answer
228 views

I've had this several times now with different packages (Latest was System.ValueTuple) installed using the nuget package manager in Visual Studio. After doing some upgrading of various packages I find ...
CCarter's user avatar
  • 89
2 votes
3 answers
731 views

I upgraded a library from .NET 4.7 to .NET 8.0. In doing so, I had to update my System.Data.SqlClient references to Microsoft.Data.SqlClient. I have both projects open, in different VS sessions, side ...
Mike's user avatar
  • 320
2 votes
1 answer
168 views

I am trying to implement an Active Directory Service Principal authentication of my web project in WCF using the Microsoft guide: https://learn.microsoft.com/en-us/sql/connect/ado-net/sql/azure-active-...
duroforce's user avatar
1 vote
0 answers
53 views

I'm working on upgrading a very large legacy solution from .net 4.7 to .net 4.8. It's not been a problem on the whole but now all the projects are upgraded, I've got one failing unit test which is ...
Bob Tway's user avatar
  • 9,713
0 votes
1 answer
83 views

I have a Xaml Code in My Project Like This: <Window.Resources> <!-- MoveThumb Template --> <ControlTemplate x:Key="MoveThumbTemplate" TargetType="{x:...
abbas akbarzade's user avatar
1 vote
0 answers
144 views

I'm currently working on an SSIS Package update in .Net Framework 4.7 and i'm creating a new C# script Task. I am using a legacy script which was originally used, and from the looks of it some time ...
Chaos's user avatar
  • 725
1 vote
0 answers
107 views

I'm trying to containerize the .NET framework4.7.8v which is a older version and it is supported only on windows container, Image got build with the respected base image and container is up and ...
Fitness Freak's user avatar
0 votes
0 answers
232 views

I have a solution built on .NET 6.0 and I want to use its functions from another solution restricted to .NET 4.7. I am getting an error when using GRPC on the client. The first trial was on .NET 6.0 ...
Seif Elkady's user avatar
1 vote
0 answers
2k views

I created a project in Visual Studio 2022 with the main template "ASP.NET Web Application (.NET Framework)" and sub template "Web API". This created a project with the ...
Alex's user avatar
  • 561
0 votes
0 answers
138 views

I have a Web app that is targeting .Net 4.7 and had an if/else block to see if an incoming message contains a particular string. Ugly, I wanted to use a switch statement instead like so and like I did ...
id10t's user avatar
  • 19
0 votes
1 answer
201 views

Working with a legacy app that uses .NET Framework 4.7 and exposes a couple of Web API endpoints. The parameter is a ICollection<Guid> type. [HttpPost("customer/process")] public async ...
Stack Undefined's user avatar
0 votes
0 answers
78 views

How to customize the properties of the startmenu shortcut desktop application implemented in C# and .NET 4.7? I had created desktop application shortcut using IWshRuntimeLibrary,WshShell,IWshShortcut ...
Divya Sri Thokala's user avatar

15 30 50 per page
1
2 3 4 5
8