Sorry for the tardy reply, life keeps us really busy doesn't it?
Thanks for the input GaryTexmo I'll give the code a try when I get a chance.
Yes it's SQL. The app I'm working on is only available via the internal network and it's only accessable via secure, encrypted login. That said you do have a point and I will heed your advice. I'm a little new at coding like this and unfortunately there's no one to look over my...
User Profile
Collapse
-
You actually had it correct.
Well I'm happy to say it’s fixed but somewhat embarrassed too…
I completely neglected to try to replicate the problem from my home machine ..a Win 7 machine.
Perhaps I should have also mentioned that … I'm in Canada!
The problem was that my colleague and I had our settings set to English (Canada).
While I compared my settings at home to my colleague I realized...Leave a comment:
-
I checked today and it was exactly the same as mine.
Good thought though.
Any other thoughts?
Thanks,
~ ChrisLeave a comment:
-
DateTimePicker problem
Hi this is a strange problem which only occurs on one computer in our office.
I have a DateTimePicker in my C# application and it works properly on everyone's computer (except one) to select specific dates.
I noticed that on the one problem computer that when the DateTimePicker is used it sets the date a little different that on working computers.
His looks like this once he uses the calendar:
'February... -
Chris Beharry replied to The key 'SecurityKey' does not exist in the appSettings configuration section.in C SharpHi Plater, thanks for the input, it's a little embarrasing but what happened was that I hadn't created my setup projet yet and I was just using the .exe from the projects debug folder. It should have still worked but what I had done was copied the .exe to my desktop (like I said, 'a little embarrasing'). The exe contained most of the needed files but the .xml was external.
I'm a little new to this and once I did some research I found...Leave a comment:
-
Chris Beharry started a topic The key 'SecurityKey' does not exist in the appSettings configuration section.in C SharpThe key 'SecurityKey' does not exist in the appSettings configuration section.
Winform / C# / SQL
I get this error when I try to run my program:
The key 'SecurityKey' does not exist in the appSettings configuration section.
More accurately the program runs and the login form appears but when I attempt to login it tries to access a "Key" in app.config page but it can't seem to find it.
This is the line that is looking for the Key:
string key = (string)setting sReader.GetValu e("SecurityKey" ,...
No activity results to display
Show More
Leave a comment: