54,015 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Help fixing template logging code

In the line return $log, "testVoid4"; I'm getting this compile error: 'void' function returning a value I don't understand why when $log, is called with just a single argument void_wrapper is returning anything else than void. How I could make…

Developer technologies | C++
asked Jul 16, 2025, 6:42 AM
Lilo 40 Reputation points
commented Jul 19, 2025, 2:11 AM
Lilo 40 Reputation points
1 answer

How do I get signed in with the Authenticator app if I can’t use the app to log in

How do I get signed in with the Authenticator app if I can’t use the app to log in I got a new phone and now I’m completely locked out of my account

Developer technologies | Windows Forms
asked Jul 18, 2025, 7:34 PM
Michael Lang 0 Reputation points
answered Jul 19, 2025, 2:06 AM
Ali Ali 0 Reputation points
2 answers One of the answers was accepted by the question author.

Visual Studio 2013 license not working after move to new machine

Purchased Visual Studio Professional 2013 back in 2013 or 2014. Installed on a laptop. Never installed on any other device. Ancient laptop is close to death, so I started moving to a new Windows 11 laptop. I installed VS 2013 from the original DVDs a…

Developer technologies | Visual Studio | Setup
asked Jul 18, 2025, 5:05 PM
Clark Coleman 0 Reputation points
accepted Jul 19, 2025, 1:59 AM
Clark Coleman 0 Reputation points
2 answers

.net maui Passing Multiple Parameters

Using Visual Studio Community 17.14.9 .Net9 Maui App I have an app using MVVM with 8 pages and wish to pass 2 objects (ObsLocation class) and (string) from my ProjectSelectionPageViewModel to my LocationPageViewModel using the following code. location =…

Developer technologies | C#
asked Jul 17, 2025, 6:29 AM
John Rutherford 21 Reputation points
answered Jul 19, 2025, 1:06 AM
John Rutherford 21 Reputation points
8 answers

How to Debug Remote MAUI App Launch

I have a .NET 9 MAUI app being deployed to a remote Xcode iOS iPhone 16 Plus. All components have the latest release software. The deployment is successful, and the application is launched and the splash screen displayed on the phone. However, the first…

Developer technologies | Visual Studio | Debugging
asked Jul 1, 2025, 10:53 AM
Marc George 191 Reputation points
commented Jul 18, 2025, 10:02 PM
Marc George 191 Reputation points
2 answers One of the answers was accepted by the question author.

Is it still the case that a Blazor WebAssembly cannot reference a Blazor Server-Side project?

I'm working on rewriting an old ASP.NET WebForms app. I've created an ASP.NET Core Blazor app using .NET 9, with both a server-side project and a WebAssembly (Client) project. The server-side project has the Home page and allows the user to change the…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 17, 2025, 8:24 PM
Falanga, Rod, DOH 270 Reputation points
accepted Jul 18, 2025, 7:37 PM
Falanga, Rod, DOH 270 Reputation points
0 answers

NVIDIA GPU Missing After Accidental Uninstall – GTX 760 Not Detected

Hey everyone, I really need help. I accidentally uninstalled my NVIDIA GPU (GTX 760) from Device Manager. After that, my screen got stretched and the NVIDIA Control Panel started showing an error: “No NVIDIA GPU detected.” I tried the following…

Developer technologies | XAML
asked Jul 18, 2025, 7:08 PM
jhonsip ortan 0 Reputation points
4 answers

What are the advantages always square brackets sql server objects inside procedure

Hi What are the advantages always square brackets sql server objects inside procedure? --proc format 01 CREATE [schema].[Proc_getdata01] AS BEGIN SELECT [column01],[column01] FROM [schema].[table] WHERE [column03]='01'; END GO --proc format…

Developer technologies | Transact-SQL
SQL Server | Other
asked May 29, 2021, 11:10 AM
Tharindu Dhaneenja 1 Reputation point
commented Jul 18, 2025, 3:28 PM
Todd Moyer 0 Reputation points
0 answers

Need to delete/reset MS365 Developer Account

I need help deleting or resetting my Microsoft 365 Developer Program account associated with my email address. I mistakenly set up the account for Personal Use instead of small business and do not have sandbox access. I tried setting up a new account…

Developer technologies | .NET | .NET Runtime
asked Jul 18, 2025, 3:21 PM
Herb Wolff 0 Reputation points
1 answer

How to load Langauge Server (LSP) when loading the extension package

I have a requirement of loading the Language Server (LSP) explcitly without opening any file (of the Language Server's content type). But currently the Langauge Server gets loaded only when a file of this content type is opened. Is there a way to load…

Developer technologies | Visual Studio | Extensions
asked Jul 14, 2025, 2:45 PM
Sajith 21 Reputation points
commented Jul 18, 2025, 3:19 PM
Sajith 21 Reputation points
0 answers

My report does not populate with the correct data when i change parameters. How do I fix this?

Correct Changed my times, but page does not update with correct batch start time. SQL tables are correct.

Developer technologies | Visual Studio | Testing
asked Jul 18, 2025, 2:45 PM
Martin Rondell 0 Reputation points
1 answer

How to open a new file in memory in visual studio using my editory factory

I want to open a new .sql file in memory not in the disc and also when the file is open i want to use my editory factory to it I tried this method to create a new .sql in memory file but using this way I am not able to use my editory factory to it. var…

Developer technologies | Visual Studio | Extensions
asked Jul 11, 2025, 6:50 AM
Vasu Bansal 20 Reputation points
commented Jul 18, 2025, 12:22 PM
Varsha Dundigalla(INFOSYS LIMITED) 245 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
commented Jul 18, 2025, 11:25 AM
Varsha Dundigalla(INFOSYS LIMITED) 245 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

This missing dSYM file is required to process crashes

When I release the app and install it on a device, I see the following message in the Firebase Crashlytics page: 'This missing dSYM file is required to process crashes.' How can I fix this warning to log crash analytics data?

Developer technologies | .NET | .NET MAUI
asked Jul 16, 2025, 11:57 AM
Bhuwan 1,026 Reputation points
accepted Jul 18, 2025, 11:14 AM
Bhuwan 1,026 Reputation points
3 answers One of the answers was accepted by the question author.

Graph api createUploadSession returns 401 on uploadUrl

Hello, This code has been running for 2 years, now it started to fail after we paid an unpaid subscription. not sure it's because of that but here we are. I am using a registered application to get the bearer token for this after making a post request…

Developer technologies | C#
asked Apr 17, 2025, 8:20 AM
Kemal Yildirim 70 Reputation points
commented Jul 18, 2025, 11:09 AM
Utsav Uday Kadam 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can I fix 'Expecting an Identifier' on max and min in this line of Code?

float maxNum = std::numeric_limits<float>::max();

Developer technologies | C++
asked Jul 17, 2025, 10:00 PM
CDev-8220 385 Reputation points
commented Jul 18, 2025, 10:53 AM
CDev-8220 385 Reputation points
4 answers

Gmail Oauth 2 for smtp

I am working on integrating Gmail SMTP using OAuth2 in an ASP.NET Core Web API project. I am looking for a sample project or implementation guide that demonstrates how to configure Gmail's SMTP server with OAuth2 authentication in the context of an…

Developer technologies | ASP.NET | ASP.NET Core
asked Mar 29, 2025, 6:18 AM
Rajesh Kola 0 Reputation points
commented Jul 18, 2025, 10:42 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
2 answers

How to fix "Operation is not valid due to the current state of the object."

When I use aspnet-codegenerator I get this error even though I could use it normally before. How can I fix it? Thank you everyone !!

Developer technologies | ASP.NET | ASP.NET API
asked Mar 1, 2025, 1:10 AM
Dũng Tiến 0 Reputation points
commented Jul 18, 2025, 10:41 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
1 answer

Resources rules file 'Platforms/iOS/Entitlements.plist' not found.

Hello I am using visual studio 2022 for windows and trying to build a IOS archive file in on my windows box which should then be transferred to my connected MAC so that I can then publish the app- I keep getting this error Resources rules file…

Developer technologies | .NET | .NET MAUI
asked May 13, 2025, 6:44 AM
martin schneeberger 20 Reputation points
answered Jul 18, 2025, 10:34 AM
Michael Le (WICLOUD CORPORATION) 695 Reputation points Microsoft External Staff
1 answer

After VS installation, where are the VS environment variables (e.g. VS_INSTALL_DIR)?

After I install Visual Studio Community, where are the VS environment variables (e.g. VS_INSTALL_DIR)?

Developer technologies | Visual Studio | Setup
asked Jul 14, 2025, 5:45 PM
Ken Woolridge 0 Reputation points
commented Jul 18, 2025, 10:31 AM
Gade Harika (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff