how to get advertisement data in xamarin.ios
in xamarin.ios how to get advertisement data? I have discovered device
Developer technologies | .NET | Xamarin
.NET MAUI App and Community Toolkit MVVM NotifyPropertyChangedFor
I am testing some visual elements for a .NET MAUI Application. I imagined using something like the Community Toolkit Expander and have a page use "mutually exclusive" containers. The user taps a header and that section opens, while all other…
Developer technologies | .NET | .NET MAUI
Blazor Web App partly run code as WASM
I'm trying to create a register account page in Blazor Web App. I need the form submission callback to run on the client as it needs to set the authentication cookie, but I can't manage to achieve this. This is my current component code: @using…
Developer technologies | .NET | Blazor
How can I install an old Visual Studio Community version?
I want to install Visual Studio Community version 17.14.14 instead of the current version 17.14.19. I have already uninstalled all other Visual Studio versions. How can I install Visual Studio Community version 17.14.14? I have downloaded the VS 17.14.14…
Developer technologies | .NET | .NET MAUI
How can I set the environment variables to run a c++ programme from the command window when winsdk.bat fails to set WindowsSdkDir variables correctly?
When I run the VsDevCmd.bat file to configure a command window to allow me to compile C++ programs the following variables are NOT set: WindowsSdkDir WindowsSDKVersion WindowsSDKBinPath WindowsSDKVerBinPath This is because VsDevCmd.bat calls…
Developer technologies | C++
How to Convert MS Word to PDF in ASP.NET
I use NuGet's PDFSharp for merging PDFs, and it's great. But now I'm trying to see if I can read an MS WORD document and convert it into a PDF. I'm not sure PDFSharp or MigraDoc can do it. I know Spire.DOC will work, but it's not free. I can get it done…
Developer technologies | ASP.NET | Other
LSP - 'textDocument/publishDiagnostics' to a virtual editor
I am working on a Visual Studio extension that Opens Code editors using IVSUIShell.CreateDocumentWindow. Implements a Langauge Server (LSP) which is associated to these code editors 'textDocument/publishDiagnostics' that are sent from Language…
Developer technologies | Visual Studio | Extensions
All files from a forked GitHub Repo are locked (blue padlock) in VS2022
Hi, So I am having some major issues with Visual Studio 2022 and a GitHub-forked repository. The repository is under my own GitHub account - the same one as on my VS. The problem doesn't seem to come directly from GitHub, as I can edit it in a virtual…
Developer technologies | Visual Studio | Other
How to view my az-305 certificate.I am unable to view under my certificate
After passing my exam for az-305 I am unable to view my certificate
Developer technologies | Small BASIC
Resolve line issue
Hi, How to resolve The workload 'net8.0-ios' is out of support and will not receive security updates in the future. on the part below? <NETSdkWarning ResourceName="WorkloadIsEol" …
Developer technologies | XAML
.NET Core Window not showing correct content
I've created a WPF application targeting .NET core. I have a GUI defined in a file named MainWindow.xaml The Main window displays fine when the program is executed. When the GUI runs there's, a button named "About". When the…
Developer technologies | .NET | Other
Theming ToolStrip buttons using Image service
I am trying to use images for ToolStrip buttons using Image service following this- https://learn.microsoft.com/en-us/visualstudio/extensibility/image-service-and-catalog?view=vs-2022 But this is not working with changing themes. I have tried setting the…
Developer technologies | Visual Studio | Extensions
Haven an issue related with asyncronious DbContext actions in unit tests.
Haven an issue related with asyncronious DbContext actions when run unit tests for ASP.NET MVC Controller. The error message is: "System.ArgumentException : Argument expression is not valid"
Developer technologies | ASP.NET | ASP.NET Core
Exception throw in WorkflowViewElement
In our WPF application we are using WorkFlowDesigner. Currently we are facing an issue with WorkflowDesigner and WorkflowViewElement. When the user switch views some times it's throws a null reference exception. Based on our analysis it is found that…
Developer technologies | C#
iOS project error: IL Trimmer has encountered an unexpected error.
I get two errors when I debug an empty iOS project on my iPad Air in Visual Studio Community 2026 Insiders 11123.170. IL Trimmer has encountered an unexpected error. Please report the issue at https://aka.ms/report-illink The file…
Developer technologies | .NET | .NET MAUI
iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_
I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…
Developer technologies | .NET | .NET MAUI
How to deploy and debug a program from a devcontainer on a remote system?
My desired workflow would be to open my C++ project in VS22 on my Windows system, built the binary in a Linux based devcontainer and deploy it for remote-debugging to another system or VM. While the first part of it works without any issues, I ´m…
Developer technologies | Visual Studio | Debugging
Graph API RevokeSignInSessions not invalidating refresh tokens
I am trying to use MS Graph RevokeSignInSessions to invalidate a user's refresh tokens to enforce the user to login when the existing access token expires. I set the lifetime of access token to 5 mins. In my tests, when the request completes…
Developer technologies | .NET | Entity Framework Core
Hundreds of linker errors not even related to my program.
Okay, since microsoft loves messing things up and intruding on people, maybe you can fix this mess from your VS. I have hundreds of linker errors suddenly start appearing from a development that was working fine until I decided to include a dropdown box.…
Developer technologies | Visual Studio | Debugging
Federation Proxy Service(Microsoft.IdentityServer.ProxyService) crashed with object disposed exception
**Service - **Microsoft.IdentityServer.ProxyService.exe(v10.0.17763.1728) Server - Windows Server 2019 Standard I am getting following error with federation proxy service(Microsoft.IdentityServer.ProxyService.exe)- Application:…