Click here to Skip to main content
15,795,318 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to trigger an event with a COM port? Pin
Ralf Meier13-Apr-22 3:47
professionalRalf Meier13-Apr-22 3:47 
AnswerRe: How to trigger an event with a COM port? Pin
OriginalGriff13-Apr-22 3:48
mvaOriginalGriff13-Apr-22 3:48 
AnswerRe: How to trigger an event with a COM port? Pin
Raphael Adeniji13-Apr-22 12:31
Raphael Adeniji13-Apr-22 12:31 
QuestionNeed help advice Pin
hardsoft11-Apr-22 19:06
hardsoft11-Apr-22 19:06 
AnswerRe: Need help advice Pin
Gerry Schmitz12-Apr-22 5:59
mveGerry Schmitz12-Apr-22 5:59 
GeneralRe: Need help advice Pin
hardsoft12-Apr-22 14:25
hardsoft12-Apr-22 14:25 
GeneralRe: Need help advice Pin
Gerry Schmitz12-Apr-22 14:41
mveGerry Schmitz12-Apr-22 14:41 
GeneralRe: Need help advice Pin
hardsoft12-Apr-22 15:04
hardsoft12-Apr-22 15:04 
Ok Found part of my solution here

c# - Is ConfigurationManager.AppSettings available in .NET Core 2.0? - Stack Overflow[^]
I installed System.Configuration.ConfigurationManager from Nuget into my .net core 2.2 application.

I then reference using System.Configuration;

Next, I changed

WebConfigurationManager.AppSettings

to ..

ConfigurationManager.AppSettings
QuestionProblem to read Com port with while loop? Pin
Member 1405587911-Apr-22 1:55
Member 1405587911-Apr-22 1:55 
AnswerRe: Problem to read Com port with while loop? Pin
OriginalGriff11-Apr-22 2:28
mvaOriginalGriff11-Apr-22 2:28 
AnswerRe: Problem to read Com port with while loop? Pin
Raphael Adeniji11-Apr-22 3:39
Raphael Adeniji11-Apr-22 3:39 
AnswerRe: Problem to read Com port with while loop? Pin
Luc Pattyn11-Apr-22 13:21
sitebuilderLuc Pattyn11-Apr-22 13:21 
QuestionMigrating Web Applications (Web Forms) to Dot Net Core Blazor Applications Pin
Raphael Adeniji10-Apr-22 20:44
Raphael Adeniji10-Apr-22 20:44 
AnswerRe: Migrating Web Applications (Web Forms) to Dot Net Core Blazor Applications Pin
Richard MacCutchan10-Apr-22 22:28
mveRichard MacCutchan10-Apr-22 22:28 
GeneralRe: Migrating Web Applications (Web Forms) to Dot Net Core Blazor Applications Pin
Raphael Adeniji11-Apr-22 3:28
Raphael Adeniji11-Apr-22 3:28 
GeneralRe: Migrating Web Applications (Web Forms) to Dot Net Core Blazor Applications Pin
Richard MacCutchan11-Apr-22 7:06
mveRichard MacCutchan11-Apr-22 7:06 
QuestionWill calling a new method/property work if called on a "base" abstract object Pin
pr1mem0ver9-Apr-22 19:42
pr1mem0ver9-Apr-22 19:42 
AnswerRe: Will calling a new method/property work if called on a "base" abstract object Pin
pr1mem0ver9-Apr-22 21:20
pr1mem0ver9-Apr-22 21:20 
GeneralRe: Will calling a new method/property work if called on a "base" abstract object Pin
OriginalGriff9-Apr-22 23:16
mvaOriginalGriff9-Apr-22 23:16 
GeneralRe: Will calling a new method/property work if called on a "base" abstract object Pin
pr1mem0ver10-Apr-22 7:10
pr1mem0ver10-Apr-22 7:10 
QuestionProblem with BackgroundWorker component? Pin
Member 140558797-Apr-22 2:23
Member 140558797-Apr-22 2:23 
AnswerRe: Problem with BackgroundWorker component? Pin
Richard MacCutchan7-Apr-22 2:41
mveRichard MacCutchan7-Apr-22 2:41 
AnswerRe: Problem with BackgroundWorker component? Pin
Luc Pattyn7-Apr-22 7:30
sitebuilderLuc Pattyn7-Apr-22 7:30 
AnswerRe: Problem with BackgroundWorker component? Pin
Gerry Schmitz7-Apr-22 7:30
mveGerry Schmitz7-Apr-22 7:30 
QuestionC# Exception: An object reference does not point to an instance of an objec Pin
Member 155831391-Apr-22 1:29
Member 155831391-Apr-22 1:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.