54,117 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Integrate CMDITabBar into MDI MFC app

I would like to use CMDITabBar (from WinMerge) into a MFC MDI test application. Here is the test app: https://1drv.ms/u/c/dedcb6ef190b8fd4/ESppBUOCT-hJog-OyL43QXsBooSUM0liWkY9PHAeQo1FBw?e=BeSIzC The code for integration (CMainFrame header): protected: …

Developer technologies | C++
asked Jul 10, 2025, 10:45 AM
Flaviu_ 1,031 Reputation points
edited an answer Jul 11, 2025, 10:30 AM
Varsha Dundigalla(INFOSYS LIMITED) 155 Reputation points Microsoft External Staff
0 answers

Windows Shutdown

I have a small app written in .NET 9, VB. The app does use an xml data file. When shutting down the computer, this app prevents windows from shutting down to allow user to save work. This is despite the fact that NO data saving is required at the time…

Developer technologies | VB
asked Jul 11, 2025, 9:59 AM
Ford Prefect 0 Reputation points
commented Jul 11, 2025, 10:25 AM
Ford Prefect 0 Reputation points
0 answers

SSDT 2017 - TargetServerVersion issue with SQL Server 2019

Hi All, I have a computer on which I installed SSDT 2017 (standalone installer) 2-3 years ago. Offical MS site claims that Supported SQL Versions for SSDT 2017 are "SQL Server 2012 - SQL Server 2019". I can develop, deploy and run SSIS…

Developer technologies | Visual Studio | Extensions
asked Jul 11, 2025, 10:08 AM
Joerce30 0 Reputation points
1 answer

Good installer for visual studio 2019 c# projects

Still using Visual Studio 2019 professional. I have several independent solutions (single project solutions). I need to create an installer that installs 6 different projects on a computer. Right now, I have a single deployment project in each…

Developer technologies | C#
asked Jun 30, 2025, 3:27 PM
Darryl Hoar 181 Reputation points
edited a comment Jul 11, 2025, 10:07 AM
Gade Harika (INFOSYS LIMITED) 5 Reputation points Microsoft External Staff
0 answers

Open app from another app

Hi experts Working on 2 separate WinForms apps (.NET Framework 4.8 with VB) and going to msix bundle them to store. Once they both are installed how can I run one of them from within the other one? They are not associated with any file type, just need to…

Developer technologies | Windows Forms
asked Jul 8, 2025, 7:15 AM
StewartBW 1,830 Reputation points
edited a comment Jul 11, 2025, 9:51 AM
RLWA32 49,656 Reputation points
1 answer

How to generate RDLC report using loop?

I asked a question about this earlier here. But not getting the correct solution, I again asked for the help of experienced people. I have shown a sample of my data below. I want to print this data on separate pages according to empid. I guess it can be…

Developer technologies | ASP.NET | ASP.NET Core
asked Feb 6, 2025, 4:01 PM
jewel 1,206 Reputation points
commented Jul 11, 2025, 9:44 AM
Raymond Huynh (WICLOUD CORPORATION) 240 Reputation points Microsoft External Staff
2 answers

NuGet package issue (DLL cannot be found)

Hello, I have an Azure Functions project in Visual Studio 2022 (with the latest patch installed). I initially developed this project using .NET 6.0 about a year ago, and everything was working fine. Recently, I updated the project to .NET 8.0 and…

Developer technologies | ASP.NET | ASP.NET Core
asked Feb 5, 2025, 10:36 AM
Brian Vind Borgstrøm 0 Reputation points
commented Jul 11, 2025, 9:44 AM
Raymond Huynh (WICLOUD CORPORATION) 240 Reputation points Microsoft External Staff
0 answers

The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'.

I get this error in Visual Studio Version 17.14.8 when I want to start debugging my iOS project on my iPad: The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'. Please install it or try setting a…

Developer technologies | .NET | .NET MAUI
asked Jul 11, 2025, 9:32 AM
Kim Strasser 1,321 Reputation points
2 answers

What is the differences between Object class and Lock class in mutual exclusion in C#?

Hello, When should I use the Lock class and when should I use the Object class? What is the differences between Object class and Lock class in mutual exclusion in C#? using System.Globalization; namespace ConsoleApp3 { internal class Program { …

Developer technologies | C#
asked Jun 1, 2025, 2:20 PM
Shervan360 1,661 Reputation points
commented Jul 11, 2025, 9:29 AM
Adiba Khan 5 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

is there a path algorithm?

I am using .net android and I want to ask that is there any path algorithm? I have 3 line intersected I want to find a way from A to B and remove the other line

Developer technologies | .NET | .NET MAUI
asked Jun 23, 2025, 12:38 PM
mc 5,551 Reputation points
edited an answer Jul 11, 2025, 9:10 AM
Tony Dinh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
3 answers

How to fix error "operation could not be completed. Access is denied" that I am getting while sign the assembly.

When I am trying to sign the Assembly, I am getting below error. I am using Visual Studio Enterprise 2022 and framework 4.6.2. I tried using latest framework as well.

Developer technologies | Visual Studio | Setup
asked Jul 2, 2025, 6:14 PM
Aravind Muddeti 0 Reputation points
answered Jul 11, 2025, 8:57 AM
alaxender matthew 0 Reputation points
0 answers

Scrolling Issue on Tabbed Page in iOS When Adding Dynamic Labels

I am experiencing a scrolling issue on a tabbed page in iOS when dynamically adding labels. In most cases (approximately 8 out of 10 times), I am unable to scroll down after adding the labels. This issue occurs on both real and simulator devices. …

Developer technologies | .NET | .NET MAUI
asked Jun 17, 2025, 6:05 AM
Omkar Pawar 255 Reputation points
commented Jul 11, 2025, 8:43 AM
Omkar Pawar 255 Reputation points
1 answer

can't find my certificate pdf

i have passed an exam in c# 70-483. i have downloaded the transcript and the badge but i cant find the certificate to downloaded. where can i find my certificate? my certification id is 17085903

Developer technologies | C#
asked Jul 10, 2025, 7:46 AM
Spyridoula Avrilioni 0 Reputation points
answered Jul 11, 2025, 8:33 AM
Gade Harika (INFOSYS LIMITED) 5 Reputation points Microsoft External Staff
3 answers

Sending emails from dotnet8 web application

Hi, I have a dotnet8 web application which I am using to send emails from ******@mydomain.com (which is a google workspace account) via a smtp request using the following configuration: Domain = smtp.gmail.com Port = 465 A generated App Password…

Developer technologies | ASP.NET | ASP.NET Core
asked Mar 29, 2025, 10:57 PM
Daniel Giles 0 Reputation points
commented Jul 11, 2025, 8:20 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
1 answer

Best way to query Azure Synapse serverless/dedicated pool from .Net core 8 API

I am developing a .net core 8 API which retrieves data from Azure synapse dedicated pool and serverless and send as api response. I am using EF core now for the repository which queries the synapse using eager loading. But since the entities are huge and…

Developer technologies | ASP.NET | ASP.NET API
asked May 6, 2025, 1:21 PM
Abul Hassan 0 Reputation points
commented Jul 11, 2025, 8:19 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
1 answer

error in asp.net

i configoring ny project of asp.net and code vb.net i got this errror Error in project-level import 'app.config' at 'app' : 'app' is not accessible in this context because it is 'Friend'. i dont have in my project a file named app.config how can i…

Developer technologies | ASP.NET | ASP.NET API
asked May 1, 2025, 3:15 PM
Simon 466 Reputation points
commented Jul 11, 2025, 8:18 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
2 answers

Is there a way to expose a single aspx page for anonymous access in a .NET 4.7.2 ASP.NET Web Forms running with Azure AD Authentication?

We have a .NET 4.7.2 ASP.NET Web Forms application deployed under IIS running with Azure Active Directory Authentication. The web app is registered as an application on Azure AD and requires users to login before accessing the site. Is there a way to…

Developer technologies | ASP.NET | ASP.NET API
asked May 7, 2025, 3:19 PM
Ciaccio, Ed 0 Reputation points
commented Jul 11, 2025, 8:16 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
3 answers

how to show web api data in my sql

Hello We Have One Webapi running fine when we enter this url localhost/testapp/api/values/getdata now we need to insert this data automtically in my sql table how to do so please guide step by step { "Table": [ { …

Developer technologies | ASP.NET | ASP.NET API
asked Mar 27, 2025, 11:27 AM
RAVI 1,076 Reputation points
answered Jul 11, 2025, 7:56 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
2 answers

Web App taking high CPU when I am loading a particular web page.

My web app CPU going high when I am uploading a web page while the copy of uploading page working fine without any issue of CPU. Actual Page = mpn Page Copy = mpn1 I don't know what's going on

Developer technologies | ASP.NET | ASP.NET API
asked Feb 22, 2025, 8:41 AM
jasmeet ghai 0 Reputation points
answered Jul 11, 2025, 7:48 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
0 answers

color connverter

I have a converter public class SelectedAvatarMultiValueConverter : IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) { if(values.Length == 2 && …

Developer technologies | .NET | .NET MAUI
asked Jul 1, 2025, 8:56 PM
Eduardo Gomez 3,691 Reputation points
commented Jul 11, 2025, 7:41 AM
Michael Le (WICLOUD CORPORATION) 465 Reputation points Microsoft External Staff