Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
103 views

Consider a small Winforms application that has a list of custom objects bound to a DataGridView. The data class: public class MyAwesomeClass : IDataErrorInfo, INotifyPropertyChanged { string _Name;...
lhiapgpeonk's user avatar
0 votes
0 answers
129 views

I'm working on a VB.NET WinForms app (.NET Framework 4.8) and seeing inconsistent scaling between forms. I develop on my work laptop using a Remote Desktop Connection. This problem began when I ...
Joel S.'s user avatar
  • 91
2 votes
0 answers
216 views

We have a Visual Studio solution, written to run on .NET Framework 4.8 and mostly in VB.NET. Part of this is a mechanism to run SQL scripts stored in .sql files. This has worked fine for years, ...
DinahMoeHumm's user avatar
  • 1,120
0 votes
0 answers
90 views

I am using Visual Studio 2022 and trying to work with internal .mdf databases (LocalDB) for testing purposes in an ASP.NET Web Forms project using Entity Framework (EDMX). Creating the database itself ...
Kaio Andrião Dalfior's user avatar
0 votes
2 answers
106 views

Of course I already googled that. So I added the app.manifest with the <dpiAwareness> tag to the project and referenced it in the project file. This tag is also found in the compile output ...
Tigerfink's user avatar
  • 119
0 votes
0 answers
99 views

We have a .NET Framework solution with multiple projects. Many projects reference an internal core library, and that core library contains all the package references, including our custom ...
lr-pal's user avatar
  • 399
0 votes
0 answers
50 views

I work with an old style .NET Framework 4.8 solution with many web application projects (defined by <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}...
TheHvidsten's user avatar
  • 4,540
0 votes
1 answer
97 views

I'm trying to implement an endpoint that bypasses the standard NTLM authentication in an ASP.NET MVC application running on .NET 4.8. I've tried to go down the route of just adding the [AllowAnonymous]...
user31939286's user avatar
1 vote
0 answers
31 views

I have an ASP.NET MVC 5 (running on .NET 4.8) application. Initially the app failed to start with: Could not find a part of the path '...\roslyn\csc.exe' This was caused by the Roslyn CodeDom ...
Atakan D.'s user avatar
0 votes
1 answer
61 views

I have a web application implementing Azure Search. It is also using interception to build filters for the search prior to execution. The path of execution is: controller calls search provider ...
Matt's user avatar
  • 1,196
0 votes
0 answers
83 views

I'm trying to develop an equivalent of a webview2 using CefSharp because I need backward compatibility for systems that do not support .NET 8/10. These are the steps I performed after creating a WPF ...
VirtualCom's user avatar
1 vote
1 answer
296 views

I am binding an OpenAPI 3.0 JSON file in my C# project with .NET Framework 4.8. While doing this, I want to adjust the .json configuration to make the code generated using OpenAPI code generator use ...
Khamis Abuelkomboz's user avatar
3 votes
1 answer
221 views

Is there any way in a C# desktop application with .NET, to terminate a thread that has hung due to a problem in an external library? Because when creating the thread with Task.Run(), we have no ...
pamir_miren's user avatar
0 votes
1 answer
102 views

I have added Microsoft DependencyInjection nuget to a .NET 4.8 project and used this post to help set it up: https://stackoverflow.com/a/73414927/2739613 My code looks like this - Startup.cs: [...
stefan's user avatar
  • 313
0 votes
0 answers
113 views

I have to upload a file to an embedded device running an API. First, I tried to write methods to do this in a test project. This works great: private static async Task<HttpResponseMessage?> ...
Oliver Bleen's user avatar

15 30 50 per page
1
2 3 4 5
88