Skip to main content

Questions tagged [.net-framework-version]

For questions specifically on how to deal with .Net versions. For other questions on .Net, please use a .net + version tag.

.net-framework-version
0 votes
0 answers
14 views

How Do I Package and install a Released compiled version version of my .Net Framework? Do I just need to pass along the compiled .exe?

This might be a simple question. I searched online and there was a lot of information that seemed to be just a distraction. How Do I Package and install a Released compiled version version of my .Net ...
xarzu's user avatar
  • 9,317
0 votes
0 answers
24 views

Communicating from a Docker containerized .Net 6 API to .Net Framework 4.7.2 API

I have been running several .Net 6 APIs in Linux Docker in my local development environment for my work. I have been able to get the containerized APIs to communicate with each other after resolving ...
Claudio Medrano's user avatar
0 votes
0 answers
17 views

Setup appsettings.json with transformation in Console Application of .net framework(4.8) and Reading in POCO Models

I have a .net framework based Solution which is having Console Application as the Entry point along with multiple dependent Class Library projects. Console Application provides XML based configuration ...
Imran K's user avatar
  • 15
0 votes
0 answers
45 views

x64 and x86 folder is missing in PublishBuildArtifact@1 in Azure CI Pipeline

The solutions contain MVC Web App in .Net Framework 4.7.1. The service layer library project and API are in .Net Core 6.0 Azure CI pipeline use windows-2019 and CI published zip artifact has x64 and ...
user3497702's user avatar
0 votes
0 answers
69 views

Failed to Load d:\test\SNI.dll system componentmodel.win32Exception: The specified model could not be found

There are many solution in root folder and each solution has .Net Framework 4.7.1 MVC web Project and has API and library project target both .Net Framework 4.7.1 and .Net Core 6.0 . when I migrated ...
user3497702's user avatar
0 votes
0 answers
36 views

0x800f0954 error: Installation of one or more roles, role services, or features failed

While adding .Net 3.5 and .Net 4.8 features we are getting below error, maybe it is because of access/permission issue. we have newly created windows 2022 server Don't know it is access/ permission ...
Dev Developer's user avatar
0 votes
0 answers
18 views

IVsSccGlyphs2 didn't call GetCustomGlyphMonikerList() when the project(.net version) is loading

I am developing a VSIX project. When loading the project, the IVsSccGlyphs2 interface calls the GetCustomGlyphMonikerList member to apply all the badges in the Solution Explorer. However, when ...
고현서's user avatar
-1 votes
0 answers
35 views

Incorrect value of ServicePointManager.SecurityProtocol property

1. Question right at the beginning How to ensure that the initial default value of the SecurityProtocol property of the ServicePointManager class from the System.Net namespace is SecurityProtocolType....
tibx's user avatar
  • 910
0 votes
0 answers
28 views

Window Service takes more time than its configured interval

I have developed a Windows service that will run at every minute, and I am testing it with large sets of data. While executing service logic, I also add logs in files as well. This is my code: public ...
Harsh Joshi's user avatar
1 vote
1 answer
93 views

.NET 8 Byte[] DataType in DataSet is missing. Is it by purpose?

Edit : Here's the properties of DataSet, DataTable's column properties from .NET 8 project. System.Byte[] is missing. I store image thumbnail in mySQL in blob while display the thumbnail in my report ...
Vincent Krisna's user avatar
0 votes
1 answer
91 views

Generic Async Task inside WPF Window - Autocad API

I have a generic WPF Window, it uses the MVVM pattern. So, once it's declared, it receives a ViewModel object. The objective of this Window is to be shown to the user while long operations run in an ...
justSomeUser4's user avatar
0 votes
0 answers
28 views

building to .net framework and .net

I Am trying to build to 2 frameworks. we currently have a website running on .net framework 4.7.1 I am trying to facilitate a move to .net8.0 For now i want our website and all referenced classes to ...
Thierry Verhaegen's user avatar
0 votes
0 answers
64 views

How do I install a dotnet SDK/Targeting Pack for v4.7.2 in Github Actions?

I'm attempting to check that a C# project compiles as a pre-merge step in Github. This project integrates with a legacy system, and uses .NETFramework v4.7.2 as a target. My github action yaml is ...
Kevin's user avatar
  • 1,427
0 votes
0 answers
73 views

Error when cloning the remote azure repository: Unable to start process. Unable to associate job object with the process during process creation

I am getting the following error in Visual Studio 2022 (17.10.2) when I try to clone a project from an Azure repository. The operating system is Windows 10 Enterprise, and ZScaler is also installed. ...
momiavive's user avatar
0 votes
2 answers
39 views

My .NetFramework version does not work with my Microsoft.SharePointClient.dll version

I am trying to add some CSOM functionality to my C# program such that I will be allowed to do CRUD operations on a Microsoft List (aka SharePoint List). Assuming you know what CSOM and CRUD is, I ...
xarzu's user avatar
  • 9,317

15 30 50 per page
1
2 3 4 5
76