358 questions with Developer technologies | .NET | .NET CLI tags
Erro na ativação do Dev Mode
Olá, suporte da Microsoft Dev Center, Meu Xbox está travado no Dev Mode Activation App com a mensagem “Device is being processed” e não consigo gerar um novo código para ativar o Dev Mode. Detalhes do problema: Já tentei limpar o Dev Mode no console. Já…
Developer technologies | .NET | .NET CLI
.NET profiling
Hi, Is only System.Management.Automation.Powershell enough or Microsoft.PowerShell also required to get cmdline arguments passed to powershell.exe -c? how to get the actual arguments now? I mean I have the COR_PRF_FUNCTION_ARGUMENT_RANGE Structure,…
Developer technologies | .NET | .NET CLI
.NET CLR Profiling
Hi, I am exploring how to profile .NET CLR. My plan is to use the profiling API and use functions like JITCompilationStarted to extract IL code of the entered command. Following is my general method: Set environment variables in a cmd window (as…
Developer technologies | .NET | .NET CLI
Data importation from excel promblem
How can i solve this in my SQL data importation TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: A network-related or instance-specific…
Developer technologies | .NET | .NET CLI
Intermittent Null Response from API in .NET Desktop Project
I’m currently working on a .NET desktop project, and I’m stuck with one issue. From the same API, I sometimes get a null response. But when I hit the API again, it returns the expected data. The server is always up and running—it’s not going down. The…
Developer technologies | .NET | .NET CLI
Setting up Windows.Diagnostics.Tracing.TraceEvent.dll in PowerShell 7
How can Windows.Diagnostics.Tracing.TraceEvent.dll be set up to run in PowerShell 7? A script is needed to identify which process is overwriting a file after editing it. However, the installation of the Windows.Diagnostics.Tracing.TraceEvent.dll module…
Developer technologies | .NET | .NET CLI
Bash.exe not working
Running Windows 11. When I run bash.exe I get a command-prompt-like window, which disappears after a couple of seconds??
Developer technologies | .NET | .NET CLI
How might the .NET CLI be adapted for better accessibility across screen readers and speech-to-text tools?
Is command output readable, and are error messages clearly structured for assistive tech users?
Developer technologies | .NET | .NET CLI
How do I put touchscreen on my chromebook, if its my schools?
All of my schools chromebooks are built in with touchscreen and for some reason mine won't work. I tried the search and shift then press t hack but it still wont work. pls help me
Developer technologies | .NET | .NET CLI
Azure CLI ERROR when add extensions: An error occurred. Pip failed with status code 1
Hi everyone I'm trying to add extensions in Azure CLI with the command: az extension add --name subscription however I get the following message: An error occurred. Pip failed with status code 1. Use --debug for more information. Here the debug…
Azure Machine Learning
Windows for business | Windows Server | User experience | PowerShell
Developer technologies | .NET | .NET CLI
How to fix error NU1100: Unable to resolve 'Microsoft.NET.Test.Sdk (>= 17.12.0)' for 'net9.0'
When I run this command: dotnet new mstest in PowerShell (my solution and project are in VSCode), I meet this problem: After that, following to the Manual Instruction, I run the command dotnet restore but I still meet that problem, I can't find any…
Developer technologies | .NET | .NET CLI
MSBUILD : error MSB1008: Only one project can be specified.
I am following a tutorial from a book to learn .NET 9. Summary: The tutorial starts by creating Two 'projects' in a solution that will be used throughout the remainder of the book. The projects are called 'DataContext' and 'EntityModels' At this point in…
Developer technologies | .NET | .NET CLI
En SSMA , cuando me conecto a la bd oracle me sale ORA-50007: Connection string is not well-formed
En SSMA , cuando me conecto a la bd oracle me sale ORA-50007: Connection string is not well-formed Migracion via ssma de oracle a SQL
Developer technologies | .NET | .NET CLI
az account management-group list
az account management-group list & az account management-group list --query '[?name=='''d4693b96-f607-4889-b993-dec11e5a793f''']' fails on the cli with permission issues and i am admin of the account
Developer technologies | .NET | .NET CLI
Visual Studio 2022 won't connect to NuGet
Visual Studio 2022: [nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. An error occurred while sending the request. The underlying connection was closed: An unexpected error occurred on a send. Unable to read…
Developer technologies | Visual Studio | Other
Developer technologies | .NET | Other
Developer technologies | .NET | .NET CLI
DbProviderFactories Registration Issue in .NET 9 with C++/CLI Loader DLL
Update#2 on April 17 2025 I tried included the system.data.oledb 9.0.4 .nuget package in share.vcxproj and changed share.cpp to "using System.Windows.Forms; using System.Data.Common; using System.Data.OleDb; namespace Share { public static class…
Developer technologies | .NET | .NET CLI
Installing the .NET Framework 3.5 feature on Windows 11
Hello, I'm trying to enable or install the .NET Framework 3.5 feature on my Windows 11 computer. It's currently listed in the Windows Features menu but not activated. When I try to enable it, I get an error code 0x800F0950 and have no way to install it.…
Developer technologies | .NET | .NET CLI
DbProviderFactories registration fails in .NET 9-windows when run through C++/CLI loader DLL
Hi, I am converting our c# .Net 4.8 applications to .Net9-windows. This is my primary goal. The problem is that I am getting this error "--->Exception: ArgumentNullException :Value cannot be null. (Parameter 'factory')--->Stack: at…
Developer technologies | .NET | .NET CLI
Why can't I change directory path of dotnet core sdk from C drive to S drive?
After a long try, I installed the dotnet core on my computer. But the location PATH in the environment automatically stores the installed data of the dotnet core in the C drive. I want to change the directory path to S drive. How can I change the…
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
Developer technologies | .NET | .NET CLI
"HTTPSConnectionPool Max retries exceeded with url error" when deploying azure function app.
I am trying to deploy functionapp using the CLI by running the command az functionapp deployment source config-zip -g Development -n <function-name> --src <output-directory.zip> but keep getting this error…