Questions tagged [.net-4.8]

Ask Question

For questions specific to the usage and features of version 4.8 of Microsoft's .Net framework.

572 questions

0votes1answer47views

How to build LINQ Query [closed]

I am new to LINQ and need assistance to build following query I have following schema. Bookings (Table) - AssignedVehicles (List) => VehicleID Supplier (Table) - Vehicles (List) => VehicleID ... user avatar Ingimar Andresson

  • 1,705
0votes0answers9views

.NetFramework 4.8 option not visible in list while creating a project but installed on system

I am using VS2019 on Window 11 and want to create an ASP.NET Web application project on .NetFramework 4.8 but is not display in list when I want to choose it. Although, it is available on my system. ... user avatar Haritus

  • 80
0votes0answers17views

Sniffer REST API request and response in IIS

I have implemented a REST service and hosted it in IIS (Internet Information Services). What I want is to implement a HTTP Modul that can catch the REST request and the related response and save it to ... user avatar Balatharan

  • 125
0votes1answer17views

Entity Framework generates the "get all" action different from all the others

I am working on an API in .NET Framework 4.6 using Entity Framework. I generated a couple of controller after all the models and the DBContext implementation created by EntityFramework. These ... user avatar Caelio

  • 9
0votes0answers4views

.NET Framework4.8(4115) latest version cannot install success

.NET Framework4.8(4115) version install fail logs: [6/14/2022, 18:55:51]Final Result: Installation failed with error code: (0x80092004), "Cannot find object or property. " (Elapsed time: 0 ... user avatar Keung

  • 1
0votes0answers23views

Manual process for keeping two different Azure Repositories up to date

I'm trying to come up with ideas to keep two different Azure Repos up to date. One of the repo is .Net framework 4.8 and the other is .Net 6. Our app is currently running on .net 4.8 so whatever code ... user avatar probertson

  • 1
0votes0answers17views

How to implement JsonPatchDocument in .NET Framework 4.8

I am trying to implement JsonPatchDocument in .NET Framework 4.8, and the nuget package has installed successfully, and the code builds. But when I try to call an endpoint that accepts HTTP Patch, the ... user avatar NollerNiller

  • 15
0votes0answers18views

.netstandard2.0: Reference to type 'EventLogEntryType' claims it is defined in 'System', but it could not be found

Project A in .netstandard2.0 Project B in .NET Framework 4.8 B has a class CustomEventLog with a method Fool(EventLogEntryType type) Class in A CustomEventLog.Fool(EventLogEntryType.Error) I have ... user avatar lunatic84

  • 138
0votes0answers29views

How do I Sync two Azure repositories?

I'm upgrading from .Net 4.8 to .Net 6. I have two azure repos in the same organization/project. The original repo is for 4.8 and the other one is .Net 6. The problem is how do I get code changes(... user avatar probertson

  • 1
0votes0answers16views

Offline Install of .Net 4.8 on 2016 Servers

PS Invoke seems to fail to complete: msiexec /i "d:\install\netfx_Full_x64.msi" /norestart /qn /le D:\batch\logs\ndp48-x86-x64-allos-enu-log.txt Any ideas? I keep getting this whether it's ... user avatar Patrick Burwell

  • 109
1vote1answer19views

Possible to set the computer uptime, either globally or for the current process?

Environment.TickCount reports the number of milliseconds since the system started. The value starts at 0, then cycles between Int32.MaxValue and Int32.MinValue with a total cycle time of ~49.7 days. ... user avatar AlainD

  • 4,434
0votes0answers33views

How to perform multithread search in .NET 4.8?

I am making a program using .net 4.8 with Entity Framework 6.2 and i have a method for a search, which executes 2 stored procedures and takes back the result (the procedures return a select, which ... user avatar Simon Pietro Lentinello

  • 1
0votes2answers43views

Get selection of any window c# .net 4.8 WPF

So my current project is comming to an end. But I have an issue, i need to get a selection from any window and insert that into my current method, and then paste a new string into the selection. This ... user avatar BaconBotMK1

  • 3
0votes0answers17views

.net standard 2.1 could not be found error even though using 2.0 version

I am using .NET standard 2.0 version DLL from .NET framework V4.8. On running .NET framework v4.8 DLL, I'm getting the below error. could not load file or assembly '.netstandard, version=2.1.0.0, ... user avatar san

  • 5
0votes0answers12views

I Applied Gzip compression but stream is not ending while responding back to client (Web API, .NetFrameWork)

Apologies for my English :) Following is my Web API .NET Framework 4.8 Compression Handler which i copied from an old blog to compress the response manually for Android Client public class ... user avatar Hazan

  • 41

153050per page

1 2 3 4 539

You Might Also Like