15,666,902 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Vivek_Dutta (Top 5 by date)
Vivek_Dutta
3-Jan-23 8:54am
View
Thank you sharing the update and glad to hear you found the solution.
Vivek_Dutta
30-Dec-22 12:40pm
View
Looking by your shared error messages, I found https://bitbucket.org/chromiumembedded/cef/issues/3195/application-crash-related-to-libcefdll. This looks like the problem was resolved and it was related to the versions. Please keep us posted on your finding to solve the issue.
Vivek_Dutta
30-Dec-22 12:35pm
View
Thank you Grant. I just shared because I found the more recent and improved solution. I will stick to new questions.
Vivek_Dutta
29-Dec-22 13:07pm
View
I think Gerry has a point. But I would also like to add please check if you have .Net 6 runtime installed.
Vivek_Dutta
23-Aug-19 8:37am
View
Thank you for emphasizing the key points. I surely have missed that. The files could be staged on the server (API can just dump the flat files to a server location) and a windows service could read each file and transact the data into the DB. Making sure no other process inserts records into these tables.