26,666 questions with .NET-related tags

Sort by: Updated
0 answers

adding a maui class library to maui project - fails to find reference to a method when compiling

Hi, I am using VS 2022, net 9.0 I have a Maui App project with a reference to Maui Class Library project. The reference is loaded correctly and I can reference the method in MauiProgram.cs, ( can do right click and go to implementation) I have set the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,832 questions
asked 2025-01-18T14:09:25.53+00:00
Ryan Lee 20 Reputation points
1 answer

can I return object in razor pages?

can I return object in razor pages? public async Task<object>OnPostDeleteAsync() { return MySuccessMessage(); }

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,737 questions
asked 2025-01-18T02:34:55.8966667+00:00
mc 5,061 Reputation points
edited an answer 2025-01-18T12:36:42.18+00:00
AgaveJoe 29,281 Reputation points
2 answers

How can I symbolicate my iOS crash report?

I have uploaded my application to TestFlight but it always crashes when I start it on my iPad. I have tried to open the crash report file crashlog.crash in Xcode-->Window-->Devices and Simulators. But the crash report is not symbolicated. How can I…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,832 questions
asked 2025-01-15T11:04:45.6933333+00:00
Kim Strasser 1,201 Reputation points
commented 2025-01-18T10:43:35.4833333+00:00
Firehouse Subs Menu 0 Reputation points
0 answers

In a Class change console message for textbox message yes or no, VB2017 Vb.Net

I want to delete a table in a database if it exists, with a textbox (yes or no) to create a new one programmatically. If the table exists "delete it" with the condition (yes), if this table does no exists with option no create a new one. For…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,053 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,767 questions
asked 2025-01-18T03:51:01.44+00:00
MannySo 25 Reputation points
0 answers

Weird disappearing error

I have a very weird error where everything disappears after a while and I think the fault is here <?xml version="1.0" encoding="utf-8" ?> <ContentPage x:Class="METROWIND.Views.NewsPage" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,832 questions
asked 2025-01-17T23:11:03.83+00:00
Eduardo Gomez Romero 1,215 Reputation points
edited the question 2025-01-17T23:31:56.0733333+00:00
Eduardo Gomez Romero 1,215 Reputation points
1 answer

How to Use Cube.js API with .NET Core Application? Facing "Query Param is Required" Error

Hello, I am trying to integrate the Cube.js API into my .NET Core application. My goal is to fetch data from Cube.js using a custom query. However, I keep encountering an error and can't seem to get the integration working. Here’s the method I…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,053 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,737 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,053 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,737 questions
asked 2025-01-12T00:32:58.51+00:00
NALB 71 Reputation points
commented 2025-01-17T22:22:57.7366667+00:00
NALB 71 Reputation points
1 answer

How to Use Cube.js API with .NET Core Application? Facing "Query Param is Required" Error

Hello, I am trying to integrate the Cube.js API into my .NET Core application. My goal is to fetch data from Cube.js using a custom query. However, I keep encountering an error and can't seem to get the integration working. Here’s the method I…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,053 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,737 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,053 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,737 questions
asked 2025-01-12T00:32:58.51+00:00
NALB 71 Reputation points
commented 2025-01-17T22:22:57.7366667+00:00
NALB 71 Reputation points
1 answer

Developing Cross-Platform MAUI Applications with VB.NET

Is it possible to develop cross-platform MAUI applications using VB.NET? Guidance and resources on this topic have been difficult to find.

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
82 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,832 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,767 questions
asked 2025-01-17T18:15:22.62+00:00
whvbntsql 0 Reputation points
edited the question 2025-01-17T21:53:00.1+00:00
Erland Sommarskog 115.6K Reputation points MVP
1 answer One of the answers was accepted by the question author.

why asp.net webapi generate a zh-Hans directory in bin directory?

I know this zh-hans means simplified Chinese, but I still don't understand the purpose of generating it

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,566 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
364 questions
asked 2022-05-26T10:08:48.267+00:00
heyangben 81 Reputation points
commented 2025-01-17T21:45:27.2133333+00:00
mikefinch87 115 Reputation points
4 answers

Custom fonts not working when uploading Maui Android project to Play Store

I have added custom fonts in the font directory of my Maui project's Resources directory and updated the MauiProgram.cs file accordingly. The fonts work fine when I deploy the application using Visual Studio, but when I publish the app and upload it to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,832 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,206 questions
asked 2024-05-21T16:58:13.6333333+00:00
Mujtaba Ali Panjwani 25 Reputation points
commented 2025-01-17T20:08:47.53+00:00
JamesInSC 0 Reputation points
2 answers

Visual Studio: Publishing Windows Application to ftp no longer works - please help!

I have been successfully publishing my Windows Applications built in Visual Studio for years now, to my website with an ftp account. I can connect to the ftp with Filezilla and Windows 10, no problem, but not in the publish. I've looked online for…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,918 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,356 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,073 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,442 questions
asked 2021-05-21T06:52:20.72+00:00
James Parsons 1 Reputation point
answered 2025-01-17T20:07:50.9633333+00:00
Márton Görög 0 Reputation points
1 answer

How to fix Process with an Id of (Random number) is not running

Hi Team, I have been stuck with an error "Process with an Id of (Random number) is not running" and the number keeps on changing every single time. This is what I get in my output window :The program '[17716] iisexpress.exe' has exited…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,053 questions
asked 2025-01-17T18:58:22.0866667+00:00
Dhruvin lad 0 Reputation points
answered 2025-01-17T19:40:22.5766667+00:00
Michael Taylor 56,271 Reputation points
0 answers

Issue with Azure AD B2C Custom Policy: "Basic credentials specified for 'REST-fetchUserProfile-APAC' are invalid

Description I am working on an Azure AD B2C custom policy for the Global Identity Framework, designed to support traveling user sign-ins across multiple regions. This setup involves two major components Right now im only working on region tenant…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,737 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
364 questions
asked 2025-01-13T02:44:31.7266667+00:00
Ray Garg 20 Reputation points
edited a comment 2025-01-17T18:21:03.3266667+00:00
Ray Garg 20 Reputation points
1 answer

ASP.NET web site fail to critical error in ETL of Excel file

I have a website with a single web page on ASP.NET that you need to upload a file in Excel to a folder within the website, extract its contents to insert the data into a table in a database in SQL Server. When testing its operation on the production web…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,566 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
2,088 questions
asked 2025-01-15T21:44:17.87+00:00
Nelson Javier Bahamon Parrado 0 Reputation points
commented 2025-01-17T18:18:46.79+00:00
Albert Kallal 5,336 Reputation points
1 answer

Will publishing an ASP.NET WebForms app remove Crysttal Reports from the web server?

I maintain a legacy Intranet ASP.NET WebForms app written years ago using VB.NET. When the original developers wrote it, they used Crystal Reports 13.0.2 (I think, I'm going on memory and I'm home, so I cannot verify this, but I'm sure it is very close.)…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,566 questions
asked 2025-01-16T02:06:01.4266667+00:00
Rod Falanga 566 Reputation points
commented 2025-01-17T17:51:44.3+00:00
Falanga, Rod, DOH 260 Reputation points
2 answers

Can't deploy Visual Studio Net 9.0 project with Android

While deploying a Visual Studio Net 9.0 project, it occasionally gives a warning: This project is not suitable for Android, check for errors. After deploying the project with Windows, it can be deployed on Android. This situation is repeated from time to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,356 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,832 questions
asked 2024-11-21T08:43:20.9+00:00
Huseyin Unsal 15 Reputation points
commented 2025-01-17T17:16:45.79+00:00
Giuseppe Guerra 0 Reputation points
1 answer

How can I retrieve data from a dynamic table with new columns using Entity Framework without modifying the model?

Let's imagine we have a table in the database where, through the client interface, it is possible to add columns dynamically using ADO. In the backend, I am using the Entity Framework (EF) to query on this database. However, the model in my code is fixed…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
771 questions
asked 2025-01-17T14:13:31.57+00:00
Juan Bohorquez 0 Reputation points
answered 2025-01-17T16:56:49.8166667+00:00
Bruce (SqlWork.com) 69,426 Reputation points
0 answers

How to include xsl files in a Visual Studio Class Library project

Can we include xsl files in a Visual Studio Class Library project directly and get them included in the dll as xslt ? What is the right way to include xsl files compiled to xslt in a dll ?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,053 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,356 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
243 questions
asked 2025-01-17T16:53:28.5+00:00
Sajith 11 Reputation points
0 answers

How to include copy right and descripton (AssemblyInfo) in xsltc compiled dll

How to provide copy right and description in a xsltc compiled dll? xsltc takes version, keyfile etc as arguments but could not find a way to provide copy right, description or an AsseblyInfo file.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,053 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,356 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
243 questions
asked 2025-01-17T16:49:29+00:00
Sajith 11 Reputation points
1 answer

Implementing mTLS Between Two Apps Using ASP.NET

Guidance is requested on implementing mTLS between two applications using ASP.NET MVC in C#. or any .net code. The setup will involve a handshake between the server app and client app, developed in a localhost environment, utilizing OpenSSL or another…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,737 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,566 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
364 questions
asked 2025-01-07T13:20:51.7133333+00:00
Abdul Baba Syed 21 Reputation points
commented 2025-01-17T14:50:35.5066667+00:00
Abdul Baba Syed 21 Reputation points