Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm getting an error in compiling a program to send a SMS using modem in c#,,"namespace doesn't access the fields or parameters". .how to address this issue?
Posted

1 solution

First, that's not the error message. Copy and paste the EXACT error message. Don't guess and your it.

Since a modern is a serial device, all you need is System.Io.Ports. There is no namespace for SMS messaging unless your using some 3rd party library.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900