.Net
18 results found
HTTP Error 500.30 - ANCM In-Process Start Failure in .Net Framework
An error threw HTTP Error 500.30 - ANCM In-Process Start Failure in .Net Mvc Framework 4.7 when I clone from github and trying to run on the IIS server.
Invalid reference format: repository name must be lowercase in Docker
Error invalid argument for "-t, --tag" flag: invalid reference format: repository name must be lowercase in Docker Ubuntu when I was trying to create a docker image.
Fatal: unable to access: SSL certificate problem: certificate has expired
I get an error Fatal: unable to access: SSL certificate problem: certificate has expired when I was trying to fetch data from GitLab.
Could not load file or assembly System.Net.Http, Version=4.0.0.0 in .Net
Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Error response from daemon unauthorized: HTTP Basic: Access denied CICD GitLab
I get an exception: Error response from daemon unauthorized: HTTP Basic: Access denied in CICD GitLab when I was trying to deploy project .Net in Linux.
Error: The json property name for collides with another property in .Net 6
I got an exception System.InvalidOperationException: The json property name for collides with another property in .Net6 when I select data by using EF
How to get last day of current month in C# Asp.net?
How to get the last day of the current month in C#? I need to show the report for all current month, from 1st to last day of the month. But I can not di it.
Error: Sequence contains no matching element in C# Asp.Net
I got an exception System.InvalidOperationException: Sequence contains no matching element in Asp.Net core when I was trying to convert a list to a list.
Data is Null. This method or property cannot be called on Null values in Asp.Net and MySql
Error System.Data.SqlTypes.SqlNullValueException: Data is Null. This method or property cannot be called on Null values in Asp.Net and MySQL.
Error: SSL Connection error in MySQL using C# Asp.Net 6
Error: SSL Connection error in MySQL using C# .Net. System.AggregateException: One or more errors occurred. System.IO.IOException: The handshake failed due to an unexpected packet format.
Error : loading local data is disabled in Asp.Net and MySql
I got an exception loading local data is disabled; this must be enabled on both the client and server sides in .Net C# and MySQL database.
Unable to make the session state request to the session state server in .Net
Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same.
C# throw object reference not set to an instance of an object
I got an exception throw 'System.NullReferenceException: Object reference not set to an instance of an object.' when printing a list of objects.
Asp.net 4.5 : The type 'System.Object' is defined in an assembly that is not referenced
The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
[Resolved] String cannot be of zero length. Parameter name: oldValue
The string cannot be of zero length. Parameter name: oldValue. Error throw in asp.net core when replacing string with empty.