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
Expression in RDLC row group to sort on other field
Hi Gurus, I have a rdlc report that has a group on one of the fields. I pass a parameter to the report which is used to specify sorting on another field but keeping the current grouping. Under Group Properties> Sorting I entered the following…
Developer technologies | VB
Maui toolkit pop-up issue
I tried a Microsoft toolkit pop-up example and the popup have corners radius that I want to remove please here are the code using CommunityToolkit.Maui.Views; namespace MyProject; public class ReturnResultPopup : Popup<bool> { public…
Developer technologies | C#
Maui Application Running IOS is Requiring XCode 26 and I am on XCode 16.4
My application that's been working using XCode 16.4 all of a sudden is requesting XCode 26. I'm getting the following error message in my…
Developer technologies | .NET | .NET MAUI
so client services cannot consume the wcf if thry are in different frsmeworks?
As long as we use .net Framework we can continue with WCF ...but when it comes to .NET Core and .NET 5+, hosting WCF services is not supported because the server components were never implemented outside of the .NET Framework. While client libraries for…
Developer technologies | .NET | Other
Which versions of .NET are under a eula instead of an open source license?
When did .NET change to being fully open source? I think earlier versions were under a mix of licensing but now it is MIT/Apache-2.0? Moved from: Microsoft Partner Center | Other
Developer technologies | .NET | Other
git push failing for Visual Studio 2022
Hello, A git push request is failing for large zip files in the solution directory. However, I moved all zip files do a different directory. What am I missing? Attached is the output. Again, I am using Visual Studio 2022. williamj
Developer technologies | Visual Studio | Debugging
WCF can be continued in .net framework 4.8.1? Why we need to migrate to gRPC or CoreWCF?
I have WCF in my project. I am using .net framework 4.8.1. Does WCF server hosting is not supported in .NET Core or .NET 5+? Does Client libraries for WCF exist in .NET Core (so you can consume WCF services), but hosting WCF services is not possible…
Developer technologies | .NET | Other
Read header file of .json and determine to which format it belongs to
Hi, Extension .json format suits to four formats: GeoJson, EsriJson, GeoJsonSeq, TopoJson. How check the headers of these file and to determine to which format they belong to ? { “.json”, “GeoJson” }, { “.json”, “EsriJson” }, { “.json”, “GeoJsonSeq”…
Developer technologies | C#
Bot channel commununication not working properly
TeamChannelData Class didn't give back the provided information from the Microsoft Learn website: https://learn.microsoft.com/de-de/dotnet/api/microsoft.bot.schema.teams.teamschanneldata?view=botbuilder-dotnet-stable See attached screenshot of the not…
Developer technologies | .NET | Other
Conditional Access Not Triggering in Azure AD B2C
Hi , I’ve successfully implemented all my main Azure AD B2C flows for user migration— including custom password reset, MFA with authenticator app (via TOTP), user migration with just-in-time logic, and sign-in / sign-up orchestration. Most core flows are…
Developer technologies | C#
PROBLEMS WITH FTP -PASSIVEPORTRANG
Hello! I have a problem with the FTP protocol. I am transferring files to a domain via the command line. The company that rents the domain changed the operating system from CloudLinux 7 to Cloud Linux 9. And since then the transfer has not worked for me.…
Developer technologies | Windows Forms
VBA: Word Application.WindowSize event does not work on Mac
I have implemented Word Application.WindowSize event, according to…
Developer technologies | VB
The wait operation timed out SOURCE...............: FORM.................: http://localhost/Pages/Reports/TDSDetails.aspx
Date.................: 6/26/2025 Time.................: 6:57:03 PM MESSAGE..............: The wait operation timed out SOURCE...............: FORM.................: http://localhost/Pages/Reports/TDSDetails.aspx QUERYSTRING..........: …
Developer technologies | C#
The file or directory is corrupted and unreadable.
Failed to execute command: ""C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\CL.exe" @C:\Users\Rohi\AppData\Local\Temp\MSBuildTemp\tmpf0e7a1f542fd49198d5f713dc7888c8c.rsp". The file…
Developer technologies | C++
Conflict in official documents
Hi Here mentioned: https://learn.microsoft.com/en-us/dotnet/desktop/winforms/high-dpi-support-in-windows-forms?view=netframeworkdesktop-4.8 In previous versions of the .NET Framework, you used the manifest to add high DPI support. This approach is no…
Developer technologies | VB
Can we continue using WCF or should we modernize. Can you provide the details on why we need to modernize?
Can you provide more details on whether we can continue using WCF and continue developing WCF. Whether modernization is required ? if so why?
Developer technologies | .NET | Other
Mismatching versions of System.Text.Json
In our company, we develop 2 .NET solutions. Solution 1 contains - amongst others - a couple of .NET Framework 4.7.2 class libraries used in other projects. Some of these class libraries reference the NuGet package System.Text.Json 9.0.11 because this is…
Developer technologies | .NET | .NET Runtime
The OnChanged event isn't firing for InputNumber
I'm testing assigning numeric values in a Blazor Web App I'm writing using .NET 9. I've been following a sample, but it doesn't work. Here is the .razor file I'm using which is in a server-side project: @page "/method1" @rendermode…
Developer technologies | ASP.NET | ASP.NET Core
Visual Studio Constantly Hangs and Freezes or Restarts Itself Randomly
I am using Visual Studio 2019. I have 64 gb of ram, use 1tb NVMe drives, 12 core 4.10 GHz processor, Windows 10 OS. And even with this decent machine, Visual Studio hangs and freezes very often. I am a programmer by trade, I code at least 8 hours a day…