jami1217
jami1217
CC#
Created by jami1217 on 4/10/2024 in #help
✅ There is already an open DataReader associated with this Command which must be closed first
I actually declared: List<(string, string, decimal)> paymentDataList = new List<(string, string, decimal)>(); and put: paymentDataList.Add((paymentTypeID, description, totalAmount)); into loop 'while' then retrieved the data to make a db entry foreach (var data in paymentDataList) { InsertIntoDailyReportItem(reportID, data.Item1, data.Item3); }
17 replies
CC#
Created by jami1217 on 4/10/2024 in #help
✅ There is already an open DataReader associated with this Command which must be closed first
Thanks a lot for your help
17 replies
CC#
Created by jami1217 on 4/10/2024 in #help
✅ There is already an open DataReader associated with this Command which must be closed first
NEVER MIND
17 replies
CC#
Created by jami1217 on 4/10/2024 in #help
✅ There is already an open DataReader associated with this Command which must be closed first
I WORKED IT OUT
17 replies
CC#
Created by jami1217 on 4/10/2024 in #help
✅ There is already an open DataReader associated with this Command which must be closed first
basically for each found TotalAmount I would like to insert it into another table in my DB.
17 replies
CC#
Created by jami1217 on 4/10/2024 in #help
✅ There is already an open DataReader associated with this Command which must be closed first
Here's the code:
17 replies
CC#
Created by jami1217 on 4/6/2024 in #help
Program loads resources painfully slow (visual c#)
Or is there some correlation between WPF and winforms?
29 replies
CC#
Created by jami1217 on 4/6/2024 in #help
Program loads resources painfully slow (visual c#)
What if I wanted to try out WPF, would I have to write the entire app all over again?
29 replies
CC#
Created by jami1217 on 4/6/2024 in #help
Program loads resources painfully slow (visual c#)
its actually 3000 now, had to clean this one up
29 replies
CC#
Created by jami1217 on 4/6/2024 in #help
Program loads resources painfully slow (visual c#)
Do u think that resource file with button images might be an issue?
29 replies
CC#
Created by jami1217 on 4/6/2024 in #help
Program loads resources painfully slow (visual c#)
też, is it that bad?
29 replies
CC#
Created by jami1217 on 4/6/2024 in #help
Program loads resources painfully slow (visual c#)
and the i will share it
29 replies
CC#
Created by jami1217 on 4/6/2024 in #help
Program loads resources painfully slow (visual c#)
I will have to clean up my code, it’s over 5000 lines in one form
29 replies
CC#
Created by jami1217 on 4/2/2024 in #help
Licensing my program
that’s a great notion, thanks a lot
12 replies
CC#
Created by jami1217 on 4/2/2024 in #help
Licensing my program
entering manually a license key each time it expires might be an ick
12 replies
CC#
Created by jami1217 on 4/2/2024 in #help
Licensing my program
Honestly it’s a small project, along with short budget i have to go for a free solution
12 replies