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.
When writing C# code in Visual Studio and in debug mode, the program cannot be launched.
Visual Studio 编辑C#代码,调试模式启动,无法启动程序。 输出列表中可以看到生成正常,手动点击生成的.exe可以正常运行。Windows事件查看器捕获到了应用程序崩溃事件。 尝试删除注册表、重装VS2019、VS2022、VS2016都没有解决这个问题。 完整代码复制到其他电脑可以正常执行debug调试。 此电脑运行其他c#程序无此异常提示。 日志名称: Application 来源: Application Error 日期: …
Developer technologies | C#
My Project is not creating an .exe file
My Project is not creating an .exe file in the Bin folder
Developer technologies | 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.
Assembly.cs missing
Why is the Assembly info missing in my project which is a net framework project
Developer technologies | 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.
SignalR Chat Issue: I’m currently building chat system using SignalR in ASP.NET Core (.NET 9) for communication between a user and an admin. user message should be received instantly by the admin via SignalR
this is my browser where i want to inspect the error from
Developer technologies | 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.
Exception from HRESULT: 0x8004A0E0
I am getting a System.Runtime.InteropServices.COMException (0x8004A0E0) in my C# Solid Edge automation. When this error occurs, the 3D model does not update correctly. Has anyone else faced this issue? I need help to solve it.
Developer technologies | 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.
Best Practices for Video-to-Audio Conversion in Microsoft-Based Projects
I’m working on a project where I need to manage media content for offline access, especially converting video resources into audio format for learning purposes. While exploring solutions, I came across the trusted Yolk.fm video to audio downloader, which…
Developer technologies | 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.
How can I add a tab to file explorer from a c# program?
How can I add a tab to file explorer from a c# program?
Developer technologies | 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.
validation control
how to supress the errir message of the normal valudation controls and only show the error messages from the summary control? <%@ Page Language="C#"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …
Developer technologies | 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.
How can I optimize this ASP.NET Core + EF Core + PostgreSQL CRUD API?
Hi everyone, I've been building a REST API using ASP.NET Core with Entity Framework Core and Npgsql (PostgreSQL), and I'd love some feedback on how to optimize it. I'll share the full structure below — it's a fairly standard CRUD setup with two…
Developer technologies | 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.
ReportViewer winform Preview print win10 print content is not centered
I used ReportViewer to load the rdlc report and preview and print, but the contents did not display in the center when the resolution of win10 system was 125%, but the contents displayed in the center normally when I switched to the 100% resolution and…
Developer technologies | 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.
Issue to add task code to the class
Hi, I want to add the task code like into the following. What to adjust?
Developer technologies | 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.
Using visual studio code for WPF c# app development?
Can I use visual studio code to create and develop c# based WPF windows applications ? If so, what else do I need to install alongside visual studio code and how?
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Developer technologies | 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.
how to fix an error that affects the interface to not open
how to fix an error that affects the interface to not open
Developer technologies | 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.
AYUDA CON EL ERROR DE INSTALACION DE EL microsoft.visualcpp.redist.14 PARA INSTALAR LAS EXTENCIONES DE EL C#
PRESENTO ERRORES A EL INSTALAR LAS EXTENCIONES DE EL C# Y ME MUESTRA ESTE MENSAJE DE ERROR DE INSTALACION microsoft.visualcpp.redist.14
Developer technologies | 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.
How to implement ICustomGameControllerFactory?
internal class Program { static void Main(string[] args) { Test().Wait(); } class CustomGameController: IGameController { public Headset Headset { get; set; } public bool IsWireless => true; public User User { get; set;…
Developer technologies | 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.
can i learn c# in azure devops server
what is the benefit of free subscription in azure as i need to learn c# and servers
Developer technologies | 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.
I need help creating a payroll system that includes Weekly wages and annual salary
I need help creating this payroll system for an assessment for my computer class It requires a C# code using Visual Studio 2019: Windows Form App (.NET Core) All information for this task is included here: Document and develop a computer…
Developer technologies | 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.
Incomplete login to a GMail account using OAuth 2.0
I am using this code (from here): const string GMailAccount = "******@gmail.com"; var clientSecrets = new ClientSecrets { ClientId = "XXX.apps.googleusercontent.com", ClientSecret = "XXX" }; var codeFlow = new…
Developer technologies | 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.
scheduler tasks with security options “Run whether user is logged on or not”.
We use the package <package id="TaskScheduler" version="2.12.2" targetFramework="net48" /> This is the code with three actions and its behavior: || | -------- | Task || | -------- | GUI || | -------- | Manually run…
Developer technologies | 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.
C# bool anomaly?
Winforms .Net Framework4.8 in VS 2022 Community 17.14.28 I’m querying SQLite v3.46.1 with the ExecuteScalar<T> command using the NuGet System.Data.SQLite and Dapper packages. This line of code runs fine: bool testVar =…
Developer technologies | 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.