I want to open the Word itself in my program designed with .NET Core in the browser and my user can edit it. Or in such a way that the user clicks on the option to open the log-in program file, and after making changes and saving, he sits on my...
public class BaseController : ControllerBase { /// /// Returns a . /// public IActionResult Details( string id) { return Ok(new TViewModel()); } } and the implementation
public class ItemsController : BaseController The...
So, I have an assignment from my school to add a number into a sorted list, but not just a list- IntNode list, which is if I get it right a linked list (maybe I'm wrong I dont know what this thing is called in English). Anyways, I'm very bad at it....
My ASP.NET Core MVC web app is completed and shows no error, but when I try to deploy using an IIS profile to my web server, I get this error in the event log:
The certificate received from the remote server was issued by an untrusted certificate...
I am using muddatagrid and I have set the height for the datagrid which changes dynamically based on screen size it dispays the scrollbar when the rowsperpage exceed the height. But the problem arises when the the number of records is less than the...
Implement a function that retrieves all the arguments for calls to MethodA(string a) in a project. For example, if there are two calls to MethodA( 1 ) and MethodA( 2 ), the method should return .
I’m trying to use TensorFlowLite in my Unity project for my Meta Quest 3. So, everytime I make a build for my project and then install the APK using Meta Quest Developer Hub, I get this “NullReferenceException” at certain point during runtime on the...
I am currently developing a .Net MAUI application where I am making an HTTP call using a specific function. The peculiar issue I am facing is that the function works perfectly fine on Windows, but when I attempt to execute it on Android, it throws...
I'm currently working on a project related to Formula 1, where I display updates from a webpage, for my virtual F1 league and FIA decisions on a webpage. I also integrate this content into Twitch streams using OBS's web feature and send custom...
Not able to run .NET MVC app. I have MS Visual Studio 2022 installed. All I get is an error, Please select a valid statup item when I click on the run button
Implement a function that retrieves all the arguments for calls to MethodA(string a) in a project. For example, if there are two calls to MethodA( 1 ) and MethodA( 2 ), the method should return .
My ASP.NET web application solution has changed. On the first picture you see that the solution has Designer Split and Source, however on the second picture there is only design and source. The problem is in the first one in the designer i could...
I have some pages in my application. From the MainMenu Page I can navigate to a Configuration Page . At the first time,in MainMenu I start the parameter QuestionsToAsk with 7.
When I call the Configuration Page I gave the parameter to the page,...
I'm facing a FileLoadException when running my Script component in SSIS 2022, specifically related to loading the System.Runtime assembly version 6.0.0.0. The complete error message is as follows:
I have a CustomAuthenticationStateProviderService. At first I was using a constant for storing the JWTToken but now I want to switch to using local storage.
public class Constants { public static string JWTToken { get; set; } = ; } public class...
I have this AuthorizeRouteView section below, and it baffles me as how & where the context variable (line 3) is defined. I looked into dotnetcore source code to no avail. Any help would be appreciated!
I'm finishing an unfinished C# WinForms project, which is a save game editor for an unspecified game. I noticed that character portraits and icons' IDs have a valid range of 1 to 905, but there was no code to verify that the character ID is within...
I'm pretty new to SharePoint development but, so far, I've successfully used CSOM or Graph to interface with sites and groups. I have created team sites programmatically in c#.
I now need to programmatically change the homepage of the newly...
I'm working with a progress bar in a C#/.NET application using Windows Forms that is updated from parallel running tasks. Each task invokes a change of the value by 1 on the progress bar exactly as many times as there are steps in the progress bar....
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения