Click here to Skip to main content
15,884,473 members
Home / Discussions / C#
   

C#

 
AnswerRe: serial port communication between computer and another hardware device via RS232 in C# for windows Application Pin
Jimmanuel30-Jun-09 7:09
Jimmanuel30-Jun-09 7:09 
AnswerRe: serial port communication between computer and another hardware device via RS232 in C# for windows Application Pin
Luc Pattyn30-Jun-09 7:26
sitebuilderLuc Pattyn30-Jun-09 7:26 
AnswerRe: serial port communication between computer and another hardware device via RS232 in C# for windows Application Pin
Tr@v1-Jul-09 10:59
Tr@v1-Jul-09 10:59 
GeneralRe: serial port communication between computer and another hardware device via RS232 in C# for windows Application Pin
Member 647306611-Aug-09 6:00
Member 647306611-Aug-09 6:00 
GeneralRe: serial port communication between computer and another hardware device via RS232 in C# for windows Application Pin
Member 647306614-Oct-09 5:58
Member 647306614-Oct-09 5:58 
GeneralRe: serial port communication between computer and another hardware device via RS232 in C# for windows Application Pin
Tr@v14-Oct-09 7:30
Tr@v14-Oct-09 7:30 
GeneralRe: serial port communication between computer and another hardware device via RS232 in C# for windows Application Pin
Member 647306614-Oct-09 11:11
Member 647306614-Oct-09 11:11 
QuestionCustom config sections problem. Pin
Zeokat30-Jun-09 4:48
Zeokat30-Jun-09 4:48 
This problem is giving me a lot of headaches and can´t find the solution...

I´m reading this article Custom Configuration Sections for Lazy Coders[^]

I´m reading the part titled "The Hello, World ConfigurationSection" , using exactly same code (copy paste directly) and always obtain an error when execute the program (it not returns error/warnings on compiling time).

The error says that can´t load config.SomeSettings from asembly...

My app.config:
<?xml version="1.0" encoding="utf-8" ?><br />
<configuration><br />
  <configSections><br />
    <section name="SomeSettings" type="config.SomeSettings, config" /><br />
  </configSections><br />
  <SomeSettings FillColor="LightBlue" TextSize="9.5" FillOpacity="50" /><br />
</configuration>


Proyect --> properties , shows me that the name of my assembly is "config"
I´m totally lost, found more codes similar to the one explained into this article and always, ALWAYS, always obtain the same error.... perhaps someone can give me a hand, thanks Smile | :)
AnswerRe: Custom config sections problem. Pin
Sk9330-Jun-09 5:10
Sk9330-Jun-09 5:10 
GeneralRe: Custom config sections problem. Pin
Zeokat30-Jun-09 6:12
Zeokat30-Jun-09 6:12 
JokeRe: Custom config sections problem. Pin
Sk9330-Jun-09 6:13
Sk9330-Jun-09 6:13 
QuestionToString() method on objects returned from a webservice (Compact framework) [modified] Pin
c0ax_lx30-Jun-09 4:43
c0ax_lx30-Jun-09 4:43 
AnswerRe: ToString() method on objects returned from a webservice (Compact framework) Pin
SeMartens30-Jun-09 4:52
SeMartens30-Jun-09 4:52 
GeneralRe: ToString() method on objects returned from a webservice (Compact framework) Pin
c0ax_lx30-Jun-09 4:57
c0ax_lx30-Jun-09 4:57 
GeneralRe: ToString() method on objects returned from a webservice (Compact framework) Pin
SeMartens30-Jun-09 5:08
SeMartens30-Jun-09 5:08 
GeneralRe: ToString() method on objects returned from a webservice (Compact framework) Pin
c0ax_lx30-Jun-09 23:14
c0ax_lx30-Jun-09 23:14 
QuestionQuick quest Pin
gwithey30-Jun-09 4:29
gwithey30-Jun-09 4:29 
AnswerRe: Quick quest Pin
musefan30-Jun-09 4:35
musefan30-Jun-09 4:35 
GeneralRe: Quick quest Pin
gwithey30-Jun-09 4:44
gwithey30-Jun-09 4:44 
AnswerRe: Quick quest Pin
c0ax_lx30-Jun-09 4:45
c0ax_lx30-Jun-09 4:45 
GeneralRe: Quick quest Pin
gwithey30-Jun-09 4:48
gwithey30-Jun-09 4:48 
GeneralRe: Quick quest Pin
c0ax_lx30-Jun-09 4:54
c0ax_lx30-Jun-09 4:54 
GeneralRe: Quick quest Pin
gwithey30-Jun-09 4:58
gwithey30-Jun-09 4:58 
GeneralRe: Quick quest Pin
musefan30-Jun-09 5:14
musefan30-Jun-09 5:14 
QuestionFilter GridView using a dropdown list but only after page populates with appropriate data from Query String Pin
mjc22530-Jun-09 4:23
mjc22530-Jun-09 4:23 

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.