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
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
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
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#
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++
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++
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
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
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
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
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
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
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
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
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
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
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
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
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)
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.…