Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
Seed Data without entity (join table)
Hello, I've this configuration in my DBContext class : modelBuilder.Entity<Topic>() .HasMany(t => t.Keywords) .WithMany(k => k.Topics) .UsingEntity(j =>…
Environment Variable : ArgumentException: Format of the initialization string does not conform to specification starting at index 0
Hello Houston, I've got a problem! I read somewhere that we can utilize an environment variable to configure the connection string, and we can provide new values in CI/CD pipelines. Consequently, I modified my appsettings.json file to rely on an…
HPC Pack 2019 - Unable to connect to the head node running cluster manager on the head node server
I'm having trouble starting HPC Cluster Manager and Job Manager locally on the Head Node, getting the following error almost every time (sometimes it works): Unable to connect to the head node. The connection to the management service failed. detail…
Problem with Remote Desktop Service.
Hi, I don't know how it happened, but the "Remote Desktop Services" service disappeared, so I can't reach the server using RDP. At the moment, I can only log in using VNC. How can I restore TermService? Kind regards, Lukasz
VS 2022 - Unable to start program The debugger is not properly installed. Run setup to install or repair the debugger.
Hi. I try to run/debug C/C++ project and I keep getting this error message. I tried to repair VS 2022 from the installer with no success. I tried to remove it completely using InstallCleanup.exe and installing it back with no success. …
“a specified logon session does not exist. it may already have been terminated”
a specified logon session does not exist. it may already have been terminated - after i joined the device to azure active directory -i cannot access our shared folder in our server after i joined the device to azure AD and use office 365 account…
Cant install windows 10
Im trying to boot a new windows 10 instalation, after inputing the code it says it cant find the drivers(doesnt detect hard drive)
How to reinstall Microsoft Store
Since I manage Windows 10 and do not use Microsoft Store applications in my business, I deleted them all with the following command. Get-AppxPackage | findstr PackageFullName Remove-AppxPackage -Package "XXXXXXX" …
Spatial SQL (in SSMS - using T-SQL) - STIntersect and STContains doesn't return the correct result
Trying to find All the routes that pass through a buffer of 5km around a random point. Background: I have multiple routes stored as linestring of type geography using the following query. The linestring is valid. INSERT INTO routes (route_id,…
Onedrive deleted my computer files
Hi! I accidentally synced my onedrive to my computer and it automatically uploaded all my computer files up to my onedrive. In a panic, I cancelled the upload midway and deleted the uploaded computer files on onedrive. After an hour I noticed that…
Create Managed Metadata Field not an Option in a Microsoft My Lists List But all Other Sites Are Fine
Hi, this is very perplexing why creation of a new MMD field is available in all sites with similar…
Can't Find My Resource
This is going to sound incredibly dumb, but I am a developer trying to figure out this whole Azure thing so please have patience with me. I created a website many many months ago, and I hosted it in Azure. I know it is hosted in Azure because it has a…
Intune certificate connector redundancy configuration
Hello everyone. In my organization we have been using Intune for more than a year for the distribution of certificates for authentication in the corporate wi-fi. For this we have an offline certifier and a certifier that issues certificates (2 Tier…
What is user starting S-1-5-21-1687699058... ?
In the Role Manager section: I see a user added that has name S- 1 -5-21 -1687699058-... What is this user? can I safely delete it? (is there any documentation regarding this?) THanks,
Error timeout from asp.net 4.5 mvc to WCF service
I have an asp.net mvc 4.5 app that makes requests to a WCF service, the problem is that when the service takes more than 30 seconds the mvc cuts the connection to the service, the wcf service keeps running and makes the changes to the database and…
How to add run a script in mail rules in outlook 365?
How to add run a script in mail rules in outlook 365?
Python Problem
python : El término 'python' no se reconoce como nombre de un cmdlet, función, archivo de script o programa ejecutable. Compruebe si escribió correctamente el nombre o, si incluyó una ruta de acceso, compruebe que dicha ruta es correcta e inténtelo de…
"Could not find the Database Engine startup handle" while trying to install SQL server 2022 Express Edition
Hi, Since yesterday, I was trying to install SQL Server 2022 Express edition on my Windows 10 laptop but it is getting failed due to the mentioned error. I tried to uninstall/reinstall, trying the ''troubleshoot errors related to system disk sector size…
TTS Rejecting Certain Characters
I've noticed that words are rejected (error 400) like this example: Курица - rejected because all of the letters are cyrillic (unicode) Курицa - allowed because the 'a' is ascii Is there an unwritten rule somewhere? How should I TTS phrases that are…

