1,135 questions with .NET Runtime tags

Sort by: Updated
0 answers

Replacing reduced quality images with original quality images in Word to Filtered HTML conversion

I am creating a Word to HTML converter using Microsoft.Office.Interop.Word by saving each input Word document as Filtered HTML. But I am seeing a loss of image quality in the generated Filtered HTML as compared to the original embedded images. Following…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,481 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-11T04:01:16.803+00:00
Jayashri V 1 Reputation point
commented 2021-02-11T08:30:10.697+00:00
Emily Hua-MSFT 27,551 Reputation points
1 answer

Loss in image quality while saving Word document as Filtered Web Page?

I am writing a Word to HTML converter. I am using the approach of saving Word file as Filtered HTML to carry out the conversion. I have automated this process using Microsoft.Office.Interop.Word for every Word document input that has to be converted.…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,481 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
903 questions
asked 2021-02-10T16:54:18.937+00:00
Jayashri V 1 Reputation point
answered 2021-02-11T05:52:25.653+00:00
Daniel Zhang-MSFT 9,621 Reputation points
1 answer One of the answers was accepted by the question author.

C++/CLI wait for process finish

Hello everbody, i need your help...! I have to create GUI program with C++/CLI ( also known CLR) and in my program has multiple checkboxes for program selection and single button for install for selected Checkboxes. Also in background installers made…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,420 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,571 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-09T10:53:17.003+00:00
Wami007 296 Reputation points
accepted 2021-02-09T18:45:56.523+00:00
Wami007 296 Reputation points
0 answers

Adding items to a ComboBox shows different behaviour

Hello! I am working on a C++/CLI Windows Forms project for .NET Framework 4.6. I've been having a bit of trouble wrapping my head around the contradictory behavior of the ComboBox class. My ComboBoxes are all DropDownLists, they are not editable. …

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,858 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-07T13:56:51.04+00:00
kirillandy 46 Reputation points
commented 2021-02-09T10:27:56.43+00:00
David Lowndes 4,711 Reputation points
0 answers

Microsoft Identity and OpenIdConnection

I'm trying to connect my web application with .NET5 and the new Microsoft.AspNetCore.Authentication.OpenIdConnect. Apparently, my old code for OpenIdConnect is valid but it doesn't work. This is what I'm adding to the ConfigureServices: …

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
630 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-04T15:04:35.61+00:00
Enrico Rossini 181 Reputation points
commented 2021-02-09T09:56:42.837+00:00
Enrico Rossini 181 Reputation points
1 answer One of the answers was accepted by the question author.

.Net Core Job - reading resource image is crashing runtime in Azure.

Suddenly my Azure Job started failing runtime. Works fine on my local. The build machine was migrated (not aware much on details of migration). var bmp = new Bitmap(100, 100); // Works ok. Since loads it from System.Drawing.Common 4.5 var…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-08T11:48:58.69+00:00
Z_0rr0 101 Reputation points
accepted 2021-02-09T07:44:30.86+00:00
Z_0rr0 101 Reputation points
1 answer

How to dispose variables in Custom Http Client Handler?

Team, I have made an api in .net core 3.1 and created a custom HTTP Client Handler to manage dynamic certificates per http call but unable to understand the procedure to write and execute dispose pattern. Startup.cs--> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,254 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,420 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-04T20:18:25.677+00:00
Tanul 1,251 Reputation points
commented 2021-02-08T14:42:02.847+00:00
Tanul 1,251 Reputation points
1 answer

BROWSING THE CLOUD

My desktop application needs to save certain files in a folder selected by the user. FolderBrowserDialog can do the job, but only for local files; it does not 'see' network folders and the cloud. I would like to allow the user select a folder e.g. in…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,420 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-06T16:55:04.647+00:00
Giorgio Sfiligoi 126 Reputation points
answered 2021-02-08T06:30:52.943+00:00
Timon Yang-MSFT 9,576 Reputation points
1 answer

Azure App Service and VB.NET exe Issue

I have web application deployed on azure using Azure App service (WebApps). The application is built in .NET CORE 3.1 and Angular framework and the process calls another exe in the backend which is developed in VB.NET. That VB.NET exe is responsible…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,071 questions
asked 2021-02-04T13:15:53.657+00:00
AI 1 Reputation point
answered 2021-02-08T03:52:50.853+00:00
AI 1 Reputation point
1 answer

Username/Password login in Powershell Core with C#.net core-3.1

I am trying to call a power-shell script that is using New-AzSubscriptionAlias(that is creating a new EA subscription) from C#.net-core3.1. Below is sample on how i am calling that power-shell script in C#.net-core as string scriptFilepath =…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,418 questions
asked 2021-02-06T18:44:09.563+00:00
Anirban Goswami 256 Reputation points
answered 2021-02-07T21:47:28.457+00:00
vTech 6 Reputation points
1 answer One of the answers was accepted by the question author.

set variable of partial class

I have a generated clas (with soapui) I need to pas data to a class order This class has partial classes The code : This is what i try and th error i get .... Dim orders(1) As dpd_label.order orders(1) =…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
708 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,481 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,331 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,612 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-06T21:57:43.177+00:00
stoffel79 21 Reputation points
accepted 2021-02-07T20:13:27.063+00:00
stoffel79 21 Reputation points
4 answers One of the answers was accepted by the question author.

Issues with SQL Client Library and Connection in C#

I am having too many issues regarding how to connect using the right data provider: Here is the code below: using System; using System.Data.SqlClient; namespace CSharpConsole003 { class Program { static void Main(string[] args) …

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,951 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,420 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-06T18:11:28.823+00:00
JohnCTX 636 Reputation points
accepted 2021-02-07T00:23:14.143+00:00
JohnCTX 636 Reputation points
1 answer One of the answers was accepted by the question author.

How to set up a hierarchical structure of .runsettings files in a solution

I have a solution containing several NUnit test projects. Each test project has its own runsettings file, that I use to parameterize the test of the corresponding test project. This is seen below: I am retrieving the TestRunParameters using…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
332 questions
asked 2021-02-05T13:13:32.517+00:00
Marcel Müller 21 Reputation points
accepted 2021-02-05T15:16:49.663+00:00
Marcel Müller 21 Reputation points
1 answer

A connection was successfully established with the server. But then an error occurred during the pre-login handshake.(provider: TCP Provider, error: 0- The semaphore timeout period has expired)

Hello Senior!!, Now I facing this error("A connection was successfully established with the server. But then an error occurred during the pre-login handshake.(provider: TCP Provider, error: 0- The semaphore timeout period has expired)…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
729 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,420 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-01-12T05:17:15.153+00:00
wint zarchi htun 6 Reputation points
answered 2021-02-04T10:32:39.293+00:00
Zlatko Lovcevic 26 Reputation points
0 answers

Cmdlet out-display in Powershell stopped working

Making a rebuild of my GITHUB repository running DOCKER in BINDER to get a fresh NOTEBOOK in JUPYTERLAB I had to use a new version of .NETS interactive tool: global Microsoft.dotnet-interactive --version 1.0.155302 --add-source…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,481 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,418 questions
asked 2021-02-04T08:22:18.003+00:00
Henning Reckey 1 Reputation point
1 answer

Microsoft.Office.Interop.Excel.dll is it require on host PC.

I have created an application in VB.net on Visual Studio 2017. I have referenced Microsoft.Office.Interop.Excel.dll with Embed Interop Types set to True. However when I run the compiled software on a friends machine (running Microsoft 365) the print…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-03T19:47:44.973+00:00
Dave the Golfer 1 Reputation point
answered 2021-02-04T02:58:56.857+00:00
Jerry Cai-MSFT 986 Reputation points
2 answers

How to create valid setup project for NET 5.0 solution having multiple interlaced exe projects sharing same dlls?

Hi! I have upgraded multi project windows Framework 4.8 solution to NET 5.0. and... Microsoft Visual Studio Installer Projects 0.9.9. setup project is having trouble recognizing shared dll-s. Details... Setup's target installation is,…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,724 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,700 questions
asked 2021-02-01T17:53:15.753+00:00
vb 276 Reputation points
commented 2021-02-03T21:26:04.007+00:00
vb 276 Reputation points
1 answer

Exercise - Scale a web app manually - app doesn't run

While studying the Azure exercise "Scale an App Service web app to efficiently meet demand with App Service scale up and scale out" part 3, I input the command to run the web app, and go t the following output: dotnet run It was not possible to…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,071 questions
asked 2021-01-28T20:38:36.143+00:00
Dan Py 1 Reputation point
commented 2021-02-03T18:16:37.587+00:00
Grmacjon-MSFT 16,956 Reputation points
2 answers One of the answers was accepted by the question author.

How to prebuild C# generics before runtime

Hi, Currently, C# generics are built at runtime. First time, generics execution is very slow because runtime compilation. How to avoid runtime compilation...how to get target x64 or x86 binaries where generics are already compiled to native binary. …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,724 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
324 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,420 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,700 questions
asked 2021-01-14T14:45:11.157+00:00
vb 276 Reputation points
commented 2021-02-03T17:40:16.69+00:00
vb 276 Reputation points
1 answer One of the answers was accepted by the question author.

How can I use IDisposable in a class derived from a class that's implementing IDisposable already?

I'm trying to understand how Finalizers and IDisposable are supposed relate to each other in a class hierarchy. Given I have a class that's deriving from a base class, both classes have unmanaged resources. How would I implement Finalizers and…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,420 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
asked 2021-02-03T00:15:00.963+00:00
AxD 661 Reputation points
commented 2021-02-03T12:57:15.63+00:00
AxD 661 Reputation points