how do i deal with macros in this project is disabled
Am learning about visual basic language programming. but when i run the program,it says the macros in this project are disabled.
Developer technologies | Visual Basic for Applications
Ajax post with C# Handler and XSRF-TOKEN
This question is for Web pages with .NET, C#, and Ajax. I'm having an issue with a ajax calling working with the XSRF-TOKEN" and it's not calling the handler in the .CS. I think I need to do something with my ajax call to validate the token. In my…
Developer technologies | ASP.NET | ASP.NET Core
How to scale canvas to make the image center?
I am using GraphicsView and want to show an image. when I scale it and then draw the image the image is scaled but is not center. int x=0,y=0; canvas.DrawImage(image,x,y,width,height); I scale the canvas then I should y=y-value? what I want is to the…
Developer technologies | .NET | .NET MAUI
how to use MQTTNet in asp.net core web?
I am using asp.net core and I want to add MQTT and then I can use esp to send and receive data
Developer technologies | ASP.NET | ASP.NET Core
Issue with Python Visuals in Power BI Embedded (.NET Core)
Dear Team, I am facing an issue with Power BI Embedded reports in a .NET Core application. The report contains Python visuals, which work correctly in Power BI Desktop and Service, but they do not render when the report is embedded using the Power BI…
Developer technologies | .NET | Other
Add project parameter in SSIS dtproj
I am developing an extension to help with SSIS package development. I need to set project parameter. I do this code : private void SetProjectParameters(EnvDTE.Project project, string parameterName, string value) { …
Developer technologies | Visual Studio | Extensions
SQL Server LocalDB on Windows on ARM
Hello, i have a Samsung Book 4 Edge with Snapdragon mostly for Software development. I try to install the Sql Server Express Edition, that not work! But i can install the LocalDB-Version and can connect with SSMS and Windows Connection (Sql Server…
Developer technologies | Visual Studio | Other
SQL Server | Other
What is the minimum supported iOS version for MAUI .NET10 (10.0.100)?
What is the minimum supported iOS version for MAUI on .NET 10.0.100? I'm seeing conflicting information around OS minimums: The official docs say 12.2 https://learn.microsoft.com/en-us/dotnet/maui/supported-platforms?view=net-maui-10.0. The release…
Developer technologies | .NET | .NET MAUI
Unable to enable .Net Framework 3.5 with error 0x800700C1
I am trying to run my Sims3 game, but when I attempt to launch it, I get a Windows Feature pop-up that says that .Net Framework 3.5 cannot be installed with error 0x800700C1: I then try to enable the .Net Framework 3.5 by checking the boxes in the…
Developer technologies | .NET | Other
ListView events arent always triggered.
Hello, I am not sure if I selected right tag for my topic, but there is not present UWP tag naw. I have problem with ListView. If my ListView has many rows (about 150+), some events are sometime not triggered (but sometime they are triggered as well). If…
Developer technologies | Universal Windows Platform (UWP)
Deployed C# API is not accessible, swagger, routes, all return 404
I was able to connect my github repo, github action auto-deployment on commit. Builds and deploys successfully (creating artifact) from the yml script Azure I auto-generated and committed to my repo. Azure overview page says my app is running good, no…
Developer technologies | .NET | .NET Runtime
To upload my msixbundle install file to the Store, I need a silent command line switch
When I try to upload my installation file to the Store, a msixbundle file, it needs a silent switch. Can't figure out what that is?
Developer technologies | Visual Studio | Other
Net maui windows and macos how to remove blue indicator on collectionview ?
After update appear blue indicator on collectionview and listview Net maui windows and macos platform how to remove blue indicator on collectionview ?
Developer technologies | .NET | .NET MAUI
DevicePicker fails to display at the correct coordinates when DPI != 96
I've been struggling with this issue for several days and haven't found a solution despite consulting numerous documentation sources. I'm attempting to invoke DevicePicker.show() to display the DevicePicker at my mouse cursor position. When Windows…
Developer technologies | C++
MapStaticAssets is breaking a background video from playing
I have a rather large Blazor WASM application running on Dot Net 9. The login page has a background video. Everything works well. We are making some significant changes and want to include an upgrade to Dot Net 10. The upgrade results in a…
Developer technologies | .NET | Blazor
Windows Phone Developer Registration
I need an assistance removing the old Windows Phone Developer Registration from my account. This subscription is outdated and is causing issues with my payment settings.
Developer technologies | Windows Presentation Foundation
Visual studio 2026
When i download the visual studio 2026 installer to use it without the internet and putting the files into the pc without internet with a own domain network and try run the command c:\localVSlayout\vs_enterprise.exe --noWeb it open the vs installer…
Developer technologies | Visual Studio | Setup
Still running into problems utlizing OnChange event in Blazor
Earlier I asked The OnChanged event isn't firing for InputNumber which I got an answer for. But I've run into more problems, which irritates me. Here's some code snippets from the Blazor I'm I'm writing using .NET 9. In a Blazor component I've written I…
Developer technologies | ASP.NET | ASP.NET Core
Visual Studio 2026 : Unable to activate licence using StorePID.exe
Hello, I'm facing an issue when I want to activate the licence for Visual Studio 2026 that I installed offline (https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=visualstudio) using below command…
Developer technologies | Visual Studio | Setup
How to draw pineapple ring and output it as bitmap
This is pineapple ring I wanted to draw using VB code: Imagine the background color is black. Each segment must be same size. The line color can be same for practice purpose. The final image have to output to bitmap file. For those who have no idea how…