54,012 questions with Developer technologies-related tags

Sort by: Updated
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 2025-07-11T06:50:32.34+00:00
Vasu Bansal 20 Reputation points
commented 2025-07-18T12:22:54.8833333+00:00
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 2025-07-02T18:14:21.13+00:00
Aravind Muddeti 0 Reputation points
commented 2025-07-18T11:25:41.4066667+00:00
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 2025-07-16T11:57:22.72+00:00
Bhuwan 1,026 Reputation points
accepted 2025-07-18T11:14:53.1433333+00:00
Bhuwan 1,026 Reputation points
4 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 2025-04-17T08:20:45.0266667+00:00
Kemal Yildirim 70 Reputation points
answered 2025-07-18T11:09:42.1066667+00:00
Utsav Uday Kadam 0 Reputation points
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 2025-07-16T06:42:33.8366667+00:00
Lilo 40 Reputation points
edited a comment 2025-07-18T11:09:35.85+00:00
Varsha Dundigalla(INFOSYS LIMITED) 245 Reputation points Microsoft External Staff
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 2025-07-17T22:00:26.92+00:00
CDev-8220 385 Reputation points
commented 2025-07-18T10:53:53.33+00:00
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 2025-03-29T06:18:20.99+00:00
Rajesh Kola 0 Reputation points
commented 2025-07-18T10:42:25.5933333+00:00
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 2025-03-01T01:10:34.3433333+00:00
Dũng Tiến 0 Reputation points
commented 2025-07-18T10:41:02.4666667+00:00
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 2025-05-13T06:44:59.55+00:00
martin schneeberger 20 Reputation points
answered 2025-07-18T10:34:52.3733333+00:00
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 2025-07-14T17:45:00.7566667+00:00
Ken Woolridge 0 Reputation points
commented 2025-07-18T10:31:34.7366667+00:00
Gade Harika (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
2 answers

How to fix error : The SDK 'Microsoft.NET.Sdk.Web' specified could not be found.

I followed this https://stackoverflow.com/questions/67049414/windows-or-visual-studio-2022-cant-find-the-latest-installed-net-sdk-due-to-bi/67049415#67049415 and I still received the same error despite restarting the application to make sure the changes…

Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
asked 2023-11-17T19:15:39.3766667+00:00
Brayan Escamilla Reyes 5 Reputation points
edited a comment 2025-07-18T10:22:41.6933333+00:00
David Meier 0 Reputation points
4 answers

Attaching to WSL process from a visual studio extension.

I can attach to a WSL process in visual studio by going Debug -> 'Attach To Process' in the menu, then setting the 'Connection type' to 'Windows subsystem for Linux', selecting the process from the list, and clicking the 'attach' button. How can I do…

Developer technologies | Visual Studio | Extensions
asked 2025-06-02T10:10:24.7433333+00:00
Kev Martin 0 Reputation points
answered 2025-07-18T10:13:32.5133333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 90 Reputation points Microsoft External Staff
3 answers

Getting error while configuring build pipeline for .net framework project on azure VM IIS

We are getting error while configuring build pipeline for .net framework project having single .sln file for 3 different applications using azure devops pipelines , ##[error]The nuget command failed with exit code(1) and error(Error parsing solution file…

Developer technologies | ASP.NET | Other
asked 2025-02-10T17:00:34.66+00:00
Nikhil Rasal 0 Reputation points
edited a comment 2025-07-18T10:08:38.9333333+00:00
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
3 answers

Blazor ValidationMessage being conditional

Hello, I have a registration form where the users can select if they are private or company. What I need is to make the Company Name validation conditional. Meaning, if they select a company it gets enabled and if they select a private it gets disabled.…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
asked 2024-12-03T11:08:10.6566667+00:00
Kuler Master 406 Reputation points
commented 2025-07-18T10:07:48.39+00:00
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
2 answers

Operation Not Supported on This Platform When Consuming WCF Service in .NET 8

untering the error "Operation not supported on this platform" while attempting to consume a WCF service from .NET 8. The service is built in .NET Framework with wsHttp security. The implementation involves passing a username, password, and a…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-04-10T15:58:46.18+00:00
danr 471996 0 Reputation points
commented 2025-07-18T10:06:31.5766667+00:00
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
2 answers

How to add API Authentication and authorization in web server (Kestrel - Self hosted) created in .Net Standard 2.0.

I want to add API Authentication and authorization in our web server (Kestrel - Self hosted) created in .Net Standard 2.0. I want to use Windows authentication here. We found that this can be done using the AddNegotiate() in…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-04-02T03:57:56.56+00:00
Amol Rajput 0 Reputation points
commented 2025-07-18T10:05:27.23+00:00
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
1 answer

Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException Failed method Dynatrace.OneAgent.Introspection.InterceptingStream<ReadAsync> movenext

Getting exception while logging the log into the transaction tables with more than 3k requests What did you try and what were you expecting? : We tried with below code changes into program.cs file, but don't have luck still getting same…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-05-05T10:27:45.6633333+00:00
Dilip Kolekar 0 Reputation points
answered 2025-07-18T09:55:27.46+00:00
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
1 answer

Application Insights not being updated after releasing new version of .NET Framework app service

I released a new version of .NET Framework Web API to an Azure app service and the telemetry reported to Application Insights on Azure has drastically reduced. The app appears to be running fine but a lot of the requests previously being logged are no…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-05-02T09:50:15.79+00:00
Tom 6 Reputation points
edited an answer 2025-07-18T09:45:54.16+00:00
Raymond Huynh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
0 answers

Your Teams app is an absolute disaster. It’s beyond frustrating — I don’t receive photos or messages on my computer, and they randomly show up on my phone, if I’m lucky. This is not a one-time glitch, this is a consistent, widespread failure. Everyone I k

Your Teams app is an absolute disaster. It’s beyond frustrating — I don’t receive photos or messages on my computer, and they randomly show up on my phone, if I’m lucky. This is not a one-time glitch, this is a consistent, widespread failure. Everyone I…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-06-30T02:21:38.13+00:00
natalia natalia 0 Reputation points
commented 2025-07-18T09:43:13.4733333+00:00
Harry Vo (WICLOUD CORPORATION) 325 Reputation points Microsoft External Staff
3 answers

Asp Net, MVC design patterns

Good afternoon, I'm currently developing in ASP.NET using the MVC 5 framework, and I have SPA applications. I want to migrate or unify my SPA applications into a single project. The project will have charts, reports, forms, and approximately 20 pages.…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-03-22T19:20:25.59+00:00
intel intel 0 Reputation points
answered 2025-07-18T09:31:14.3566667+00:00
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff