How to install .NET Desktop Runtime on multiple computers in domain environment ?
Hello, as a prerequisite for deploying some app, I need to install .NET Desktop Runtime current version (8.0.11) on all our computers (couple hundred) in AD domain environment (Windows Server 2019) . The easiest way would be using MSI, but Microsoft for…
How to install .NET Desktop Runtime on multiple computers in domain environment ?
Hello, as a prerequisite for deploying some app, I need to install .NET Desktop Runtime current version (8.0.11) on all our computers (couple hundred) in AD domain environment (Windows Server 2019) . The easiest way would be using MSI, but Microsoft for…
What is AndroidResource type under Android-Maui?
When migrating from XAMARIN to .NET MAUI, what was AndroidResource in Android Resources folder defaults to Content which doesn't look right. What is AndroidResource type when migrated to MAUI? The file properties (for *.png, *.xml files) give no option…
.NET MAUI Android AppIcon not showing
Hi, I have installed my ios and android app and the AppIcon works perfectly on IOS but on Android it is still showing the android robot icon for some reason. I have set the type of the appicon.svg to MauiIcon and this is my…
Which tool can I use for crash reports instead of Visual Studio App Center?
I need a tool that displays the crash reports of my iOS and Android game. It would be easier for me to find errors if I could get a detailed crash report. Which tool can I use instead of Visual Studio App Center? In addition, I want to know the costs of…
IdentityServer4 -Connect/token API - getting an exception once a day
We are using connect/token - IdentityServer4 in our application to generate the Auth token. We have allowed to request more than 1.5L time of request per month it is most often failed once a day, in particularly it failed in once a day sporadically in…
I am migrating application from dot net 4.8 to dot net core 8. facing error Project ..\folder\folder.csproj targets net8.0. It cannot be referenced by a project that targets .NETFramework,Version=v4.8.
I am migrating application from dot net 4.8 to dot net core 8. facing error Project ..\folder\folder.csproj targets net8.0. It cannot be referenced by a project that targets .NETFramework,Version=v4.8. Project ..\folder1\folder1.csproj targets…
I am migrating application from dot net 4.8 to dot net core 8. facing error Project ..\folder\folder.csproj targets net8.0. It cannot be referenced by a project that targets .NETFramework,Version=v4.8.
I am migrating application from dot net 4.8 to dot net core 8. facing error Project ..\folder\folder.csproj targets net8.0. It cannot be referenced by a project that targets .NETFramework,Version=v4.8. Project ..\folder1\folder1.csproj targets…
Hundred of errors after update to Visual Studio version 17.12.3!
I updated Visual Studio to version 17.12.3 and now, there is hundred of errors in Building project! My .net Core project was work correctly before updating. I checked errors but they are nonsense! All codes are correct.
visual studio windows form call error
when i try to add windows form to my project , it outputs errors i make clr empty project .net framework Instances of this error (1) Hide Call Stack at Microsoft.VisualStudio.Designer.Interfaces.IVSMDCodeDomProvider.get_CodeDomProvider() …
iOS Simulator Debugging via Remote Mac Pairing Fails: "Could not find any available provisioning profiles for CX360 on iOS"
I am using Visual Studio on Windows connected to a remote Mac via the pairing process. When I try to run my app on an iOS simulator (e.g., iPhone 14 simulator), the build fails with the following error: Could not find any available provisioning profiles…
pass the selected value in a drop down to the controller
hi all, I am having difficulties in understanding how to pass the selected value in a drop down list to the controller. I have only seen examples that use the model object and the selected value is just some attribute that is being referenced when…
Error in log - Ariel.ttf/otf
Hi, I got this error in log all times, why ? Thanks,
How to run maui app as admininstrator after deployment as unpacakged(exe)
Hi, How I run maui app on windows 8 as admin after deployment as unpcakaged (exe). This deployment command. dotnet publish -f net8.0-windows10.0.19041.0 -c Release /p:AppxPackageSigningEnabled=true…
Visual Studio can't locate installer or .NET Framework, Windows can't locate Visual Studio installer
I was referred here from the casual Microsoft forum: https://answers.microsoft.com/en-us/windows/forum/windows_11-hardware/visual-studio-cant-locate-installer-or-net/af4406ec-88ea-4acf-beed-27e0428ba347?messageId=6d100f88-fc38-4f8a-8f45-a17e52d81f81 So…
Looking for a sample or tutorial for the new OData bits
I want to write an Odata 4 compliant C# isolated mode serverless function endpoint. I am confused by the recent announcements here about ASP.NET Core OData 9 and OData .NET 8 - which should use? Are there any tutorials or samples for this? All I can find…
Looking for a sample or tutorial for the new OData bits
I want to write an Odata 4 compliant C# isolated mode serverless function endpoint. I am confused by the recent announcements here about ASP.NET Core OData 9 and OData .NET 8 - which should use? Are there any tutorials or samples for this? All I can find…
Some of the items size in collectionview is not aligned with values provided, How to fix this
I am capturing images and adding it to CollectionView. Sometimes 1st,3rd,5th,7th,9th images are changing in size after capturing 2nd,4th,8th,10th images. Below the code I am using <CollectionView ItemsSource="{Binding Model.CapturedImages}"…
Response status code does not indicate success: 404 (Not Found)
I get the following error while calling an api in my Blazor application: Following is the code where the error is pointing: And following is the calling api where request is made: What went wrong here? Any suggestions? Thanks, Puneet Chandiok
CarouselView Navigation Behavior Changed After MAUI Essentials 8.0.83 Update
Hello MAUI Community, I'm experiencing an unexpected change in CarouselView navigation behavior after updating to .NET MAUI Essentials version 8.0.83. Previous Behavior (Before Update): When clicking an indicator dot, the CarouselView would directly…