Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
17 views

I am getting a version mismatch error when using MediatR in my .NET project. What happened: Yesterday my project worked correctly with no errors. Today I updated some NuGet packages by mistake. After ...
YunusTemel's user avatar
0 votes
0 answers
30 views

This only happened a few days ago and I usually keep on top of the updates in vs 2022. When making a change the the code behind for a razor partial view - hitting save would auto-build the changes and ...
tqrecords's user avatar
  • 541
0 votes
0 answers
37 views

I am experiencing an issue when using Syncfusion PDF Viewer with PDF files after making edits using the Draw Ink tool or any other tools : I opened a PDF file using PDF Viewer. I added text using ...
shahad tariq's user avatar
0 votes
0 answers
25 views

SustainSys has been working for webforms, ASP.NET MVC on .NET 4.8, and ASP.NET Core on one server for a while. I want to move the apps to some other servers using the same certificate. I was able to ...
Buggy's user avatar
  • 1
2 votes
2 answers
199 views

I'm trying to add a dropdown to the connectorsSettings section in the form builder using FormsConnectorDefinitionsExtender. My field gets added but only the first choice is rendered and is rendered as ...
Muhammad Ahmod's user avatar
0 votes
0 answers
40 views

After several days and multiple attempts using examples, I am still struggling to get a partial view to page inside a tab control. In the code below, when selecting the 'tab4' Tab 1st time, it ...
PeteN's user avatar
  • 15
0 votes
0 answers
52 views

I have an ASP.NET MVC application, that uses the following package ActionMailer.net This has been going beautifully for many years, but lately we have been hitting issues with the mail servers we have ...
Crudler's user avatar
  • 2,316
1 vote
1 answer
96 views

My program has recently began support of Keycloak and I have been doing my best to learn it while managing my other tasks. However, I recently came across an issue that I simply can not seem to solve. ...
Cyber's user avatar
  • 97
0 votes
0 answers
69 views

I'm running a .NET framework 4.7.2 application using OWIN cookie authentication under IIS as a virtual application locally (e.g., https://example.test/cms/) but I end up in and endless redirect loop ...
IkBenDeSjaak's user avatar
1 vote
1 answer
43 views

I have an iframe embedded in an ASP.NET web form. I have included what I thought was the correct Content-Security-Policy values in the web.config. However, I still get a CSP violation in the web ...
Joel's user avatar
  • 141
0 votes
0 answers
36 views

I have an ASP.NET MVC application (on .NET 4.8). Currently, the DevOps team has set up Nginx to handle requests with: location: / and this works fine. Now they want to change the setup so the ...
yousef saeedi's user avatar
0 votes
0 answers
62 views

I have an ASP.NET MVC application that is configured to use SQL Server to save the session state. If there is an issue with the session state connection string (invalid password, server, etc) my ...
Jim R's user avatar
  • 55
2 votes
1 answer
101 views

I recently upgraded a .NET Function App from the in-process worker model to the isolated worker model. After the upgrade, I noticed that none of the HTTP-triggered APIs were returning any data. On ...
Mervyn Ludick's user avatar
0 votes
1 answer
68 views

I have this validator class: using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; using DocumentFormat.OpenXml.Linq; using ...
Sally Parkes's user avatar
0 votes
1 answer
49 views

I am using ASP.NET MVC with a SQL database backend. I have a table that lists individuals which I use for two fields in another table. One field is for the Chief Investigator (ChiefInvestigatorID), ...
Sally Parkes's user avatar
0 votes
0 answers
75 views

Using model binding, ASP.NET MVC can take FormData from a form with repeating elements, signified by the use of indexes in square brackets, and populate a .NET object. So this: MyItem[0].MyId=1321&...
Mr Rusty's user avatar
0 votes
1 answer
46 views

I have a kendo grid on an MVC site with several integer columns, and I am using a row filter. The problem is that when you enter a number in the filter, it shows up with commas and two decimal places. ...
ShawnO's user avatar
  • 1
0 votes
1 answer
122 views

This project is ASP.NET MVC Framework 4.8 with Entity Framework 6 and uses: dynamic GetSystemSetting(string paramCode, string paramType) It contains Int, Float, Bool, String, and Guid values. It is ...
Guhan Srinivasan's user avatar
0 votes
0 answers
42 views

I'm attempting to pass paginated results from a Web API to an MVC application and displaying in the View using DataTable. While I've successfully retrieved the data from the server and transmitted it ...
Srca Maint's user avatar
1 vote
0 answers
45 views

I have an ASP.NET MVC web application using DevExpress controls (specifically ASPxGridView and MVCxGridView) that was originally using Forms authentication. As part of a security enhancement, I’ve ...
Ashish George's user avatar
0 votes
1 answer
53 views

We have an old app and no matter what we do, we can't seem to get it to stop emitting JSON error responses. We want just a generic message that won't expose important security details. We've compiled ...
Bluebaron's user avatar
  • 2,526
0 votes
1 answer
73 views

ListingController.cs: public IActionResult Create() { CreateListingViewModel model = new() { AllCities = new SelectList(_addressRepo.AllCities()), AllItems = new SelectList(...
IgorArnaut's user avatar
1 vote
0 answers
27 views

I am facing an issue for my ASP.NET MVC web application on .NET 4 being deployed to TAS. I am trying to do image compression using ffmpeg.exe. While it is working on my local machine, I get an "...
Darshan Adakane's user avatar
0 votes
1 answer
155 views

I'm using a DevExtreme SelectBox in an ASP.NET MVC project. I want the data source to reload every time the dropdown is opened, so that dynamic LoadParams values (like EmployeeId and DocumentDate) are ...
İlahi Nasirov's user avatar
0 votes
0 answers
47 views

Problem While publishing my ASP.NET MVC project using Visual Studio 2022, I ran into errors. Similar errors appeared for: Newtonsoft.Json.xml System.Web.Helpers.xml System.Net.Http.Formatting.xml ...
Deepak Yadav's user avatar

1
2 3 4 5
4016