Using Visual Studio Professional 2022 Version 17.14.19 - Viewing values of local variables in async methods
I am not able to see the values of local variables within async methods when attaching the Visual Studio debugger to a remote process. The issue is only happening with ASYNCHRONOUS methods. The values of locally declared variables within synchronous…
Developer technologies | C#
how to ratate matrix ?
I have matrix and I want to rotate it. what I am doint is according matrix to paint something,and this is my matrix : bool[,] matrix; if one point(x,y) is true then I will draw the pixel otherwise not. I want to rotate it by 90degree,180…
Developer technologies | .NET | .NET MAUI
Is it possible in .net Maui to get access to the current binding for a bindableproperty?
I want to be able to access the binding for a bindable property not the bound value the BindingBase that was created that controls the binding process. Specifically I want to get the path that was specified when the binding was created (usually in…
Developer technologies | .NET | .NET MAUI
Not getting purchase information of subscription
I'm using the windows_iap package for implementing in-app purchases in my Windows Flutter app. However, whenever I run the app or create an MSIX package and check for purchases, I consistently receive empty results or messages indicating that no purchase…
Developer technologies | C++
When I compiled python using Cython, I was unable to call vcvarsall.bat
I have tried to reinstall the Visual Studio Installer many times, but every time I execute "python setup.py build_ext --inplace", All will show the error "b'dk\xf6e\rN\x94^\tg \x00\…
Developer technologies | Visual Studio | Debugging
VB Anonymous Delegate
Hi My app has a new item when seen in IL DASM: VB$AnonymousDelegate_0 The older builds didn't have this; how can I find which code caused this entry to be added inside assembly that is shown in IL DASM? Thanks :)
Developer technologies | VB
vs2022 error - The designer could not be shown for this file because none of the classes within it can be designed. The base class 'System.Void' cannot be designed.
migrating from VS2012 to vs2022 and get this error on VB project The designer could not be shown for this file because none of the classes within it can be designed. The base class 'System.Void' cannot be designed.
Developer technologies | Visual Studio | Setup
OpenIdConnectProtocolNonceException in OIDC SSO page
Hi, Have implemented SSO - oAuth (OIDC protocol) authentication has been implemented in my project (.Net Framework 4.8 Webforms project). Everything is working as expected. But, if I leave SSO login page without logging in for some time, then if I try to…
Developer technologies | C#
can not read assets file in ios in maui?
there is AboutAssetx.txt and font1.ttf with same code i can read AboutAssets.txt but can not read font1.ttf and all set to MauiAsset and were in Raw folder why? in android I can read it. I use FileSystem.OpenAppPackageFileAsync
Developer technologies | .NET | .NET MAUI
There is a discrepancy between the number of new licenses and renewal licenses for Visutudio.
9月末満了の2ライセンスのうち1ライセンスのみ更新し、別途3ライセンスを新規で購入しました。 LARへの更新1ライセンス・新規3ライセンスの発注は確認済です。 サブスクライバー管理の概要で、23assigned of 25 purchased 2個が使用可能となっていて、エクスポートすると、新規分は2ライセンスしかありませんでした。(添付の黄色の2ライン) その代わり、今回何もしていない、1ライセンスのENDが今回購入した2式と同じENDになっているものがありました。(添付のブルーライン) …
Developer technologies | Visual Studio | Other
uwp app help
Hello, I'm not sure who I should contact or talk to, but I have an inquiry about how I can request the "access all your files, peripheral devices, apps, programs, and registry" permission for my UWP app that I'm submitting to the Microsoft…
Developer technologies | Visual Studio | Debugging
How can I create an Azure Web App using .NET 10 (LTS)? I only se the .NET 10 (LTS) (Preview)
I am trying to deploy a webapp to production that uses .NET 10 (LTS). I only see .NET 10 (LTS) (Preview) as an option. When will the .NET 10 (LTS) runtime stack be available in Azure?
Developer technologies | .NET | .NET Runtime
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:…
Developer technologies | .NET | Other
How to add icon near string for compartment item of CompartmentShape
Hello. Please help, i have a situation: Create domain-specific language project type in VS 2022 Then, i create my domain classes and shapes here is picture of my setup: As you can see - i have "Town" domain class, "Street" domain…
Developer technologies | Visual Studio | Extensions
how to get the date of Daylight Savings Time ending in c#
Greetings, Using Visual Studio 2022. Project is c# windows service. I need to check if the current date/time is the end of Daylight Savings Time. I have googled till my eyes cross and get inconsistent/incorrect information. TimeZone which appears…
Developer technologies | C#
- Request to reset Microsoft 365 Developer Program profile -
I’m unable to set up the free E5 developer subscription. My Developer Program account shows no “Set up E5 subscription,” and I receive error Code: 41101 when accessing the dashboard. MS-CorrelationId: 00000000-5c**** Developer Program email:…
Developer technologies | Universal Windows Platform (UWP)
Kernel mode - PsGetCurrentProcessId && PsGetCurrentProcess bad docs
в ходе написания драйвера столкнулся с необходимостью скрыть импорты. начал писать импретацию функций PsGetCurrentProcessId и PsGetProcessId(PsGetCurrentProcess()). обнаружил ошибку вроде как две функции по названию имеют один и тот же смысл но нет…
Developer technologies | C++
How do i install a click-once application from the browser
For many years I have been developing and updating an application in VB.Net using 'click-once' in VS. I have only been able to install it using FireFox. Recently (since about a week ago) I have been unable to install or upgrade the application. There…
Developer technologies | VB
How to save a worksheet as pdf into a SharePoint list and include the metadata at the same time
I have written vba that saves the current worksheet in excel as a pdf to a SharePoint document list. I would like to save the metadata for the list at the same time. The metadata exists in named cells in the excel worksheet. This is the vb code I am…
Developer technologies | VB
How do I package my Deploy contents into an Installer for my winui 3 app?
I reference images that I hold in a SharedResources project using the relative binding like this in my XAML: <Image Source="ms-appx:///SharedResources_UI3/NewIcons/Delete_Icon2.svg" Width="35" Height="35"…