Visual Studio 2022 professional product version 17.8.1 security update
Hello Team, I am currently working on a vulnerability fix for Visual Studio. I have enabled the administrative update registry key to allow patching via SCCM. I have Visual Studio 2022 product version 17.8.1 installed on my device. However, it is marked…
Developer technologies | Visual Studio | Debugging
Configuring First-Person Camera in SlimDX and Assimp
I'm developing a first-person shooter using SlimDX and Assimp, but I'm encountering some issues while trying to connect the camera and player classes. Below are the relevant code snippets: private GameplayScreen(IntPtr hInstance) : base() { …
Developer technologies | Visual Studio | Other
I do not know why i am getting CS8802 for the Adding Logic Decision to your code challenge...the subscription challenge, why?
I am doing the Subscription Challenge in the Adding Logic Decision to your code. I keep getting CS8802. This is even when I copy the code from Microsoft, and run it What am i doing wrong? I am new to coding, but have not had a problem until now.
Developer technologies | C#
Line number and path or file name missing when logs maintain in azure applicationinsights for blazorWASM application
I had develop blazorWASM application logs using these links. I had used .NET core 6.0.I had use ILoggers<Type> logger…
Developer technologies | .NET | Blazor
Speech AI video translation has stopped working.
Previously working code is now failing. Seems to be on the Azure end as even the VideoTranslationSample app is also failing (https://github.com/Azure-Samples/cognitive-services-speech-sdk). In general, the Translation says it has succeeded, but the…
Developer technologies | .NET | .NET Machine Learning
License Type of .Net Framework 4.8
Hello All, We are currently using .Net Framework 4.8 in our project and need some information regarding the 'License Type' of .Net Framework 4.8. We would want to know what type of license does .Net Framework 4.8 fall under. Like is it MIT or Apache or…
Developer technologies | .NET | .NET Runtime
Upgrade and modernize Web App- ASP.net MVC to Rect JS+API 8.0
Current State- ASP.NET MVC 4.8 Future State- React JS+ API 8.0 and host Azure contanerized apps Can you pls provide the clarification, How will UI part design, Req, Res? API part - Design, Request, response part- how to design and integrate UI + API…
Developer technologies | C#
Morse Code Translator
For an assignment, I'm unable to use the strings. Only c-style strings. Any help in solving this problem would be highly appreciated. Source: Online Morse Code Translator a5.cpp:45:10: error: invalid operands to binary expression ('char [1]' and…
Developer technologies | C++
"INTERNAL COMPILER ERROR" CL.exe exited with code -529706956
VS2019 was fine on my small project. I found my problem to be close to https://godbolt.org/z/Y1xoGPMba reported one year ago without answer here…
Developer technologies | Visual Studio | Testing
Deployment WPF as self contained
Hi, I used visual studio 17.3.4. I published WPF app as self contained in .NET 9 to folder , the publish process succeeded. But the generating exe is not running ? Why? How it can be solved ? Thanks,
Developer technologies | Windows Presentation Foundation
.NET MAUI Blazor Hybrid App Publish to Windows
Hi, When I am trying to publish .NET MAUI Blazor HYbrid App to Windows I get the below error, Thepub.xml files are present though Captureerrorfile.PNG Captureerrofile2.PNG
Developer technologies | C#
Problem installing Visual Studio
Hello I have Windows 7 and after a year I decided to update Visual Studio 2017 but after the update it won't open anymore. I even installed version 2022 and the same error still appears. I even deleted all its folders and files once and reinstalled it…
Developer technologies | Visual Studio | Setup
This message has not yet been submitted for delivery. For more information, see help
Hi Team, I am trying to send an Email through Dynamics Marketing, it is showing this error: This message has not yet been submitted for delivery. For more information, see help. The mail is working fine if I try to send using Marketing Email,…
Developer technologies | Small BASIC
How to convert SOAP WCF services 4.8 to .net core 8.0, any microsoft tools have to convert?. Provide the steps for any one know about. 1. Anything Simple upgrade version, 2. Code refctor required. 3. compatible framework support required.
How to convert SOAP WCF services 4.8 to .net core 8.0, Any microsoft AI tools have to convert?. Provide the steps for any one know about. Simply upgrade version is required for this conversion, Code refctor required for this migration. compatible…
Developer technologies | C#
HTTP Error 500.30 - ASP.NET Core app failed to start
After upgrading Visual Studio to version 17.11, my Web API stopped working and I get an error: HTTP Error 500.30 - ASP.NET Core app failed to start Common solutions to this issue: The app failed to start The app started but then stopped The app started…
Windows development | Internet Information Services
Developer technologies | Visual Studio | Other

Visual Studio Code
hi expert, I facing visual studio code after I login the azure tool , that is no have resource menu feature are showing out ? how i can fix it? I already install with latest VS and Azure Tool version. it should be like
Developer technologies | Visual Studio | Extensions
Microsoft.Data.SqlClient raised a timeout after 32 seconds when connecting to Azure SQL server
I have a timely Azure Function wrote in .net core 8, and it uses Microsoft.Data.SqlClient, to connect to Azure SQL DB, here is a sample of the code:- The main method:- public async Task Run([TimerTrigger("0 0 5 * * *")] TimerInfo myTimer) //…
Developer technologies | C#
Microsoft.Graph.Models.Message, Email Error: At least one recipient is not valid., Recipient 'itsupport@***.com;logs@****.com;SharePointDev@***.com' is not resolved. All recipients must be resolved before a message can be submitted.
I have this code to send emails inside Azure Function:- private async Task<string> SendEmail(string titletext,string bodytext, string to) { var credential = new DefaultAzureCredential(); var graphClient = new…
Developer technologies | C#
If I upload image to my web App with ASP.NET CORE and Blazor Assembly StandAlone App to the folder Uploads My question is How to show all images to the new page using coding above
@page "/view-page" <h3>Blank View Page</h3> @for (int i = 0; i < tshirtItems.Count; i++) { var index = i; <div class="tshirt-section"> <img src="@tshirtItems[i].ImagePath" alt="T-Shirt…
Developer technologies | ASP.NET | ASP.NET Core

.cs file is not loading in designer mode in Visual Studio
Error as "Timed out while connecting to named pipe" Stack Trace: Hide Call Stack1.Hide Call Stack 1.Hide Call Stack 1. Hide Call Stack at Microsoft.DotNet.DesignTools.Client.Host.ServerProcess.d__39.MoveNext() --- End of stack trace…