53,982 questions with Developer technologies-related tags

Sort by: Updated
0 answers

How many threads can Splunk ODBC support concurrent reading simultaneously

Hi there, I would like to know how many concurrent threads Splunk ODBC supports reading data simultaneously? Thanks&Regards, zmsoft

Developer technologies C#
asked Jun 26, 2025, 5:53 AM
zmsoft 450 Reputation points
1 answer One of the answers was accepted by the question author.

How can I run vstest.console.exe in 32-bit mode using Visual Studio 2022?

I’m working on a .NET solution that depends on a 32-bit native DLL. Due to this dependency, I need the test host process to run in 32-bit mode to avoid runtime issues. However, I'm facing the following challenges: I'm using Visual Studio 2022, which…

Developer technologies Visual Studio Testing
asked Jun 24, 2025, 5:12 AM
Mahesh Kumar 40 Reputation points
accepted Jun 26, 2025, 5:48 AM
Mahesh Kumar 40 Reputation points
5 answers

Error trying to call a C# DLL from a C++ console app

I am on Windows 10 with VS 2022. I want to call a C# DLL from a C++ app. I am trying to register the C# DLL using regasm. I am getting the following error: C:\Users\dbaec\OneDrive\Forex\C++_App\C#_DLL\obj\x64\Debug\net6.0-windows7.0>regasm.exe…

Developer technologies C++
asked Jun 16, 2025, 5:00 PM
DonBaechtel-7903 171 Reputation points
edited a comment Jun 26, 2025, 5:40 AM
RLWA32 49,356 Reputation points
0 answers

Nuget restore task failed

I am seeing following error in the restore task: (command is restore ) C:\azp\agent\_work\1\s\source\R2T2CoreTests\R2T2CoreTests.csproj : error NU1101: Unable to find package Microsoft.VisualStudio.Web.CodeGeneration.Design. No packages exist with this…

Developer technologies .NET Entity Framework Core
asked Jun 25, 2025, 2:59 PM
tarun k 220 Reputation points
edited the question Jun 26, 2025, 5:04 AM
tarun k 220 Reputation points
1 answer One of the answers was accepted by the question author.

Maui toolkit popup window size controling

Hello all. I built a toolkit popup according the Microsoft doc. and I want that the width of the popup window to fill the screen width. How I do that. I tried horizontal option fill but that's not working. Thank you very much

Developer technologies .NET .NET MAUI
asked Aug 24, 2023, 2:03 PM
Haviv Elbsz 2,071 Reputation points
edited a comment Jun 26, 2025, 4:40 AM
shalin 0 Reputation points
0 answers

Which certificate does the VS installer use for verification of vs_installer.opc

I am trying to install the VS 2022 Build Tools on my build server. However, during installation, I am receiving the following error on the bootstrapper logs: [16a0:0011][2025-06-25T06:41:39] Download requested:…

Developer technologies C#
asked Jun 26, 2025, 3:50 AM
Aron Tsang 0 Reputation points
2 answers

Why Can't I Choose AnyCPU as Platform Target in MAUI Project Properties?

When I try to choose AnyCPU as Platform Target for a MAUI project, the drop-down list returns back to ARM64. What is, therefore, enforcing the ARM64 choice for the project? Visual Studio Version: 17.6.4 .NET SDK Version: 7.0.400-preview.23274.1 .NET…

Developer technologies .NET .NET MAUI
Developer technologies C#
asked Jun 29, 2023, 6:46 AM
dg2k 1,416 Reputation points
commented Jun 26, 2025, 3:08 AM
Saideep Anchuri 9,430 Reputation points Microsoft External Staff Moderator
0 answers

How to use the "userExperienceAnalyticsOverview" Graph API with C#

Encountering 400 errors when calling the "userExperienceAnalyticsOverview" Graph API in C# and through the Graph Explorer. The API appears to be functional based on Intune admin center. Seeking guidance on how to successfully implement this API…

Developer technologies C#
asked Jun 26, 2025, 2:48 AM
Alistar Jiang 0 Reputation points
0 answers

How to use the "userExperienceAnalyticsOverview" graph api?

I can see on the thread that this API is working, but when I call it on C # and use it on the graph explorer website, I always get 400 errors. How can I make this API work in the code? This is api document address: …

Developer technologies C#
asked Jun 26, 2025, 2:41 AM
Alistar Jiang 0 Reputation points
3 answers

How to create dynamic report depend on user input by ASP.NET Core?

I want to build a dynamic report by Asp.net core -EF-, I searched for many ways and ideas, but it doesn't support my idea, I am so disappointed, the core idea of my project is to get tables and columns names from the database and displays them for the…

Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET Other
asked Feb 26, 2023, 9:52 AM
Arwa Sami 20 Reputation points
answered Jun 26, 2025, 12:23 AM
SurferOnWww 4,641 Reputation points
1 answer One of the answers was accepted by the question author.

String Format Not Being Applied

<TextBox Background="#FAFAD2" Focusable="False" HorizontalContentAlignment="Center" Style="{StaticResource TextBoxKey}" Text="{Binding Path=LastUpdate, Converter={StaticResource…

Developer technologies XAML
asked Jun 24, 2025, 10:39 PM
RogerSchlueter-7899 1,446 Reputation points
accepted Jun 26, 2025, 12:06 AM
RogerSchlueter-7899 1,446 Reputation points
0 answers

Get error deploying to analysis services via VS 2022 Community to SQL 2019

Hello All, Hope you can help. I get an error trying to deploy my tabular package to SQL 2019 from VS 2022 community. I get a JIT error

Developer technologies Visual Studio Debugging
asked Jun 25, 2025, 10:28 PM
Cherise Woods 0 Reputation points
0 answers

Can't Deploy to Analysis Service Get Error

Hello, I have a new computer, new install of visual studio 2022 community and Analysis Services Project installed. I can't deploy my tabular project to SQL 2019 Analysis Services. I get the following error: See the end of this message for details on…

Developer technologies Visual Studio Debugging
asked Jun 25, 2025, 10:26 PM
Cherise Woods 0 Reputation points
3 answers

Value cannot be null. Parameter name: format visual studio 2022

I can create new and work in projects, I can save them and send them to my instructor and they can open them, but whenever I try to open one of my own projects again I get this: at System.String.FormatHelper(IFormatProvider provider, String format,…

Developer technologies VB
asked Feb 27, 2022, 12:29 AM
John Rinaldo 1 Reputation point
commented Jun 25, 2025, 10:14 PM
Will Howard 0 Reputation points
0 answers

How can I create an edmx using Visual Studio 2022 so I can get rid of Visual Studio Express 2010?

I use VS 2020, but I have kept Visual Studio 2010 for 10 years because the edmx (Entity Framework) for a very old app was built using that old VS. I would really like very precise instructions explaining how I can get rid of VS 2010 but still build the…

Developer technologies Visual Studio Setup
asked Jun 25, 2025, 9:31 PM
Ken Smith 190 Reputation points
1 answer

[Visual Studio 2022] Adding a Project Reference fails

Greetings All, I have a problem with Visual Studio 2022. Firstly, I should tell you that my VS2022 environment is as follows: Microsoft Visual Studio Community 2022 Version 17.14.3 VisualStudio.17.Release/17.14.3+36127.28 Microsoft .NET Framework …

Developer technologies Visual Studio Setup
asked May 31, 2025, 1:56 PM
RobDev 411 Reputation points
commented Jun 25, 2025, 8:54 PM
Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
1 answer

Cannot Save File message keeps popping up in Visual Studio 2022

While making changes to an MFC dialog using the resource editor, and then not making changes for a short while, Visual Studio 2022 keeps popping up a 'Cannot save file' message... It's as though it is trying to write away a temporary file somewhere, but…

Developer technologies C++
asked Jun 25, 2025, 7:22 AM
Trevor 0 Reputation points
answered Jun 25, 2025, 5:42 PM
Michael Taylor 60,146 Reputation points
3 answers One of the answers was accepted by the question author.

Windows Form project, sending e-mail error in C#

Hi, I tried several things sending email pragmatically, but get an error: code here: using System.Net; using System.Net.Mail; private void SendEmailOutlook(string toAddress, string fromAddress, string subject, string messageText, bool isHtmlMessage,…

Developer technologies C#
asked Jun 24, 2025, 2:32 AM
Gennady Gurin 146 Reputation points
commented Jun 25, 2025, 4:13 PM
Castorix31 90,441 Reputation points
1 answer

Supportability of XBAP + ClientFormsAuthenticationMembershipProvider + WCF Message Security + TLS 1.2-only in IE11 / PresentationHost.exe (.NET 4.8)

We are troubleshooting the following architecture scenario: Client: XBAP application (.xbap) running in IE11 / PresentationHost.exe on Windows Server 2022 WCF Service Binding: wsHttpBinding with Security mode="Message" (certificate used for…

Developer technologies .NET .NET Runtime
asked Jun 18, 2025, 10:37 AM
Sivagnanam Munusamy 0 Reputation points
answered Jun 25, 2025, 4:01 PM
Bruce (SqlWork.com) 77,681 Reputation points Volunteer Moderator
1 answer

Visual Studio Installer download stuck at 0 bytes

I tried to start VisualStudioSetup.exe multiple times, but download speed is 0B/sec: Adding this 93.184.215.201 download.visualstudio.microsoft.com to hosts file cannot helped. How can i fix this?

Developer technologies Visual Studio Setup
asked Oct 27, 2022, 11:06 AM
Seva Kraynov 6 Reputation points
commented Jun 25, 2025, 2:10 PM
Muhammad Bilal 0 Reputation points