54,144 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Xamarin how do I get the drawable folder as something that can be scanned automatically.

I want to make a grid with icons there are 256 of them and I do not want to have to enter the image source for each one of them. How can I do this with code?

Developer technologies | .NET | Xamarin
Developer technologies | Visual Studio | Other
asked 2023-06-13T23:37:04+00:00
Paul Arnold 1 Reputation point
commented 2023-06-20T08:04:45.28+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
1 answer

mp4 format can not be chosen in encoder 4 pro

Can Microsoft sort this software error out? This functionality is only available in the fully-featured Expression Encoder Pro. - SDKerror out? the issue:- when choosing mp4 format brings up an error asking to follow a payment link but the link…

Developer technologies | Small BASIC
asked 2023-02-28T13:15:49.1933333+00:00
bara pellumb 0 Reputation points
answered 2023-06-20T08:02:52.3566667+00:00
Nonki Takahashi 661 Reputation points
1 answer

Is it possible to get the width and height of the text drawn with the DrawText method?

I've got this question: I sometimes need the length and height of a text in "Graphics mode" when using "GraphicsWindow" with "DrawText()" or "DrawBoundText()". How can I calculate the length and height of a text…

Developer technologies | Small BASIC
asked 2023-06-01T19:33:08.8366667+00:00
Small Visual Basic 396 Reputation points
edited an answer 2023-06-20T07:47:22.05+00:00
Nonki Takahashi 661 Reputation points
1 answer One of the answers was accepted by the question author.

columns appearing multiple times in datagridview

I have created a CustomDatagridview by the following public partial class Paymentdatagridview : DataGridView { cusList = new Dictionary<string, string>(); cusList.Add("deepak(market)",…

Developer technologies | Windows Forms
Developer technologies | C#
asked 2023-06-18T12:22:36.54+00:00
rahul kumar 605 Reputation points
accepted 2023-06-20T07:29:25.1+00:00
rahul kumar 605 Reputation points
1 answer

Template Usage When Creating A Project

Playing around creating a Web App in VS that includes html, css, and javascript. The template I initially used was a Python template. It keeps wanting me to set the Startup file and forces me into a cmd whenever I try to run debug. I added an empty…

Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other
asked 2023-06-06T02:05:52.4833333+00:00
Steve Arndt 0 Reputation points
edited an answer 2023-06-20T07:16:44.8633333+00:00
Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
1 answer
asked 2023-06-14T12:01:37.4866667+00:00
Mubarak M. Umar 0 Reputation points
commented 2023-06-20T07:13:23.3066667+00:00
Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
1 answer

Visual Studio2022 C# ASP.NET Web(.NET Framework) ,There is a problem with the editing page

I do not know whether there is a bug in the software, my editing page will lack some functions. I added a web form.I noticed that there is no "源" button in the lower left corner of the edit page. I tried to click the "设计" button,…

Developer technologies | Visual Studio | Other
asked 2023-06-11T06:02:38.66+00:00
Yi Huang 0 Reputation points
commented 2023-06-20T07:06:09.6966667+00:00
Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
1 answer

How to modify the second parameter of PATHAPPEND with a user-defined variable? mine that is.

Question: I am trying to modify the second parameter of PATHAPPEND from "L "TEST" to a user-supplied variable that holds a directory address provided by the developer. Xiaopo Yang provided guidance on solving a problem with getting full…

Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
Developer technologies | C#
asked 2023-06-19T22:14:06.1166667+00:00
Thad T 26 Reputation points
commented 2023-06-20T06:54:50.9833333+00:00
RLWA32 49,666 Reputation points
0 answers

I need to have a certain wide string type in Xamarin and display it in an entry box

So I will have the characters in an image and get the mouse location. For the extra characters. these will be in the range between $100 - $1FF or 256 - 511. I also want the characters between $20 - $7E or 32 - 126 This would go into an Entry Box. How can…

Developer technologies | .NET | Xamarin
Developer technologies | Visual Studio | Other
asked 2023-06-12T20:06:03.81+00:00
Paul Arnold 1 Reputation point
commented 2023-06-20T06:20:40.0966667+00:00
Anonymous
3 answers

HTTP-500 error when connecting from FrontDoor with AAD authentication on Blazor Server

I created a Blazor Server app that uses the AAD authentication, referring to the following URL. https://learn.microsoft.com/en-us/azure/active-directory/develop/tutorial-blazor-server Then I deployed to AppService and this worked fine. After that, I…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
864 questions
Developer technologies | .NET | Blazor
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2023-06-06T10:13:37.4433333+00:00
takeolexus 180 Reputation points
answered 2023-06-20T06:08:54.9966667+00:00
takeolexus 180 Reputation points
1 answer One of the answers was accepted by the question author.

Get value from a Delegate in C#

Hello, How can I get value (here value is 100) from a delegate? public delegate int MyDel(int x); internal class Program { static MyDel MyMethod(int x) { MyDel my = x => x * x; return my; //100 } static void…

Developer technologies | .NET | Other
Developer technologies | C#
asked 2023-06-20T01:24:52.81+00:00
Shervan360 1,681 Reputation points
accepted 2023-06-20T02:44:34.31+00:00
Shervan360 1,681 Reputation points
0 answers

Embed a MAUI control inside a WinForms application

Hi, we have an old big application in WinForms. We want to switch at some point all of it to MAUI, but we can't do it in one go. We wanted to try switching one of the forms (a small window with not much functionality) to MAUI (somehow), and start…

Developer technologies | Windows Forms
Developer technologies | .NET | .NET MAUI
asked 2023-06-19T13:34:34.38+00:00
Carlos Chavez 0 Reputation points
commented 2023-06-20T02:35:52.71+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
0 answers

我要怎么在.NET MAUI上获得android端的调试SHA1和发布SHA1?

我希望在maui项目中的android端调用高德地图的api,因此需要获取android项目的调试SHA1和发布SHA1,但是尝试了很多方法后,依旧无法解决这个问题,请问我该如何获取SHA1?

Developer technologies | .NET | .NET MAUI
asked 2023-06-19T02:20:00.2866667+00:00
三元 龙 0 Reputation points
commented 2023-06-20T02:10:21.61+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

build razor page with ado .net stored procedure

sql server

Developer technologies | ASP.NET | ASP.NET Core
asked 2023-06-17T23:37:39.6466667+00:00
walter piol 20 Reputation points
accepted 2023-06-20T00:46:17.2266667+00:00
walter piol 20 Reputation points
0 answers

c++/winrt desktop app SplashScreen & delay can not be removed

I don't like the SplashScreen and the first show UI up delay time when I create an app from Windows Desktop Application(c++/Winrt) template in Visual studio 2019. What a terrible manner! I hate that way, and I don't know what the purpose for showing…

Developer technologies | C++
asked 2021-05-17T01:30:52.15+00:00
Henry Zhou 1 Reputation point
edited the question 2023-06-19T22:42:04.0166667+00:00
Sandra Aldana 5,381 Reputation points Admin
0 answers

Xamarin Forms IOS Keeps installing old version of app on Device

When I try to deploy to my ios device it install the very first version I deployed in this project, I have made tons of changes on the code and it doesn't compile the changes it just keeps installing the very first version(yeah, I'm very frustrated, lost…

Developer technologies | .NET | Xamarin
asked 2021-03-24T11:07:02.847+00:00
Elielson Anjos 31 Reputation points
edited the question 2023-06-19T22:41:33.5766667+00:00
Sandra Aldana 5,381 Reputation points Admin
3 answers

Failed to update API in Azure

Im trying to publish my .net3.1 webapp on Azure from Visual Studio. Visual studio fails on 'Starting to update your API' step, this is the output from visual studio: Build started... 1>------ Build started: Project: WebApplication_XXX, Configuration:…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,465 questions
Developer technologies | C#
asked 2021-09-07T17:57:54.053+00:00
Göran Mannberg 26 Reputation points
commented 2023-06-19T22:39:15.44+00:00
Seth Isaacks 51 Reputation points
2 answers One of the answers was accepted by the question author.

Enabling F &O D365 in visual studio 2019

Getting the following error msg. on reference files missing. his is the msg in the issue log:- Install Error : Microsoft.VisualStudio.ExtensionManager.MissingReferencesException: This extension cannot be installed because the following references are…

Developer technologies | Visual Studio | Setup
Windows for business | Windows Client for IT Pros | User experience | Other
asked 2023-06-15T05:36:22.84+00:00
Vincent anthony 40 Reputation points
commented 2023-06-19T20:42:33.54+00:00
Vincent anthony 40 Reputation points
2 answers One of the answers was accepted by the question author.

What is the process of adding an API to the most recent release of Blazor server?

Hello, What is the process for creating an instance of a class within a Blazor component and utilizing its methods? By "latest version," I am referring to the most recent release. thanks, Saeed

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | C#
asked 2023-06-19T06:01:56.26+00:00
Saeed Pooladzadeh 241 Reputation points
accepted 2023-06-19T20:33:49.63+00:00
Saeed Pooladzadeh 241 Reputation points
1 answer

How to resolve: System.IO.FileLoadException when loading WebGrease assembly

I'm encountering the following error message when trying to load the WebGrease assembly: "System.IO.FileLoadException: Could not load file or assembly 'WebGrease, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its…

Developer technologies | .NET | Other
asked 2023-06-15T15:09:50.58+00:00
sis2023 0 Reputation points
edited the question 2023-06-19T19:14:20.4033333+00:00
JamesTran-MSFT 36,911 Reputation points Microsoft Employee Moderator