Skip to content

.NET (Core and Framework)

Discussions on the .NET Core, .NET Framework and .NET 5 frameworks

This category can be followed from the open social web via the handle .net-core-and-framework@forum.codeproject.com

10.2k Topics 32.0k Posts
  • Bangalore escorts

    com
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Judi Online Terbaru 2020 Trending | 2020 Gambling

    csharp game-dev
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    13 Posts
    0 Views
    Sander RosselS
    It took you nearly a month to come up with that answer? :laugh: Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
  • Generate my own JWT access token

    cloud json question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    2 Posts
    1 Views
    D
    You're going to have to ask the people that wrote that library. I find it a bit odd that this even exists because Novell ceased to exist back in 2014. Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
  • 0 Votes
    2 Posts
    1 Views
    Richard DeemingR
    The URL is wrong, or the port is wrong, or one of the firewalls between the client and the server is blocking the request. You'll need to look at the details of the exception and debug the connection. We can't do that for you. For example, if the error says "the target machine actively refused", that normally points to a firewall. If it's a timeout, then the URL or port is wrong. "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • Securing Net Core API

    asp-net apache sysadmin linux json
    3
    0 Votes
    3 Posts
    0 Views
    pkfoxP
    Hi Pete, it's just a basic ASP Net Core MVC API - when it's finished I will look at something like OAuth2 , at the moment while it's in development ( because it has *real* data in a database ( maybe I should change that ) ) I'd like to nail it down so only someone on my local LAN can connect to the API - as you know I'm not expert in all things Web "We can't stop here - this is bat country" - Hunter S Thompson - RIP
  • .net core 3.1 date field bind issue

    csharp asp-net dotnet com help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • SMTP authentication oddities

    help workspace csharp asp-net dotnet
    3
    0 Votes
    3 Posts
    0 Views
    D
    Thanks Richard. Yes, I think they moved the SMTP server to a separate box, and have subsequently put DNS forwarding for mail.mydomain.com to the new server, so that it works but does not automatically authenticate. That would also explain why it broke again for a while but subsequently worked once the DNS changes propagated. The subdomain that is still working without a password is an oddity - as far as I can tell it's on the same server (I guess there may be some checks I can do to verify, even looking at the IIS logs etc maybe). But as they've now setup a dedicated mail server it seems unlikely it would still be on that box... I'll do some more tests (and clone a page from one of the other sites to this one, as the code is slightly different though not using a password) to verify it's nothing different in the logic. I run multiple sites with this host, and manage sites for clients on other shared hosts - all seem to suffer from the problem of unplanned, unannounced and undocumented configuration changes that break sites. I guess the majority of their income comes from static or otherwise trivial sites. I left my last host because they changed DBMS (from MySql to MariaSQL) with no warning, breaking a number of things, and claiming that MySql had been "renamed" MariaSql. That level of ignorance and stupidity was truly scary so they barely saw me for dust... :laugh:
  • Am I dispute payment to get my money back from Cash app?

    csharp question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How can I get my money back from Cash app?

    question csharp help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    2 Posts
    0 Views
    K
    IS that 5xxxx port in use? Then it should be possible to identify the guilty from the Network tab in Resource Monitor, and you can see which process is the culprit. If there is no trace of port 5xxxx in Resource Monitor, then the error message is wrong, and you must search for other explanations. My guess is that after an earlier run, the closedown ran into issues so the cleanup wasn't done properly. Maybe there is a stray detached process holding that port (then you'll see it in Resource Monitor), or some table of "ports that I have opened and must remember to close" table wasn't ceared. Both of these would most easily be solved by a controlled shutdown and reboot. If you have rebooted since the problems arose, to no avail, there may be configuration / state info saved in the registry, application specific ini files etc. Right now, I am fighting a problem in an IDE: Every now and then things lock up. and the only way to unlock it is to delete the entire build directory. Earlier today, I had another problem: When one project setup was corrupted, I wanted to select another one - but the IDE always initialize e.g. directory searches from the settings of the current project, whose values were corrupted. So the selection dialog locked up completely (even after deleting the build directory of the current project), and I couldn't select another one. Fortunately, I found a list of "recently opened projects", and selecting one of those updated the defaults for the project selection dialog, overwriting the corrupted values. I have no idea about where those corrupted values are stored, and I had to resort to tricks to get them out of the way. You may have to go on a similar hunt :-). As a last resort, I could have wiped out the entire IDE and reinstalling it from scratch; fortunately I didn't have to do that (reinstallation takes quite some time). Maybe you will end up with having to do that.
  • two wheeler insurance renewal

    lounge
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Evian1

    csharp mysql com testing beta-testing
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • DiscUtils.dll And DiscUtils.Common.Dll (i can't find them)

    2
    0 Votes
    2 Posts
    0 Views
    D
    You don't find them because that's not part of Windows, the .NET Framework, or Visual Studio. It's a 3rd party component you have to download. Trying typing "DiscUtils.dll" into Google and you just might find where to get it from. Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
  • difficulties with AdvancedDatagridView

    database help
    8
    0 Votes
    8 Posts
    0 Views
    P
    The most appropriate place to ask questions about github projects is on the github project itself. The chances of the contributors happening on your question here are very small. The place to ask your question is here[^]. Advanced TypeScript Programming Projects
  • Windows 1903 Jump Lists

    help csharp windows-admin question
    3
    0 Votes
    3 Posts
    0 Views
    L
    Before assuming the fault is caused by "a change" in Windows, I'd suggest you take a look at the eventlog, and find an older computer that you know "isn't changed" and try it there. Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
  • 0 Votes
    2 Posts
    1 Views
    L
    You are doing it the wrong way round. Add the data to the DataTable and use that as the binding source for the DataGridView. See DataTable Class (System.Data) | Microsoft Docs[^] for explanation and sample code.
  • 0 Votes
    10 Posts
    0 Views
    F
    great job man that really looks cool
  • There is no Unicode byte order mark. Cannot switch to Unicode.

    com xml json help
    2
    0 Votes
    2 Posts
    5 Views
    Richard DeemingR
    Either the remote service is expecting Unicode data, or your generated XML has specified that it's using Unicode. Try sending the request with the Unicode encoding: string xmlString = CalculateOrderQueryXML(key, accountName); StringContent stringContent = new StringContent(xmlString, System.Text.Encoding.Unicode, System.Net.Mime.MediaTypeNames.Text.Xml); using (HttpResponseMessage response = await http.PostAsync("https://www.mywebsite.com/shared/xml/orderquery.rest", stringContent)) { string responseString = await response.Content.ReadAsStringAsync(); XmlDocument xml = new XmlDocument(); xml.LoadXml(responseString); return xml.OuterXml; } If that doesn't work, then you'll need to check the result of your CalculateOrderQueryXML method. "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer