Problem using Add key value in app.config of c# windows application

Posted by srk on Stack Overflow See other posts from Stack Overflow or by srk
Published on 2010-06-03T03:34:59Z Indexed on 2010/06/03 3:44 UTC
Read the original article Hit count: 161

Filed under:

I am trying to use the below in my app.config

<add key="InstanceID" value="HID\VID_413C&PID_3200\6&227E6ED3&0&0000" />

It shows error in app.config, what is the problem ? i want to use this value as string in my c# code.

© Stack Overflow or respective owner

Related posts about c#