C
C#2y ago
Janielito

❔ Error Result View

Hi, I don't know why this error is occurring, does anyone know what I can do to fix it?
11 Replies
Angius
Angius2y ago
Show $code
MODiX
MODiX2y ago
To post C# code type the following: ```cs // code here ``` Get an example by typing $codegif in chat If your code is too long, post it to: https://paste.mod.gg/
Janielito
Janielito2y ago
BlazeBin - zxsycumyxrxk
A tool for sharing your source code with the world!
Janielito
Janielito2y ago
im new in this xd
Angius
Angius2y ago
Seems like an error in the repository
Janielito
Janielito2y ago
BlazeBin - kzxfvapvwfhj
A tool for sharing your source code with the world!
Angius
Angius2y ago
Besides the fact none of it is async, nothing seems to be wrong Does it throw the error when you're trying to GET?
Janielito
Janielito2y ago
Yes I really don't now what happen
Angius
Angius2y ago
Well, then, besides some improper naming and the lack of async, I really don't see anything wrong And neither of those issues would cause this error
Janielito
Janielito2y ago
Ok, thanks a lot for your help anyway, I'll see if I can find the error 😄
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Cassandra: which programming language have the best support for accessing and write data?Hi my application need to scale the data source, we heard about Cassandra and really want to use it,❔ C# Need help with changing SQL connection stringI got a program which has database in it but I can't run it properly as I don't know how to change t✅ Operator ?? functionsI came across ?? operators whilst I try to understand solutions like https://leetcode.com/problems/n❔ Something weird with toolbox (duplicated options)please have a look at my screenshot❔ ✅ comprehension questions for a LeetCode puzzleI am analysing the following LC solution (the iterative one) https://leetcode.com/problems/n-ary-treNo applicable method 'Contains' exists in type 'String' (at index 31) when using KendoNet.DymaicLinqI have a a web app that I've built using Kendo's component library and I'm trying to introduce backe❔ string modifyhow can i transform string like this `1234 5678 9123 4567` to this `1234 **** **** 4567` in a lambda❔ How to differentiate in C#?How can I differentiate a function like: "f(x)=sqrt(ax^2+b+cx)+gx+p+...etc" and every time it loops ✅ Problem With MYSQL Connection Using Entity FrameworkHello all, I am having problems to connect MYSQL. I think it can be related with my connection strin❔ About .NET Forms in Resources.resx files, what is the cost of removing PublicKeyToken?Second time in a couple months where my project breaks PublicKeyToken thanks to VisualStudio updates