No announcements
Found 15302 threads
-
0 Votes
Export multiple resultset into multple sheet in 1 template excel file
User1948389125 posted Hi all I need to extract reports into Excel using C#, these reports generated using Stored Procedure. Everytime I called ...Unanswered | 5 Replies | 1251 Views | Created by Anonymous - Thursday, May 20, 2021 4:23 AM | Last reply by Anonymous - Monday, June 14, 2021 8:19 AM -
0 Votes
How can i log errors to a file using msbuild command line ?
User1253338400 posted I am using the following to build a solution: MSBuild.exe "c:\projects\test.sln" /property:Configuration=Debug ...Answered | 1 Replies | 959 Views | Created by Anonymous - Thursday, May 27, 2021 1:31 AM | Last reply by Anonymous - Thursday, May 27, 2021 8:19 AM -
0 Votes
How can i access a fileshare using c# to download a file automatically and read file contents ?
User1253338400 posted I have a files share and am wanting to do 2 separate things . I have created a file share and can access from file explorer bt the user ...Answered | 2 Replies | 2602 Views | Created by Anonymous - Monday, May 24, 2021 3:59 AM | Last reply by Anonymous - Tuesday, May 25, 2021 2:28 AM -
0 Votes
Generic List doubt
User911209228 posted Hi , I have one function name as MyGenricsWorld().I want to write a list as void ...Unanswered | 3 Replies | 946 Views | Created by Anonymous - Thursday, May 13, 2021 1:52 PM | Last reply by Anonymous - Thursday, May 20, 2021 9:53 AM -
0 Votes
ExpandoObject One key with multiple values
User-2132497554 posted Hi folks, Here is my sample Code: var records = new List<dynamic>(); dynamic record = new ...Answered | 2 Replies | 817 Views | Created by Anonymous - Monday, May 10, 2021 8:39 AM | Last reply by Anonymous - Monday, May 10, 2021 12:05 PM -
0 Votes
Label1 doesn't exist in current context
User-427368358 posted Hi this code gives the error "Label1 doesn't exist in current context" and "the name Class1 doesn't exist ...Unanswered | 8 Replies | 1001 Views | Created by Anonymous - Saturday, May 8, 2021 12:26 PM | Last reply by Anonymous - Monday, May 10, 2021 2:34 AM -
0 Votes
Add comma after curly brace and Square brackets hold arrays for json format
User-2132497554 posted Hi folks, I hope you guys are doing well. Here is my sample code as ...Answered | 3 Replies | 1986 Views | Created by Anonymous - Friday, April 30, 2021 4:49 AM | Last reply by Anonymous - Friday, April 30, 2021 11:53 PM -
0 Votes
deserialize a nested Json,
User450763225 posted I was trying to deserialize nested json, however I got the below error, please advise, Exception: Newtonsoft.Json.JsonReaderException: After ...Unanswered | 3 Replies | 1002 Views | Created by Anonymous - Monday, April 26, 2021 2:19 AM | Last reply by Anonymous - Tuesday, April 27, 2021 3:07 PM -
0 Votes
UTC Conversion Getting Wrong Date
User-574293449 posted I have one MVC application which maintains local date (instead of UTC) in the database table. While sending data to the UI, date converted to UTC in the ...Unanswered | 7 Replies | 1161 Views | Created by Anonymous - Friday, April 23, 2021 6:26 AM | Last reply by Anonymous - Sunday, April 25, 2021 7:11 AM -
0 Votes
Curl Call with C#
User-173651909 posted I need to make a curl call to a third party API using C# and I'm not sure how to go about it. I assume it would be using HttpClient. This is ...Unanswered | 2 Replies | 5304 Views | Created by Anonymous - Thursday, July 20, 2017 9:37 AM | Last reply by Anonymous - Tuesday, April 20, 2021 8:05 AM -
0 Votes
converting vb.net Shared in C#
User-427368358 posted Hi I want to convert this vb.net code (which runs properly) to C# but i get two errors like "a namespace doesn't not ...Answered | 2 Replies | 828 Views | Created by Anonymous - Monday, April 12, 2021 4:20 PM | Last reply by Anonymous - Monday, April 12, 2021 9:14 PM -
0 Votes
Trying to make a viewmodel with custom IdentityRole
User1750806012 posted Hello I am trying to create 2 tables one with users wich is already working and one with Roles View: the bottom table is working ...Unanswered | 1 Replies | 722 Views | Created by Anonymous - Saturday, March 27, 2021 12:55 AM | Last reply by Anonymous - Saturday, March 27, 2021 11:15 AM -
0 Votes
Msbuild not reading preprocess value when running ?
User1253338400 posted I have a .net solution in visual studio. I have preporcessor definitiions as follows: #if !LIVE ...Answered | 1 Replies | 920 Views | Created by Anonymous - Friday, March 19, 2021 4:27 AM | Last reply by Anonymous - Tuesday, March 23, 2021 2:16 PM -
0 Votes
CS0234: Le type ou le nom d'espace de noms 'name' n'existe pas dans l'espace de noms 'using' (une référence d'assembly est-elle manquante ?)
User-458598543 posted Hello, for my project, i've got a problem of loading and calling ".dll" files. this problem appeared since a migration (copy) of ...Answered | 1 Replies | 991 Views | Created by Anonymous - Tuesday, March 16, 2021 7:47 AM | Last reply by Anonymous - Tuesday, March 16, 2021 11:33 AM -
0 Votes
Object reference error
User172056746 posted Hello, I'm trying to enter my Instagram account with InstagramApiSharp, but encounter this expectation error: Unable ...Unanswered | 1 Replies | 980 Views | Created by Anonymous - Thursday, March 4, 2021 8:45 AM | Last reply by Anonymous - Wednesday, March 10, 2021 11:34 AM -
0 Votes
How to avoid using Magic string in C# code.
User-1042970710 posted Hi Friends, I am working with Arabic applications and utilizing Arabic text off and on. I want to avoid using magic strings and ...Answered | 3 Replies | 1446 Views | Created by Anonymous - Tuesday, March 9, 2021 1:19 PM | Last reply by Anonymous - Wednesday, March 10, 2021 2:31 AM -
0 Votes
Casting from StringBuilder to string
User206383436 posted Hi, I have a StringBuilder variable that contains the following (the content is a Json formatted result from a DB ...Answered | 3 Replies | 630 Views | Created by Anonymous - Monday, March 8, 2021 6:35 PM | Last reply by Anonymous - Tuesday, March 9, 2021 12:35 AM -
0 Votes
When adding new Employee it renames the other employees on list
User-1955941912 posted Hi, I have big problems, I know where the error is, but I not (now) cable to figure out what to ...Unanswered | 1 Replies | 639 Views | Created by Anonymous - Saturday, March 6, 2021 9:34 AM | Last reply by Anonymous - Sunday, March 7, 2021 4:44 PM -
0 Votes
Task question
User172056746 posted Hello, Should I use Task<bool> or just Task in this code: It checks another method has value or ...Answered | 2 Replies | 910 Views | Created by Anonymous - Thursday, March 4, 2021 12:45 AM | Last reply by Anonymous - Thursday, March 4, 2021 2:37 AM -
0 Votes
Slow HttpWebRequest calling an Azure OData API
User-50787436 posted Hi all, I have a piece of code inside a WCF Service in .Net Framework 3.5 that makes an HttpWebRequest to an Azure OData ASP.Net Core 3.1 ...Unanswered | 2 Replies | 971 Views | Created by Anonymous - Tuesday, March 2, 2021 9:50 AM | Last reply by Anonymous - Wednesday, March 3, 2021 10:35 PM - Items 1 to 20 of 15302 Next ›
No announcements